Class: GetChatsRequest
- Inherits:
-
Object
- Object
- GetChatsRequest
- 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
- CHATMIDS =
1
- WITHMEMBERS =
2
- WITHINVITEES =
3
- FIELDS =
{ CHATMIDS => {:type => ::Thrift::Types::LIST, :name => 'chatMids', :element => {:type => ::Thrift::Types::STRING}}, WITHMEMBERS => {:type => ::Thrift::Types::BOOL, :name => 'withMembers', :optional => true}, WITHINVITEES => {:type => ::Thrift::Types::BOOL, :name => 'withInvitees', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
15717 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15717 def struct_fields; FIELDS; end |
#validate ⇒ Object
15719 15720 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15719 def validate end |