Documentation - v0.27.1
    Preparing search index...

    Class BusinessCallbackQuery

    A callback query originating from a message sent by the bot via a business connection

    Hierarchy

    • BaseCallbackQuery
      • BusinessCallbackQuery
    Index

    Constructors

    Properties

    _peers: PeersIndex

    Accessors

    • get data(): Uint8Array<ArrayBufferLike> | null

      Data that was contained in the callback button, if any

      Note that this field is defined by the client, and a bad client can send arbitrary data in this field.

      Returns Uint8Array<ArrayBufferLike> | null

    • get dataStr(): string | null

      Data that was contained in the callback button, if any, parsed as a UTF8 string

      Note that this field is defined by the client, and a bad client can send arbitrary data in this field.

      Returns string | null