Class: MessageBoxListRequest

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

MINCHATID =
1
MAXCHATID =
2
ACTIVEONLY =
3
MESSAGEBOXCOUNTLIMIT =
4
WITHUNREADCOUNT =
5
LASTMESSAGESPERMESSAGEBOXCOUNT =
6
UNREADONLY =
7
FIELDS =
{
  MINCHATID => {:type => ::Thrift::Types::STRING, :name => 'minChatId', :optional => true},
  MAXCHATID => {:type => ::Thrift::Types::STRING, :name => 'maxChatId', :optional => true},
  ACTIVEONLY => {:type => ::Thrift::Types::BOOL, :name => 'activeOnly', :optional => true},
  MESSAGEBOXCOUNTLIMIT => {:type => ::Thrift::Types::I32, :name => 'messageBoxCountLimit', :optional => true},
  WITHUNREADCOUNT => {:type => ::Thrift::Types::BOOL, :name => 'withUnreadCount', :optional => true},
  LASTMESSAGESPERMESSAGEBOXCOUNT => {:type => ::Thrift::Types::I32, :name => 'lastMessagesPerMessageBoxCount', :optional => true},
  UNREADONLY => {:type => ::Thrift::Types::BOOL, :name => 'unreadOnly', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end