haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.ChatType

Synopsis

Documentation

data ChatType Source #

Describes the type of chat

Constructors

ChatTypePrivate

An ordinary chat with a user

Fields

ChatTypeBasicGroup

A basic group (a chat with 0-200 other users)

Fields

ChatTypeSupergroup

A supergroup or channel (with unlimited members)

Fields

ChatTypeSecret

A secret chat with a user

Fields

Instances

Instances details
FromJSON ChatType Source # 
Instance details

Defined in TD.Data.ChatType

Show ChatType Source # 
Instance details

Defined in TD.Data.ChatType

Eq ChatType Source # 
Instance details

Defined in TD.Data.ChatType

ShortShow ChatType Source # 
Instance details

Defined in TD.Data.ChatType