haskell-tdlib-2.1.11.0: Binding to the Telegram Database Library
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.DateTimeFormattingType

Synopsis

Documentation

data DateTimeFormattingType Source #

Describes date and time formatting

Constructors

DateTimeFormattingTypeRelative

The time must be shown relative to the current time ([in ] X seconds, minutes, hours, days, months, years [ago])

DateTimeFormattingTypeAbsolute

The date and time must be shown as absolute timestamps

Fields