Preparing search index...
The search index is not available
Documentation - v0.19.5
Documentation
@mtcute/web
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
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.19.5
Loading...
Get the message containing the button being clicked in the given callback query.