Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetChatInviteLinkCounts
Synopsis
Documentation
data GetChatInviteLinkCounts Source #
Returns the list of chat administrators with number of their invite links. Requires owner privileges in the chat. Returns ChatInviteLinkCounts
Constructors
GetChatInviteLinkCounts | |
Instances
ToJSON GetChatInviteLinkCounts Source # | |
Defined in TD.Query.GetChatInviteLinkCounts Methods toJSON :: GetChatInviteLinkCounts -> Value # toEncoding :: GetChatInviteLinkCounts -> Encoding # toJSONList :: [GetChatInviteLinkCounts] -> Value # | |
Show GetChatInviteLinkCounts Source # | |
Defined in TD.Query.GetChatInviteLinkCounts Methods showsPrec :: Int -> GetChatInviteLinkCounts -> ShowS # show :: GetChatInviteLinkCounts -> String # showList :: [GetChatInviteLinkCounts] -> ShowS # | |
Eq GetChatInviteLinkCounts Source # | |
Defined in TD.Query.GetChatInviteLinkCounts Methods (==) :: GetChatInviteLinkCounts -> GetChatInviteLinkCounts -> Bool # (/=) :: GetChatInviteLinkCounts -> GetChatInviteLinkCounts -> Bool # | |
ShortShow GetChatInviteLinkCounts Source # | |
Defined in TD.Query.GetChatInviteLinkCounts Methods |