type CommandComponentActivation …
func (_m *CommandComponentActivation) ActivatedBy() common.UserRecord { … }
func (_m *CommandComponentActivation) AddButtonToResponse(button commands.CommandButton) { … }
func (_m *CommandComponentActivation) AddSelectBoxToResponse(selectBox commands.CommandSelectBox) { … }
func (_m *CommandComponentActivation) AwardCommandWithReputation(points int) { … }
func (_m *CommandComponentActivation) Channel() common.Channel { … }
func (_m *CommandComponentActivation) ClearComponents() { … }
func (_m *CommandComponentActivation) DeleteResponse() { … }
func (_m *CommandComponentActivation) EditResponseWithEmbed(text string, embed common.MessageEmbed) { … }
func (_m *CommandComponentActivation) EditResponseWithEmbeds(text string, embeds []common.MessageEmbed) { … }
func (_m *CommandComponentActivation) EditResponseWithImage(image common.MessageImage) { … }
func (_m *CommandComponentActivation) EditResponseWithText(text string) { … }
func (_m *CommandComponentActivation) InputFormValues() commands.CommandInputValues { … }
func (_m *CommandComponentActivation) InputUsers() []common.UserRecord { … }
func (_m *CommandComponentActivation) InputValues() commands.CommandInputValues { … }
func (_m *CommandComponentActivation) ReplaceWithEmbed(text string, embed common.MessageEmbed) { … }
func (_m *CommandComponentActivation) ReplaceWithEmbeds(text string, embeds []common.MessageEmbed) { … }
func (_m *CommandComponentActivation) ReplaceWithImage(image common.MessageImage) { … }
func (_m *CommandComponentActivation) ReplaceWithText(text string) { … }
func (_m *CommandComponentActivation) RespondWithEmbed(text string, embed common.MessageEmbed) { … }
func (_m *CommandComponentActivation) RespondWithEmbeds(text string, embeds []common.MessageEmbed) { … }
func (_m *CommandComponentActivation) RespondWithForm(form commands.CommandForm) { … }
func (_m *CommandComponentActivation) RespondWithImage(image common.MessageImage) { … }
func (_m *CommandComponentActivation) RespondWithText(text string) { … }
func (_m *CommandComponentActivation) Server() common.ChatServer { … }
func NewCommandComponentActivation(t interface { … }