| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.InviteLinkChatType
Documentation
data InviteLinkChatType Source #
Describes the type of chat to which points an invite link
Constructors
| InviteLinkChatTypeBasicGroup | The link is an invite link for a basic group |
| InviteLinkChatTypeSupergroup | The link is an invite link for a supergroup |
| InviteLinkChatTypeChannel | The link is an invite link for a channel |
Instances
| FromJSON InviteLinkChatType Source # | |
Defined in TD.Data.InviteLinkChatType Methods parseJSON :: Value -> Parser InviteLinkChatType # parseJSONList :: Value -> Parser [InviteLinkChatType] # | |
| Show InviteLinkChatType Source # | |
Defined in TD.Data.InviteLinkChatType Methods showsPrec :: Int -> InviteLinkChatType -> ShowS # show :: InviteLinkChatType -> String # showList :: [InviteLinkChatType] -> ShowS # | |
| Eq InviteLinkChatType Source # | |
Defined in TD.Data.InviteLinkChatType Methods (==) :: InviteLinkChatType -> InviteLinkChatType -> Bool # (/=) :: InviteLinkChatType -> InviteLinkChatType -> Bool # | |
| ShortShow InviteLinkChatType Source # | |
Defined in TD.Data.InviteLinkChatType Methods shortShow :: InviteLinkChatType -> String Source # | |