Skip to main content
Module

x/grammy_types/mod.ts>Update.NonChannel

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface Update.NonChannel
import { type Update } from "https://deno.land/x/grammy_types@v3.5.1/mod.ts";
const { NonChannel } = Update;

Internal type holding properties that message updates outside of channels share.

Properties

chat: Exclude<Chat, Chat.ChannelChat>
from: User