Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data InviteLinkChatType Source #
Describes the type of chat to which points an invite link
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 parseJSON :: Value -> Parser InviteLinkChatType # parseJSONList :: Value -> Parser [InviteLinkChatType] # | |
Show InviteLinkChatType Source # | |
Defined in TD.Data.InviteLinkChatType showsPrec :: Int -> InviteLinkChatType -> ShowS # show :: InviteLinkChatType -> String # showList :: [InviteLinkChatType] -> ShowS # | |
Eq InviteLinkChatType Source # | |
Defined in TD.Data.InviteLinkChatType (==) :: InviteLinkChatType -> InviteLinkChatType -> Bool # (/=) :: InviteLinkChatType -> InviteLinkChatType -> Bool # | |
ShortShow InviteLinkChatType Source # | |
Defined in TD.Data.InviteLinkChatType shortShow :: InviteLinkChatType -> String Source # |