Class: DeleteOtherFromChatRequest

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

REQSEQ =
1
CHATMID =
2
TARGETUSERMIDS =
3
FIELDS =
{
  REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'},
  CHATMID => {:type => ::Thrift::Types::STRING, :name => 'chatMid'},
  TARGETUSERMIDS => {:type => ::Thrift::Types::SET, :name => 'targetUserMids', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end