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