Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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
Instances
ToJSON GetChatsToSendStories Source # | |
Defined in TD.Query.GetChatsToSendStories toJSON :: GetChatsToSendStories -> Value # toEncoding :: GetChatsToSendStories -> Encoding # toJSONList :: [GetChatsToSendStories] -> Value # toEncodingList :: [GetChatsToSendStories] -> Encoding # | |
Show GetChatsToSendStories Source # | |
Defined in TD.Query.GetChatsToSendStories showsPrec :: Int -> GetChatsToSendStories -> ShowS # show :: GetChatsToSendStories -> String # showList :: [GetChatsToSendStories] -> ShowS # | |
Eq GetChatsToSendStories Source # | |
Defined in TD.Query.GetChatsToSendStories (==) :: GetChatsToSendStories -> GetChatsToSendStories -> Bool # (/=) :: GetChatsToSendStories -> GetChatsToSendStories -> Bool # | |
ShortShow GetChatsToSendStories Source # | |
Defined in TD.Query.GetChatsToSendStories |