Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.ChatInviteLinkCounts
Documentation
data ChatInviteLinkCounts Source #
Constructors
ChatInviteLinkCounts | Contains a list of chat invite link counts |
Fields
|
Instances
FromJSON ChatInviteLinkCounts Source # | |
Defined in TD.Data.ChatInviteLinkCounts Methods parseJSON :: Value -> Parser ChatInviteLinkCounts # parseJSONList :: Value -> Parser [ChatInviteLinkCounts] # | |
Show ChatInviteLinkCounts Source # | |
Defined in TD.Data.ChatInviteLinkCounts Methods showsPrec :: Int -> ChatInviteLinkCounts -> ShowS # show :: ChatInviteLinkCounts -> String # showList :: [ChatInviteLinkCounts] -> ShowS # | |
Eq ChatInviteLinkCounts Source # | |
Defined in TD.Data.ChatInviteLinkCounts Methods (==) :: ChatInviteLinkCounts -> ChatInviteLinkCounts -> Bool # (/=) :: ChatInviteLinkCounts -> ChatInviteLinkCounts -> Bool # | |
ShortShow ChatInviteLinkCounts Source # | |
Defined in TD.Data.ChatInviteLinkCounts Methods |