Interface Channel

Internal type holding properties that message updates in channels share.

interface Channel {
    chat: Telegram.Chat.ChannelChat;
}

Properties

Properties