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