Search
Preparing search index...
The search index is not available
yuuko
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
yuuko
Eris
AutocompleteInteraction
Class AutocompleteInteraction<T>
Type parameters
T
:
PossiblyUncachedTextable
=
TextableChannel
Hierarchy
Interaction
AutocompleteInteraction
Index
Constructors
constructor
Properties
acknowledged
app
Permissions
applicationID
channel
created
At
data
guildID
id
member
token
type
user
version
Methods
acknowledge
inspect
result
toJSON
to
String
from
get
Created
At
get
Discord
Epoch
Constructors
constructor
new
Autocomplete
Interaction<T>
(
id
:
string
)
:
AutocompleteInteraction
<
T
>
Type parameters
T
:
PossiblyUncachedTextable
=
TextableChannel
Parameters
id:
string
Returns
AutocompleteInteraction
<
T
>
Properties
acknowledged
acknowledged
:
boolean
Optional
app
Permissions
app
Permissions
:
Permission
applicationID
applicationID
:
string
channel
channel
:
T
created
At
created
At
:
number
data
data
:
{
id
:
string
;
name
:
string
;
options
:
InteractionDataOptions
[]
;
target_id
?:
string
;
type
:
1
}
Type declaration
id
:
string
name
:
string
options
:
InteractionDataOptions
[]
Optional
target_
id
?:
string
type
:
1
Optional
guildID
guildID
:
string
id
id
:
string
Optional
member
member
:
Member
token
token
:
string
type
type
:
4
Optional
user
user
:
User
version
version
:
number
Methods
acknowledge
acknowledge
(
choices
:
ApplicationCommandOptionChoice
<
unknown
>
[]
)
:
Promise
<
void
>
Parameters
choices:
ApplicationCommandOptionChoice
<
unknown
>
[]
Returns
Promise
<
void
>
inspect
inspect
(
)
:
AutocompleteInteraction
<
T
>
Returns
AutocompleteInteraction
<
T
>
result
result
(
choices
:
ApplicationCommandOptionChoice
<
unknown
>
[]
)
:
Promise
<
void
>
Parameters
choices:
ApplicationCommandOptionChoice
<
unknown
>
[]
Returns
Promise
<
void
>
toJSON
toJSON
(
props
?:
string
[]
)
:
JSONCache
Parameters
Optional
props:
string
[]
Returns
JSONCache
to
String
to
String
(
)
:
string
Returns
string
Static
from
from
(
data
:
BaseData
)
:
AnyInteraction
Parameters
data:
BaseData
Returns
AnyInteraction
Static
get
Created
At
get
Created
At
(
id
:
string
)
:
number
Parameters
id:
string
Returns
number
Static
get
Discord
Epoch
get
Discord
Epoch
(
id
:
string
)
:
number
Parameters
id:
string
Returns
number
Exports
Externals
Eris
Autocomplete
Interaction
constructor
acknowledged
app
Permissions
applicationID
channel
created
At
data
guildID
id
member
token
type
user
version
acknowledge
inspect
result
toJSON
to
String
from
get
Created
At
get
Discord
Epoch
Generated using
TypeDoc