Skip to main content
Module

x/grammy/types.ts>Update.NonChannel

The Telegram Bot Framework.
Extremely Popular
Go to Latest
interface Update.NonChannel
import { type Update } from "https://deno.land/x/grammy@v1.10.1/types.ts";
const { NonChannel } = Update;

Internal type holding properties that updates outside of channels share.

Properties

chat: Exclude<Chat, Chat.ChannelChat>
optional
author_signature: never
from: User