Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetInactiveSupergroupChats
Synopsis
Documentation
data GetInactiveSupergroupChats Source #
Returns a list of recently inactive supergroups and channels. Can be used when user reaches limit on the number of joined supergroups and channels and receives the error CHANNELS_TOO_MUCH. Also, the limit can be increased with Telegram Premium. Returns Chats
Constructors
GetInactiveSupergroupChats |
Instances
ToJSON GetInactiveSupergroupChats Source # | |
Defined in TD.Query.GetInactiveSupergroupChats Methods toJSON :: GetInactiveSupergroupChats -> Value # toEncoding :: GetInactiveSupergroupChats -> Encoding # toJSONList :: [GetInactiveSupergroupChats] -> Value # toEncodingList :: [GetInactiveSupergroupChats] -> Encoding # | |
Show GetInactiveSupergroupChats Source # | |
Defined in TD.Query.GetInactiveSupergroupChats Methods showsPrec :: Int -> GetInactiveSupergroupChats -> ShowS # show :: GetInactiveSupergroupChats -> String # showList :: [GetInactiveSupergroupChats] -> ShowS # | |
Eq GetInactiveSupergroupChats Source # | |
Defined in TD.Query.GetInactiveSupergroupChats Methods (==) :: GetInactiveSupergroupChats -> GetInactiveSupergroupChats -> Bool # (/=) :: GetInactiveSupergroupChats -> GetInactiveSupergroupChats -> Bool # | |
ShortShow GetInactiveSupergroupChats Source # | |
Defined in TD.Query.GetInactiveSupergroupChats Methods |