haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.Session

Documentation

data Session Source #

Constructors

Session

Contains information about one session in a Telegram application used by the current user. Sessions must be shown to the user in the returned order

Fields

Instances

Instances details
FromJSON Session Source # 
Instance details

Defined in TD.Data.Session

Show Session Source # 
Instance details

Defined in TD.Data.Session

Eq Session Source # 
Instance details

Defined in TD.Data.Session

Methods

(==) :: Session -> Session -> Bool #

(/=) :: Session -> Session -> Bool #

ShortShow Session Source # 
Instance details

Defined in TD.Data.Session