Search
Preparing search index...
The search index is not available
Avocord
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Avocord
PingInteraction
Class PingInteraction
Hierarchy
BaseInteraction
PingInteraction
Index
Constructors
constructor
Properties
client
data
Accessors
channel
Id
guild
Locale
id
member
message
token
type
user
version
Methods
pong
raw
Respond
Constructors
constructor
new
Ping
Interaction
(
data
:
APIInteraction
, client
:
Client
)
:
PingInteraction
Parameters
data:
APIInteraction
client:
Client
Returns
PingInteraction
Properties
client
client
:
Client
data
data
:
APIPingInteraction
Accessors
channel
Id
get
channelId
(
)
:
undefined
|
string
Returns
undefined
|
string
guild
Locale
get
guildLocale
(
)
:
undefined
|
"en-US"
|
"en-GB"
|
"bg"
|
"zh-CN"
|
"zh-TW"
|
"hr"
|
"cs"
|
"da"
|
"nl"
|
"fi"
|
"fr"
|
"de"
|
"el"
|
"hi"
|
"hu"
|
"it"
|
"ja"
|
"ko"
|
"lt"
|
"no"
|
"pl"
|
"pt-BR"
|
"ro"
|
"ru"
|
"es-ES"
|
"sv-SE"
|
"th"
|
"tr"
|
"uk"
|
"vi"
Returns
undefined
|
"en-US"
|
"en-GB"
|
"bg"
|
"zh-CN"
|
"zh-TW"
|
"hr"
|
"cs"
|
"da"
|
"nl"
|
"fi"
|
"fr"
|
"de"
|
"el"
|
"hi"
|
"hu"
|
"it"
|
"ja"
|
"ko"
|
"lt"
|
"no"
|
"pl"
|
"pt-BR"
|
"ro"
|
"ru"
|
"es-ES"
|
"sv-SE"
|
"th"
|
"tr"
|
"uk"
|
"vi"
id
get
id
(
)
:
string
Returns
string
member
get
member
(
)
:
undefined
|
APIInteractionGuildMember
Returns
undefined
|
APIInteractionGuildMember
message
get
message
(
)
:
undefined
|
APIMessage
Returns
undefined
|
APIMessage
token
get
token
(
)
:
string
Returns
string
type
get
type
(
)
:
InteractionType
Returns
InteractionType
user
get
user
(
)
:
undefined
|
APIUser
Returns
undefined
|
APIUser
version
get
version
(
)
:
1
Returns
1
Methods
pong
pong
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
raw
Respond
raw
Respond
(
data
:
<internal>
.
InteractionResponse
)
:
Promise
<
void
>
Parameters
data:
<internal>
.
InteractionResponse
Returns
Promise
<
void
>
Exports
<internal>
Ping
Interaction
constructor
client
data
channel
Id
guild
Locale
id
member
message
token
type
user
version
pong
raw
Respond
Generated using
TypeDoc