Formatted date and time.
Check the documentation of this model on Telegram Bot API
type: Type of the rich text, always "date_time”text: The textunix_time: The Unix time associated with the entitydate_time_format: The string that defines the formatting of the date and time. See date-time entity formatting for more details.
Summary
Types
@type t() :: %ExGram.Model.RichTextDateTime{ date_time_format: String.t(), text: ExGram.Model.RichText.t(), type: String.t(), unix_time: integer() }