class Hisho::ChatCommand

Defined in:

core/commands/chat_command.cr

Constructors

Instance Method Summary

Instance methods inherited from class Hisho::Command

display display, execute(conversation : Conversation, chat_client : ChatClient, file : File) : Command execute, message : String message, message=(message : String) message=, type : Symbol type, type=(type : Symbol) type=

Constructor methods inherited from class Hisho::Command

new(type : Symbol, message : String) new

Constructor Detail

def self.new(input : String) #

[View source]

Instance Method Detail

def display #

[View source]
def execute(conversation : Conversation, chat_client : ChatClient, file : File) : Command #

[View source]