709 B
709 B
title | description |
---|---|
callbackQueryData | Payload from a general callback button |
Constructor: callbackQueryData
Payload from a general callback button
Attributes:
Name | Type | Required | Description |
---|---|---|---|
data | bytes | Yes | Data that was attached to the callback button as specified by the users client |
Type: CallbackQueryPayload
Example:
$callbackQueryData = ['_' => 'callbackQueryData', 'data' => bytes, ];
Or, if you're into Lua:
callbackQueryData={_='callbackQueryData', data=bytes, }