Preparing search index...
The search index is not available
Oceanic
Oceanic
Types/Channels
RawPrivateChannel
Interface RawPrivateChannel
interface
RawPrivateChannel
{
flags
:
number
;
id
:
string
;
last_message_id
:
null
|
string
;
last_pin_timestamp
?:
null
|
string
;
recipients
:
RawUser
[]
;
type
:
DM
;
}
Hierarchy
Required
<
Pick
<
RawChannel
,
"id"
|
"last_message_id"
|
"recipients"
|
"flags"
>
>
Pick
<
RawChannel
,
"last_pin_timestamp"
>
RawPrivateChannel
Index
Properties
flags
id
last_
message_
id
last_
pin_
timestamp?
recipients
type
Properties
flags
flags
:
number
id
id
:
string
last_
message_
id
last_
message_
id
:
null
|
string
Optional
last_
pin_
timestamp
last_
pin_
timestamp
?:
null
|
string
recipients
recipients
:
RawUser
[]
type
type
:
DM
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
flags
id
last_
message_
id
last_
pin_
timestamp
recipients
type
Oceanic
Loading...