OBJECT

UnbanUserFromChatRoomPayload

link GraphQL Schema definition

1type UnbanUserFromChatRoomPayload {
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: UnbanUserFromChatRoomError
8
9}