Properties
users?
optional
users: Record
<string
, Structure
>
Defined in
typings/others.ts:8
members?
optional
members: Record
<string
, Omit
<MemberStructure
, "user"
| "deaf"
| "mute"
>>
Defined in
typings/others.ts:9
roles?
optional
roles: Record
<string
, Structure
>
Defined in
typings/others.ts:10
channels?
optional
channels: Record
<string
, Pick
<ThreadChannelStructure
, "id"
| "name"
| "type"
| "parent_id"
| "thread_metadata"
| "permissions"
>>
Defined in
typings/others.ts:11
messages?
optional
messages: Record
<string
, Partial
<Structure
>>
Defined in
typings/others.ts:12
attachments?
optional
attachments: Record
<string
, AttachmentStructure
>
Defined in
typings/others.ts:13