Search
Preparing search index...
The search index is not available
Avocord
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Avocord
AutocompleteInteraction
Class AutocompleteInteraction
Hierarchy
BaseInteraction
AutocompleteInteraction
Index
Constructors
constructor
Properties
client
data
Accessors
channel
Id
guild
Locale
id
locale
member
message
token
type
user
version
Methods
raw
Respond
reply
Constructors
constructor
new
Autocomplete
Interaction
(
data
:
APIInteraction
, client
:
Client
)
:
AutocompleteInteraction
Parameters
data:
APIInteraction
client:
Client
Returns
AutocompleteInteraction
Properties
client
client
:
Client
data
data
:
APIApplicationCommandAutocompleteInteraction
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
locale
get
locale
(
)
:
"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
"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"
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
raw
Respond
raw
Respond
(
data
:
<internal>
.
InteractionResponse
)
:
Promise
<
void
>
Parameters
data:
<internal>
.
InteractionResponse
Returns
Promise
<
void
>
reply
reply
(
data
:
<internal>
.
AutocompleteInteractionCallbackData
)
:
Promise
<
void
>
Parameters
data:
<internal>
.
AutocompleteInteractionCallbackData
Returns
Promise
<
void
>
Exports
<internal>
Autocomplete
Interaction
constructor
client
data
channel
Id
guild
Locale
id
locale
member
message
token
type
user
version
raw
Respond
reply
Generated using
TypeDoc