Skip to content

Member

Member object

FieldTypeDescription
idlong
useruser object
channel?channel objectnot null only in GET /channels/{id}/members/{memberId} and PUT /channels/{id}/members/@me
permissionslongmember permissions
joined_attimestamp

Member permissions

ValuePermissionDescription
1 << 0 (1)ADMINAllows all permissions and bypasses channel permission overwrites
1 << 1 (2)BAN_MEMBERSAllows banning members
1 << 2 (4)KICK_MEMBERSAllows kicking members
1 << 3 (8)MANAGE_MESSAGESAllows for deletion of other users messages
1 << 4 (16)MANAGE_CHANNELAllows management and editing of the channel
1 << 5 (32)ATTACH_FILESAllows for uploading images and files
1 << 6 (64)SEND_MESSAGESAllows for sending messages in a channel