| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetVideoChatTitle
Synopsis
Documentation
data SetVideoChatTitle Source #
Sets title of a video chat; requires groupCall.can_be_managed right. Returns Ok
Constructors
| SetVideoChatTitle | |
Instances
| ToJSON SetVideoChatTitle Source # | |
Defined in TD.Query.SetVideoChatTitle Methods toJSON :: SetVideoChatTitle -> Value # toEncoding :: SetVideoChatTitle -> Encoding # toJSONList :: [SetVideoChatTitle] -> Value # toEncodingList :: [SetVideoChatTitle] -> Encoding # | |
| Show SetVideoChatTitle Source # | |
Defined in TD.Query.SetVideoChatTitle Methods showsPrec :: Int -> SetVideoChatTitle -> ShowS # show :: SetVideoChatTitle -> String # showList :: [SetVideoChatTitle] -> ShowS # | |
| Eq SetVideoChatTitle Source # | |
Defined in TD.Query.SetVideoChatTitle Methods (==) :: SetVideoChatTitle -> SetVideoChatTitle -> Bool # (/=) :: SetVideoChatTitle -> SetVideoChatTitle -> Bool # | |
| ShortShow SetVideoChatTitle Source # | |
Defined in TD.Query.SetVideoChatTitle Methods shortShow :: SetVideoChatTitle -> String Source # | |