• Preparing search index...
  • The search index is not available
Documentation - v0.23.3
  • Documentation
  • @mtcute/bun
  • methods
  • getCallbackQueryMessage

Function getCallbackQueryMessage

  • getCallbackQueryMessage(
        client: ITelegramClient,
        id:
            | RawUpdateBotCallbackQuery
            | CallbackQuery
            | { messageId: number; peer: InputPeerLike; queryId: Long },
    ): Promise<Message | null>
  • Get the message containing the button being clicked in the given callback query.

    Parameters

    • client: ITelegramClient
    • id:
          | RawUpdateBotCallbackQuery
          | CallbackQuery
          | { messageId: number; peer: InputPeerLike; queryId: Long }

    Returns Promise<Message | null>

    • Defined in packages/core/src/highlevel/methods/messages/get-callback-query-message.ts:17

Settings

Member Visibility
Documentation - v0.23.3
  • Loading...

Generated using TypeDoc