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