Class: TalkService::SendChatRemoved_args

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

Constant Summary collapse

SEQ =
1
CHATMID =
2
LASTMESSAGEID =
3
SESSIONID =
4
FIELDS =
{
  SEQ => {:type => ::Thrift::Types::I32, :name => 'seq'},
  CHATMID => {:type => ::Thrift::Types::STRING, :name => 'chatMid'},
  LASTMESSAGEID => {:type => ::Thrift::Types::STRING, :name => 'lastMessageId'},
  SESSIONID => {:type => ::Thrift::Types::BYTE, :name => 'sessionId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3757
# File 'lib/linerb/gen-rb/talk_service.rb', line 3757

def struct_fields; FIELDS; end

#validateObject



3759
3760
# File 'lib/linerb/gen-rb/talk_service.rb', line 3759

def validate
end