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