struct Apps::SetMyStatus
- Apps::SetMyStatus
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_LiveMessage.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .new(set_status : EnStatus, my_full_name : String | Nil = nil, status_text : String | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #my_full_name : String | Nil
- #my_full_name=(my_full_name : String | Nil)
- #set_status : EnStatus
- #set_status=(set_status : EnStatus)
- #status_text : String | Nil
- #status_text=(status_text : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(set_status : EnStatus, my_full_name : String | Nil = nil, status_text : String | Nil = nil)
#