Skip to content

GramIO API Reference / gramio/dist / TelegramEphemeralMessageParameters

Interface: TelegramEphemeralMessageParameters

Defined in: @gramio/types/out/objects.d.ts:1321

Documentation

Properties

PropertyTypeDescriptionDefined in
callback_query_id?stringOptional. Identifier of the callback query which triggered the message, if any@gramio/types/out/objects.d.ts:1329
receiver_user_idnumberIdentifier 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?booleanOptional. 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