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