Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SetChatDescription Source #
Changes information about a chat. Available for basic groups, supergroups, and channels. Requires can_change_info member right. Returns Ok
Instances
ToJSON SetChatDescription Source # | |
Defined in TD.Query.SetChatDescription toJSON :: SetChatDescription -> Value # toEncoding :: SetChatDescription -> Encoding # toJSONList :: [SetChatDescription] -> Value # toEncodingList :: [SetChatDescription] -> Encoding # | |
Show SetChatDescription Source # | |
Defined in TD.Query.SetChatDescription showsPrec :: Int -> SetChatDescription -> ShowS # show :: SetChatDescription -> String # showList :: [SetChatDescription] -> ShowS # | |
Eq SetChatDescription Source # | |
Defined in TD.Query.SetChatDescription (==) :: SetChatDescription -> SetChatDescription -> Bool # (/=) :: SetChatDescription -> SetChatDescription -> Bool # | |
ShortShow SetChatDescription Source # | |
Defined in TD.Query.SetChatDescription shortShow :: SetChatDescription -> String Source # |