Documentation - v0.27.1
    Preparing search index...

    Class ChosenInlineResult

    An inline result was chosen by the user and sent to some chat

    Note: To receive these updates, you must enable Inline feedback in @BotFather

    Index

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    _peers: PeersIndex

    Accessors

    • get messageIdStr(): string | null

      Identifier of the sent inline message as a TDLib and Bot API compatible string. Can be used instead of messageId in case you want to store it in some storage.

      Note: this is only available in case the InputInlineMessage contained a reply keyboard markup.

      Returns string | null