Interface NonChannel

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

interface NonChannel {
    chat: Telegram.Chat.PrivateChat | Telegram.Chat.GroupChat | Telegram.Chat.SupergroupChat;
    from: User;
}

Properties

Properties

from: User