Preparing search index...
The search index is not available
TouchGuild
TouchGuild
types/applications
PrivateApplicationCommand
Interface PrivateApplicationCommand
interface
PrivateApplicationCommand
{
guildID
?:
string
;
name
:
string
;
options
?:
ApplicationCommandOption
[]
;
private
:
true
;
type
:
CHAT_INPUT
;
userID
?:
string
;
}
Hierarchy (
view full
)
ApplicationCommand
PrivateApplicationCommand
Index
Properties
guildID?
name
options?
private
type
userID?
Properties
Optional
guildID
guildID
?:
string
name
name
:
string
Optional
options
options
?:
ApplicationCommandOption
[]
private
private
type
type
:
CHAT_INPUT
Optional
userID
userID
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
guildID
name
options
private
type
userID
TouchGuild
Loading...