ENUM

UnbanUserFromChatRoomErrorCode

link GraphQL Schema definition

1enum UnbanUserFromChatRoomErrorCode {
2
3# User does not have permission to unban in channel.
4FORBIDDEN
5
6# Target does not exist.
7TARGET_NOT_FOUND
8
9# Target is not banned in channel.
10TARGET_NOT_BANNED
11}