Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy/types.ts>Update.NonChannel

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

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

Properties

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