Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.BanGroupCallParticipants
Synopsis
Documentation
data BanGroupCallParticipants Source #
Bans users from a group call not bound to a chat; requires groupCall.is_owned. Only the owner of the group call can invite the banned users back. Returns Ok
Constructors
BanGroupCallParticipants | |
Instances
ToJSON BanGroupCallParticipants Source # | |
Defined in TD.Query.BanGroupCallParticipants Methods toJSON :: BanGroupCallParticipants -> Value # toEncoding :: BanGroupCallParticipants -> Encoding # toJSONList :: [BanGroupCallParticipants] -> Value # | |
Show BanGroupCallParticipants Source # | |
Defined in TD.Query.BanGroupCallParticipants Methods showsPrec :: Int -> BanGroupCallParticipants -> ShowS # show :: BanGroupCallParticipants -> String # showList :: [BanGroupCallParticipants] -> ShowS # | |
Eq BanGroupCallParticipants Source # | |
Defined in TD.Query.BanGroupCallParticipants Methods (==) :: BanGroupCallParticipants -> BanGroupCallParticipants -> Bool # (/=) :: BanGroupCallParticipants -> BanGroupCallParticipants -> Bool # | |
ShortShow BanGroupCallParticipants Source # | |
Defined in TD.Query.BanGroupCallParticipants Methods |