Class: DeleteSelfFromChatRequest

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
LASTSEENMESSAGEDELIVEREDTIME =
3
LASTSEENMESSAGEID =
4
LASTMESSAGEDELIVEREDTIME =
5
LASTMESSAGEID =
6
FIELDS =
{
  REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'},
  CHATMID => {:type => ::Thrift::Types::STRING, :name => 'chatMid'},
  LASTSEENMESSAGEDELIVEREDTIME => {:type => ::Thrift::Types::I64, :name => 'lastSeenMessageDeliveredTime', :optional => true},
  LASTSEENMESSAGEID => {:type => ::Thrift::Types::STRING, :name => 'lastSeenMessageId', :optional => true},
  LASTMESSAGEDELIVEREDTIME => {:type => ::Thrift::Types::I64, :name => 'lastMessageDeliveredTime', :optional => true},
  LASTMESSAGEID => {:type => ::Thrift::Types::STRING, :name => 'lastMessageId', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end