struct Client::GetChatHistory

Included Modules

Defined in:

pb-Client/CATS_LiveMessage.pb.cr

Constant Summary

FIELDS = {1 => {name: :chat_partner, pb_type: :string, crystal_type: String, cast_type: String, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :request_mask, pb_type: RequestMask, crystal_type: RequestMask, cast_type: RequestMask?, native: false, 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(chat_partner : String, request_mask : RequestMask | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def chat_partner : String #

def chat_partner=(chat_partner : String) #

def request_mask : RequestMask | Nil #

def request_mask=(request_mask : RequestMask | Nil) #

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

def to_protobuf #