Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetChatsToPostStories
Synopsis
Documentation
data GetChatsToPostStories Source #
Returns supergroup and channel chats in which the current user has the right to post stories. The chats must be rechecked with canPostStory before actually trying to post a story there. Returns Chats
Constructors
GetChatsToPostStories |
Instances
ToJSON GetChatsToPostStories Source # | |
Defined in TD.Query.GetChatsToPostStories Methods toJSON :: GetChatsToPostStories -> Value # toEncoding :: GetChatsToPostStories -> Encoding # toJSONList :: [GetChatsToPostStories] -> Value # toEncodingList :: [GetChatsToPostStories] -> Encoding # | |
Show GetChatsToPostStories Source # | |
Defined in TD.Query.GetChatsToPostStories Methods showsPrec :: Int -> GetChatsToPostStories -> ShowS # show :: GetChatsToPostStories -> String # showList :: [GetChatsToPostStories] -> ShowS # | |
Eq GetChatsToPostStories Source # | |
Defined in TD.Query.GetChatsToPostStories Methods (==) :: GetChatsToPostStories -> GetChatsToPostStories -> Bool # (/=) :: GetChatsToPostStories -> GetChatsToPostStories -> Bool # | |
ShortShow GetChatsToPostStories Source # | |
Defined in TD.Query.GetChatsToPostStories Methods |