@typed-discord/rest
Preparing search index...
types
GroupDMInviteResponse
Interface GroupDMInviteResponse
interface
GroupDMInviteResponse
{
approximate_member_count
?:
number
|
null
;
channel
:
InviteChannelResponse
;
code
:
string
;
created_at
?:
string
;
expires_at
:
string
|
null
;
inviter
?:
UserResponse
;
max_age
?:
number
;
type
:
GROUP_DM
;
}
Index
Properties
approximate_
member_
count?
channel
code
created_
at?
expires_
at
inviter?
max_
age?
type
Properties
Optional
approximate_
member_
count
approximate_member_count
?:
number
|
null
channel
channel
:
InviteChannelResponse
code
code
:
string
Optional
created_
at
created_at
?:
string
expires_
at
expires_at
:
string
|
null
Optional
inviter
inviter
?:
UserResponse
Optional
max_
age
max_age
?:
number
type
type
:
GROUP_DM
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
approximate_
member_
count
channel
code
created_
at
expires_
at
inviter
max_
age
type
@typed-discord/rest
Loading...