Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetChatBackground
Synopsis
Documentation
data SetChatBackground Source #
Sets the background in a specific chat. Supported only in private and secret chats with non-deleted users, and in chats with sufficient boost level and can_change_info administrator right. Returns Ok
Constructors
SetChatBackground | |
Fields
|
Instances
ToJSON SetChatBackground Source # | |
Defined in TD.Query.SetChatBackground Methods toJSON :: SetChatBackground -> Value # toEncoding :: SetChatBackground -> Encoding # toJSONList :: [SetChatBackground] -> Value # toEncodingList :: [SetChatBackground] -> Encoding # | |
Show SetChatBackground Source # | |
Defined in TD.Query.SetChatBackground Methods showsPrec :: Int -> SetChatBackground -> ShowS # show :: SetChatBackground -> String # showList :: [SetChatBackground] -> ShowS # | |
Eq SetChatBackground Source # | |
Defined in TD.Query.SetChatBackground Methods (==) :: SetChatBackground -> SetChatBackground -> Bool # (/=) :: SetChatBackground -> SetChatBackground -> Bool # | |
ShortShow SetChatBackground Source # | |
Defined in TD.Query.SetChatBackground Methods shortShow :: SetChatBackground -> String Source # |