Class: GetPreviousMessagesV2Request

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

MESSAGEBOXID =
1
ENDMESSAGEID =
2
MESSAGESCOUNT =
3
WITHREADCOUNT =
4
RECEIVEDONLY =
5
FIELDS =
{
  MESSAGEBOXID => {:type => ::Thrift::Types::STRING, :name => 'messageBoxId'},
  ENDMESSAGEID => {:type => ::Thrift::Types::STRUCT, :name => 'endMessageId', :class => ::MessageBoxV2MessageId},
  MESSAGESCOUNT => {:type => ::Thrift::Types::I32, :name => 'messagesCount'},
  WITHREADCOUNT => {:type => ::Thrift::Types::BOOL, :name => 'withReadCount', :optional => true},
  RECEIVEDONLY => {:type => ::Thrift::Types::BOOL, :name => 'receivedOnly', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



15230
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15230

def struct_fields; FIELDS; end

#validateObject



15232
15233
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15232

def validate
end