EphemeralMessageContent¶
Describes an ephemeral content of a regular message, which must be shown instead of the regular content
EphemeralMessageContent(
can_be_saved: Bool,
has_timestamped_media: Bool,
content: MessageContent,
reply_markup: ReplyMarkup
) → EphemeralMessageContent
can_be_saved¶
Bool
True, if content of the message can be saved locally
has_timestamped_media¶
Bool
True, if media timestamp entities refers to a media in this message as opposed to a media in the replied message
content¶
Content of the message
reply_markup¶
Reply markup for the message; may be null if none