Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data CanSendStory = CanSendStory {}
Documentation
data CanSendStory Source #
Checks whether the current user can send a story on behalf of a chat; requires can_post_stories right for supergroup and channel chats. Returns CanSendStoryResult
Instances
ToJSON CanSendStory Source # | |
Defined in TD.Query.CanSendStory toJSON :: CanSendStory -> Value # toEncoding :: CanSendStory -> Encoding # toJSONList :: [CanSendStory] -> Value # toEncodingList :: [CanSendStory] -> Encoding # | |
Show CanSendStory Source # | |
Defined in TD.Query.CanSendStory showsPrec :: Int -> CanSendStory -> ShowS # show :: CanSendStory -> String # showList :: [CanSendStory] -> ShowS # | |
Eq CanSendStory Source # | |
Defined in TD.Query.CanSendStory (==) :: CanSendStory -> CanSendStory -> Bool # (/=) :: CanSendStory -> CanSendStory -> Bool # | |
ShortShow CanSendStory Source # | |
Defined in TD.Query.CanSendStory shortShow :: CanSendStory -> String Source # |