struct Client::SetMyStatus

Included Modules

Defined in:

pb-Client/CATS_LiveMessage.pb.cr

Constant Summary

FIELDS = {2 => {name: :set_status, pb_type: EnStatus, crystal_type: EnStatus, cast_type: EnStatus, native: false, optional: false, repeated: false, default: nil, packed: false}, 3 => {name: :my_full_name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :status_text, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, 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(set_status : EnStatus, my_full_name : String | Nil = nil, status_text : String | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def my_full_name : String | Nil #

def my_full_name=(my_full_name : String | Nil) #

def set_status : EnStatus #

def set_status=(set_status : EnStatus) #

def status_text : String | Nil #

def status_text=(status_text : String | Nil) #

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

def to_protobuf #