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