Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetChatEmojiStatus
Synopsis
Documentation
data SetChatEmojiStatus Source #
Changes the emoji status of a chat. Use chatBoostLevelFeatures.can_set_emoji_status to check whether an emoji status can be set. Requires can_change_info administrator right. Returns Ok
Constructors
SetChatEmojiStatus | |
Fields
|
Instances
ToJSON SetChatEmojiStatus Source # | |
Defined in TD.Query.SetChatEmojiStatus Methods toJSON :: SetChatEmojiStatus -> Value # toEncoding :: SetChatEmojiStatus -> Encoding # toJSONList :: [SetChatEmojiStatus] -> Value # toEncodingList :: [SetChatEmojiStatus] -> Encoding # | |
Show SetChatEmojiStatus Source # | |
Defined in TD.Query.SetChatEmojiStatus Methods showsPrec :: Int -> SetChatEmojiStatus -> ShowS # show :: SetChatEmojiStatus -> String # showList :: [SetChatEmojiStatus] -> ShowS # | |
Eq SetChatEmojiStatus Source # | |
Defined in TD.Query.SetChatEmojiStatus Methods (==) :: SetChatEmojiStatus -> SetChatEmojiStatus -> Bool # (/=) :: SetChatEmojiStatus -> SetChatEmojiStatus -> Bool # | |
ShortShow SetChatEmojiStatus Source # | |
Defined in TD.Query.SetChatEmojiStatus Methods shortShow :: SetChatEmojiStatus -> String Source # |