struct Murcure::Protos::VoiceTarget::Target

Included Modules

Defined in:

murcure/utils/protos.cr

Constant Summary

FIELDS = {1 => {name: :session, pb_type: :uint32, crystal_type: UInt32, cast_type: Array(UInt32)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 2 => {name: :channel_id, pb_type: :uint32, crystal_type: UInt32, cast_type: UInt32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :group, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :links, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: false, packed: false}, 5 => {name: :children, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: false, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(session : Array(UInt32) | Nil = nil, channel_id : UInt32 | Nil = nil, group : String | Nil = nil, links : Bool | Nil = false.as(Bool), children : Bool | Nil = false.as(Bool)) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def channel_id : UInt32 | Nil #

def channel_id=(channel_id : UInt32 | Nil) #

def children : Bool | Nil #

def children=(children : Bool | Nil) #

def group : String | Nil #

def group=(group : String | Nil) #

def links : Bool | Nil #

def links=(links : Bool | Nil) #

def session : Array(UInt32) | Nil #

def session=(session : Array(UInt32) | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #