Class: GetAllChatMidsRequest

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

WITHMEMBERCHATS =
1
WITHINVITEDCHATS =
2
FIELDS =
{
  WITHMEMBERCHATS => {:type => ::Thrift::Types::BOOL, :name => 'withMemberChats', :optional => true},
  WITHINVITEDCHATS => {:type => ::Thrift::Types::BOOL, :name => 'withInvitedChats', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end