teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetBotCallbackAnswerParams

    interface MessagesGetBotCallbackAnswerParams {
        data?: bytes;
        game?: boolean;
        msgId: MessageIDLike;
        password?: TypeInputCheckPasswordSRPIn;
        peer: EntityLike;
    }
    Index
    data?: bytes

    Callback data

    game?: boolean

    Whether this is a "play game" button

    msgId: MessageIDLike

    ID of the Message with the inline keyboard

    For buttons requiring you to verify your identity with your 2FA password , the SRP payload generated using SRP .

    peer: EntityLike

    Where was the inline keyboard sent