| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.ChatType
Synopsis
- data ChatType
- = ChatTypePrivate { }
- | ChatTypeBasicGroup { }
- | ChatTypeSupergroup {
- supergroup_id :: Maybe Int
- is_channel :: Maybe Bool
- | ChatTypeSecret { }
Documentation
Describes the type of chat
Constructors
| ChatTypePrivate | An ordinary chat with a user |
| 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 |