haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.ChatList

Synopsis

Documentation

data ChatList Source #

Describes a list of chats

Constructors

ChatListMain

A main list of chats

ChatListArchive

A list of chats usually located at the top of the main chat list. Unmuted chats are automatically moved from the Archive to the Main chat list when a new message arrives

ChatListFolder

A list of chats added to a chat folder

Fields

Instances

Instances details
FromJSON ChatList Source # 
Instance details

Defined in TD.Data.ChatList

ToJSON ChatList Source # 
Instance details

Defined in TD.Data.ChatList

Show ChatList Source # 
Instance details

Defined in TD.Data.ChatList

Eq ChatList Source # 
Instance details

Defined in TD.Data.ChatList

ShortShow ChatList Source # 
Instance details

Defined in TD.Data.ChatList