Interface Private

Internal type holding properties that message updates in private chats share.

interface Private {
    chat: Telegram.Chat.PrivateChat;
}

Properties

Properties