Class: Onlyfans::Models::ChatListMediaResponse::Data
Overview
Defined Under Namespace
Classes: List
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
173
|
# File 'sig/onlyfans/models/chat_list_media_response.rbs', line 173
def initialize: (
|
Instance Attribute Details
#has_more ⇒ Boolean?
118
|
# File 'lib/onlyfans/models/chat_list_media_response.rb', line 118
optional :has_more, Onlyfans::Internal::Type::Boolean, api_name: :hasMore
|
123
124
|
# File 'lib/onlyfans/models/chat_list_media_response.rb', line 123
optional :list,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::ChatListMediaResponse::Data::List] }
|
#next_last_id ⇒ String?
129
|
# File 'lib/onlyfans/models/chat_list_media_response.rb', line 129
optional :next_last_id, String, api_name: :nextLastId
|
Instance Method Details
#to_hash ⇒ {
179
|
# File 'sig/onlyfans/models/chat_list_media_response.rbs', line 179
def to_hash: -> {
|