@typed-discord/rest
Preparing search index...
types
PrivateChannelResponse
Interface PrivateChannelResponse
interface
PrivateChannelResponse
{
flags
:
number
;
id
:
`
${
bigint
}
`
;
last_message_id
?:
`
${
bigint
}
`
|
null
;
last_pin_timestamp
?:
string
|
null
;
recipients
:
UserResponse
[]
;
type
:
DM
;
}
Index
Properties
flags
id
last_
message_
id?
last_
pin_
timestamp?
recipients
type
Properties
flags
flags
:
number
id
id
:
`
${
bigint
}
`
Optional
last_
message_
id
last_message_id
?:
`
${
bigint
}
`
|
null
Optional
last_
pin_
timestamp
last_pin_timestamp
?:
string
|
null
recipients
recipients
:
UserResponse
[]
type
type
:
DM
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
flags
id
last_
message_
id
last_
pin_
timestamp
recipients
type
@typed-discord/rest
Loading...