struct Worker::CommandCall
- Worker::CommandCall
- Struct
- Value
- Object
Overview
Data about single command call
Defined in:
worker/command_call.crConstructors
Instance Method Summary
- #arguments : Array(String)
- #author_id : UInt64
- #author_roles_ids : Array(UInt64)
- #call_time : Time
- #channel_id : UInt64
- #name : String
- #options : Hash(String, String | Nil)
- #server_id : UInt64
-
#to_s(io : IO) : Nil
Same as
#inspect(io)
. - #voice_channel_id : UInt64 | Nil
Constructor Detail
def self.new(name : String, arguments : Array(String), options : Hash(String, Nil | String), context : Context)
#