Interface SlashCommandOrBuilder (0.1.0)

public interface SlashCommandOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommandId()

public abstract long getCommandId()

The ID of the slash command invoked.

int64 command_id = 1;

Returns
TypeDescription
long

The commandId.