struct Worker::CommandCall

Overview

Data about single command call

Defined in:

worker/command_call.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, arguments : Array(String), options : Hash(String, Nil | String), context : Context) #

[View source]

Instance Method Detail

def arguments : Array(String) #

[View source]
def author_id : UInt64 #

[View source]
def author_roles_ids : Array(UInt64) #

[View source]
def call_time : Time #

[View source]
def channel_id : UInt64 #

[View source]
def name : String #

[View source]
def options : Hash(String, String | Nil) #

[View source]
def server_id : UInt64 #

[View source]
def to_s(io : IO) : Nil #
Description copied from struct Struct

Same as #inspect(io).


[View source]
def voice_channel_id : UInt64 | Nil #

[View source]