Skip to content

EphemeralMessageContent

Type · TDLib 1.8.67 · d1085f9c

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

MessageContent

Content of the message

reply_markup

ReplyMarkup

Reply markup for the message; may be null if none