GramIO API Reference / gramio/dist / TelegramEphemeralMessageParameters
Interface: TelegramEphemeralMessageParameters
Defined in: @gramio/types/out/objects.d.ts:1321
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
callback_query_id? | string | Optional. Identifier of the callback query which triggered the message, if any | @gramio/types/out/objects.d.ts:1329 |
receiver_user_id | number | Identifier of the user who will receive the message. It is not guaranteed that the user will receive the message, especially if they are offline. See here for more details. | @gramio/types/out/objects.d.ts:1325 |
replace_callback_query_message? | boolean | Optional. Pass True if the ephemeral message must be shown in place of the original message. Must be False for callback queries from ephemeral messages, which must be edited using regular editEphemeralMessage… methods. | @gramio/types/out/objects.d.ts:1333 |