class SlashCommandMetadata extends Model (View source)

Properties

protected $botType
protected $botDataType
string $commandId
string $commandName
bool $triggersDialog
string $type

Methods

setBot(User $bot)

No description

getBot()

No description

setCommandId($commandId)

No description

string
getCommandId()

No description

setCommandName($commandName)

No description

string
getCommandName()

No description

setTriggersDialog($triggersDialog)

No description

bool
getTriggersDialog()

No description

setType($type)

No description

string
getType()

No description

Details

setBot(User $bot)

No description

Parameters

User $bot

User getBot()

No description

Return Value

User

setCommandId($commandId)

No description

Parameters

$commandId

string getCommandId()

No description

Return Value

string

setCommandName($commandName)

No description

Parameters

$commandName

string getCommandName()

No description

Return Value

string

setTriggersDialog($triggersDialog)

No description

Parameters

$triggersDialog

bool getTriggersDialog()

No description

Return Value

bool

setType($type)

No description

Parameters

$type

string getType()

No description

Return Value

string