ultra-telegram-framework
    Preparing search index...

    Interface TransactionPartnerChat

    Describes a transaction with a chat.

    interface TransactionPartnerChat {
        chat: Chat;
        gift?: Gift;
        type: string;
    }
    Index

    Properties

    Properties

    chat: Chat

    Information about the chat

    gift?: Gift

    Optional. The gift sent to the chat by the bot

    type: string

    Type of the transaction partner, always "chat"