@typed-discord/rest
Preparing search index...
types
FriendInviteResponse
Interface FriendInviteResponse
interface
FriendInviteResponse
{
channel
:
InviteChannelResponse
|
null
;
code
:
string
;
created_at
?:
string
;
expires_at
:
string
|
null
;
flags
?:
number
;
friends_count
?:
number
;
inviter
?:
UserResponse
;
is_contact
?:
boolean
;
max_age
?:
number
;
max_uses
?:
number
;
type
:
FRIEND
;
uses
?:
number
;
}
Index
Properties
channel
code
created_
at?
expires_
at
flags?
friends_
count?
inviter?
is_
contact?
max_
age?
max_
uses?
type
uses?
Properties
channel
channel
:
InviteChannelResponse
|
null
code
code
:
string
Optional
created_
at
created_at
?:
string
expires_
at
expires_at
:
string
|
null
Optional
flags
flags
?:
number
Optional
friends_
count
friends_count
?:
number
Optional
inviter
inviter
?:
UserResponse
Optional
is_
contact
is_contact
?:
boolean
Optional
max_
age
max_age
?:
number
Optional
max_
uses
max_uses
?:
number
type
type
:
FRIEND
Optional
uses
uses
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
code
created_
at
expires_
at
flags
friends_
count
inviter
is_
contact
max_
age
max_
uses
type
uses
@typed-discord/rest
Loading...