channel_id
channel_id: number
current_user_attributes
current_user_attributes: {
can_message: boolean;
can_message_error: null | string;
last_read_id: null | number;
}
Type declaration
can_message: boolean
can_message_error: null | string
last_read_id: null | number
description
description: null | string
last_message_id
last_message_id: number
message_length_limit
message_length_limit: number
moderated
moderated: boolean
type
type:
| "PUBLIC"
| "PRIVATE"
| "MULTIPLAYER"
| "SPECTATOR"
| "TEMPORARY"
| "PM"
| "GROUP"
| "ANNOUNCE"
Obtainable From
API.sendChatPrivateMessage / API.createChatPrivateChannel