Class: TMessageReadRange
- Inherits:
-
Object
- Object
- TMessageReadRange
- 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
- CHATID =
1
- RANGES =
2
- FIELDS =
{ CHATID => {:type => ::Thrift::Types::STRING, :name => 'chatId'}, RANGES => {:type => ::Thrift::Types::MAP, :name => 'ranges', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::TMessageReadRangeEntry}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
14918 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14918 def struct_fields; FIELDS; end |
#validate ⇒ Object
14920 14921 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14920 def validate end |