Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.ChatSource
Synopsis
- data ChatSource
Documentation
data ChatSource Source #
Describes a reason why an external chat is shown in a chat list
Constructors
ChatSourceMtprotoProxy | The chat is sponsored by the user's MTProxy server |
ChatSourcePublicServiceAnnouncement | The chat contains a public service announcement |
Instances
FromJSON ChatSource Source # | |
Defined in TD.Data.ChatSource | |
Show ChatSource Source # | |
Defined in TD.Data.ChatSource Methods showsPrec :: Int -> ChatSource -> ShowS # show :: ChatSource -> String # showList :: [ChatSource] -> ShowS # | |
Eq ChatSource Source # | |
Defined in TD.Data.ChatSource | |
ShortShow ChatSource Source # | |
Defined in TD.Data.ChatSource Methods shortShow :: ChatSource -> String Source # |