Preparing search index...
The search index is not available
mtcute - v0.17.2
mtcute
@mtcute/core
highlevel/methods
getCallbackQueryMessage
Function getCallbackQueryMessage
get
Callback
Query
Message
(
client
,
id
)
:
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
mtcute - v0.17.2
Loading...
Get the message containing the button being clicked in the given callback query.