OBJECT

BanUserFromChatRoomPayload

link GraphQL Schema definition

1type BanUserFromChatRoomPayload {
2
3# The new ban status of this user regarding the specified channel.
4ban: ChatRoomBanStatus
5
6# Mutation error caused by the user input.
7error: BanUserFromChatRoomError
8
9}