Class: Onlyfans::Models::Engagement::MessageGetMessageBuyersResponse::Data::List

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onlyfans/models/engagement/message_get_message_buyers_response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(id: nil, avatar: nil, avatar_thumbs: nil, can_add_subscriber: nil, can_comment_story: nil, can_earn: nil, can_look_story: nil, can_pay_internal: nil, can_report: nil, can_restrict: nil, current_subscribe_price: nil, display_name: nil, has_not_viewed_story: nil, has_scheduled_stream: nil, has_stories: nil, has_stream: nil, header: nil, header_size: nil, header_thumbs: nil, is_active: nil, is_restricted: nil, is_verified: nil, last_seen: nil, name: nil, notice: nil, show_media_count: nil, subscribed_by: nil, subscribed_by_autoprolong: nil, subscribed_by_expire: nil, subscribed_by_expire_date: nil, subscribed_is_expired_now: nil, subscribed_on: nil, subscribed_on_duration: nil, subscribed_on_expired_now: nil, subscribe_price: nil, tips_enabled: nil, tips_max: nil, tips_min: nil, tips_min_internal: nil, tips_text_enabled: nil, username: nil, view: nil) ⇒ Object

Parameters:

  • id (Integer) (defaults to: nil)
  • avatar (String, nil) (defaults to: nil)
  • avatar_thumbs (String, nil) (defaults to: nil)
  • can_add_subscriber (Boolean) (defaults to: nil)
  • can_comment_story (Boolean) (defaults to: nil)
  • can_earn (Boolean) (defaults to: nil)
  • can_look_story (Boolean) (defaults to: nil)
  • can_pay_internal (Boolean) (defaults to: nil)
  • can_report (Boolean) (defaults to: nil)
  • can_restrict (Boolean) (defaults to: nil)
  • current_subscribe_price (Integer) (defaults to: nil)
  • display_name (String) (defaults to: nil)
  • has_not_viewed_story (Boolean) (defaults to: nil)
  • has_scheduled_stream (Boolean) (defaults to: nil)
  • has_stories (Boolean) (defaults to: nil)
  • has_stream (Boolean) (defaults to: nil)
  • header (String, nil) (defaults to: nil)
  • header_size (String, nil) (defaults to: nil)
  • header_thumbs (String, nil) (defaults to: nil)
  • is_active (Boolean) (defaults to: nil)
  • is_restricted (Boolean) (defaults to: nil)
  • is_verified (Boolean) (defaults to: nil)
  • last_seen (String) (defaults to: nil)
  • name (String) (defaults to: nil)
  • notice (String) (defaults to: nil)
  • show_media_count (Boolean) (defaults to: nil)
  • subscribed_by (Boolean) (defaults to: nil)
  • subscribed_by_autoprolong (Boolean) (defaults to: nil)
  • subscribed_by_expire (Boolean) (defaults to: nil)
  • subscribed_by_expire_date (String) (defaults to: nil)
  • subscribed_is_expired_now (Boolean) (defaults to: nil)
  • subscribed_on (String, nil) (defaults to: nil)
  • subscribed_on_duration (String) (defaults to: nil)
  • subscribed_on_expired_now (Boolean) (defaults to: nil)
  • subscribe_price (Integer) (defaults to: nil)
  • tips_enabled (Boolean) (defaults to: nil)
  • tips_max (Integer) (defaults to: nil)
  • tips_min (Integer) (defaults to: nil)
  • tips_min_internal (Integer) (defaults to: nil)
  • tips_text_enabled (Boolean) (defaults to: nil)
  • username (String) (defaults to: nil)
  • view (String) (defaults to: nil)


155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 155

class List < Onlyfans::Internal::Type::BaseModel
  # @!attribute id
  #
  #   @return [Integer, nil]
  optional :id, Integer

  # @!attribute avatar
  #
  #   @return [String, nil]
  optional :avatar, String, nil?: true

  # @!attribute avatar_thumbs
  #
  #   @return [String, nil]
  optional :avatar_thumbs, String, api_name: :avatarThumbs, nil?: true

  # @!attribute can_add_subscriber
  #
  #   @return [Boolean, nil]
  optional :can_add_subscriber, Onlyfans::Internal::Type::Boolean, api_name: :canAddSubscriber

  # @!attribute can_comment_story
  #
  #   @return [Boolean, nil]
  optional :can_comment_story, Onlyfans::Internal::Type::Boolean, api_name: :canCommentStory

  # @!attribute can_earn
  #
  #   @return [Boolean, nil]
  optional :can_earn, Onlyfans::Internal::Type::Boolean, api_name: :canEarn

  # @!attribute can_look_story
  #
  #   @return [Boolean, nil]
  optional :can_look_story, Onlyfans::Internal::Type::Boolean, api_name: :canLookStory

  # @!attribute can_pay_internal
  #
  #   @return [Boolean, nil]
  optional :can_pay_internal, Onlyfans::Internal::Type::Boolean, api_name: :canPayInternal

  # @!attribute can_report
  #
  #   @return [Boolean, nil]
  optional :can_report, Onlyfans::Internal::Type::Boolean, api_name: :canReport

  # @!attribute can_restrict
  #
  #   @return [Boolean, nil]
  optional :can_restrict, Onlyfans::Internal::Type::Boolean, api_name: :canRestrict

  # @!attribute current_subscribe_price
  #
  #   @return [Integer, nil]
  optional :current_subscribe_price, Integer, api_name: :currentSubscribePrice

  # @!attribute display_name
  #
  #   @return [String, nil]
  optional :display_name, String, api_name: :displayName

  # @!attribute has_not_viewed_story
  #
  #   @return [Boolean, nil]
  optional :has_not_viewed_story, Onlyfans::Internal::Type::Boolean, api_name: :hasNotViewedStory

  # @!attribute has_scheduled_stream
  #
  #   @return [Boolean, nil]
  optional :has_scheduled_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasScheduledStream

  # @!attribute has_stories
  #
  #   @return [Boolean, nil]
  optional :has_stories, Onlyfans::Internal::Type::Boolean, api_name: :hasStories

  # @!attribute has_stream
  #
  #   @return [Boolean, nil]
  optional :has_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasStream

  # @!attribute header
  #
  #   @return [String, nil]
  optional :header, String, nil?: true

  # @!attribute header_size
  #
  #   @return [String, nil]
  optional :header_size, String, api_name: :headerSize, nil?: true

  # @!attribute header_thumbs
  #
  #   @return [String, nil]
  optional :header_thumbs, String, api_name: :headerThumbs, nil?: true

  # @!attribute is_active
  #
  #   @return [Boolean, nil]
  optional :is_active, Onlyfans::Internal::Type::Boolean, api_name: :isActive

  # @!attribute is_restricted
  #
  #   @return [Boolean, nil]
  optional :is_restricted, Onlyfans::Internal::Type::Boolean, api_name: :isRestricted

  # @!attribute is_verified
  #
  #   @return [Boolean, nil]
  optional :is_verified, Onlyfans::Internal::Type::Boolean, api_name: :isVerified

  # @!attribute last_seen
  #
  #   @return [String, nil]
  optional :last_seen, String, api_name: :lastSeen

  # @!attribute name
  #
  #   @return [String, nil]
  optional :name, String

  # @!attribute notice
  #
  #   @return [String, nil]
  optional :notice, String

  # @!attribute show_media_count
  #
  #   @return [Boolean, nil]
  optional :show_media_count, Onlyfans::Internal::Type::Boolean, api_name: :showMediaCount

  # @!attribute subscribed_by
  #
  #   @return [Boolean, nil]
  optional :subscribed_by, Onlyfans::Internal::Type::Boolean, api_name: :subscribedBy

  # @!attribute subscribed_by_autoprolong
  #
  #   @return [Boolean, nil]
  optional :subscribed_by_autoprolong,
           Onlyfans::Internal::Type::Boolean,
           api_name: :subscribedByAutoprolong

  # @!attribute subscribed_by_expire
  #
  #   @return [Boolean, nil]
  optional :subscribed_by_expire, Onlyfans::Internal::Type::Boolean, api_name: :subscribedByExpire

  # @!attribute subscribed_by_expire_date
  #
  #   @return [String, nil]
  optional :subscribed_by_expire_date, String, api_name: :subscribedByExpireDate

  # @!attribute subscribed_is_expired_now
  #
  #   @return [Boolean, nil]
  optional :subscribed_is_expired_now,
           Onlyfans::Internal::Type::Boolean,
           api_name: :subscribedIsExpiredNow

  # @!attribute subscribed_on
  #
  #   @return [String, nil]
  optional :subscribed_on, String, api_name: :subscribedOn, nil?: true

  # @!attribute subscribed_on_duration
  #
  #   @return [String, nil]
  optional :subscribed_on_duration, String, api_name: :subscribedOnDuration

  # @!attribute subscribed_on_expired_now
  #
  #   @return [Boolean, nil]
  optional :subscribed_on_expired_now,
           Onlyfans::Internal::Type::Boolean,
           api_name: :subscribedOnExpiredNow

  # @!attribute subscribe_price
  #
  #   @return [Integer, nil]
  optional :subscribe_price, Integer, api_name: :subscribePrice

  # @!attribute tips_enabled
  #
  #   @return [Boolean, nil]
  optional :tips_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsEnabled

  # @!attribute tips_max
  #
  #   @return [Integer, nil]
  optional :tips_max, Integer, api_name: :tipsMax

  # @!attribute tips_min
  #
  #   @return [Integer, nil]
  optional :tips_min, Integer, api_name: :tipsMin

  # @!attribute tips_min_internal
  #
  #   @return [Integer, nil]
  optional :tips_min_internal, Integer, api_name: :tipsMinInternal

  # @!attribute tips_text_enabled
  #
  #   @return [Boolean, nil]
  optional :tips_text_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsTextEnabled

  # @!attribute username
  #
  #   @return [String, nil]
  optional :username, String

  # @!attribute view
  #
  #   @return [String, nil]
  optional :view, String

  # @!method initialize(id: nil, avatar: nil, avatar_thumbs: nil, can_add_subscriber: nil, can_comment_story: nil, can_earn: nil, can_look_story: nil, can_pay_internal: nil, can_report: nil, can_restrict: nil, current_subscribe_price: nil, display_name: nil, has_not_viewed_story: nil, has_scheduled_stream: nil, has_stories: nil, has_stream: nil, header: nil, header_size: nil, header_thumbs: nil, is_active: nil, is_restricted: nil, is_verified: nil, last_seen: nil, name: nil, notice: nil, show_media_count: nil, subscribed_by: nil, subscribed_by_autoprolong: nil, subscribed_by_expire: nil, subscribed_by_expire_date: nil, subscribed_is_expired_now: nil, subscribed_on: nil, subscribed_on_duration: nil, subscribed_on_expired_now: nil, subscribe_price: nil, tips_enabled: nil, tips_max: nil, tips_min: nil, tips_min_internal: nil, tips_text_enabled: nil, username: nil, view: nil)
  #   @param id [Integer]
  #   @param avatar [String, nil]
  #   @param avatar_thumbs [String, nil]
  #   @param can_add_subscriber [Boolean]
  #   @param can_comment_story [Boolean]
  #   @param can_earn [Boolean]
  #   @param can_look_story [Boolean]
  #   @param can_pay_internal [Boolean]
  #   @param can_report [Boolean]
  #   @param can_restrict [Boolean]
  #   @param current_subscribe_price [Integer]
  #   @param display_name [String]
  #   @param has_not_viewed_story [Boolean]
  #   @param has_scheduled_stream [Boolean]
  #   @param has_stories [Boolean]
  #   @param has_stream [Boolean]
  #   @param header [String, nil]
  #   @param header_size [String, nil]
  #   @param header_thumbs [String, nil]
  #   @param is_active [Boolean]
  #   @param is_restricted [Boolean]
  #   @param is_verified [Boolean]
  #   @param last_seen [String]
  #   @param name [String]
  #   @param notice [String]
  #   @param show_media_count [Boolean]
  #   @param subscribed_by [Boolean]
  #   @param subscribed_by_autoprolong [Boolean]
  #   @param subscribed_by_expire [Boolean]
  #   @param subscribed_by_expire_date [String]
  #   @param subscribed_is_expired_now [Boolean]
  #   @param subscribed_on [String, nil]
  #   @param subscribed_on_duration [String]
  #   @param subscribed_on_expired_now [Boolean]
  #   @param subscribe_price [Integer]
  #   @param tips_enabled [Boolean]
  #   @param tips_max [Integer]
  #   @param tips_min [Integer]
  #   @param tips_min_internal [Integer]
  #   @param tips_text_enabled [Boolean]
  #   @param username [String]
  #   @param view [String]
end

Instance Attribute Details

#avatarString?

Returns:

  • (String, nil)


164
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 164

optional :avatar, String, nil?: true

#avatar_thumbsString?

Returns:

  • (String, nil)


169
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 169

optional :avatar_thumbs, String, api_name: :avatarThumbs, nil?: true

#can_add_subscriberBoolean?

Returns:

  • (Boolean, nil)


174
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 174

optional :can_add_subscriber, Onlyfans::Internal::Type::Boolean, api_name: :canAddSubscriber

#can_comment_storyBoolean?

Returns:

  • (Boolean, nil)


179
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 179

optional :can_comment_story, Onlyfans::Internal::Type::Boolean, api_name: :canCommentStory

#can_earnBoolean?

Returns:

  • (Boolean, nil)


184
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 184

optional :can_earn, Onlyfans::Internal::Type::Boolean, api_name: :canEarn

#can_look_storyBoolean?

Returns:

  • (Boolean, nil)


189
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 189

optional :can_look_story, Onlyfans::Internal::Type::Boolean, api_name: :canLookStory

#can_pay_internalBoolean?

Returns:

  • (Boolean, nil)


194
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 194

optional :can_pay_internal, Onlyfans::Internal::Type::Boolean, api_name: :canPayInternal

#can_reportBoolean?

Returns:

  • (Boolean, nil)


199
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 199

optional :can_report, Onlyfans::Internal::Type::Boolean, api_name: :canReport

#can_restrictBoolean?

Returns:

  • (Boolean, nil)


204
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 204

optional :can_restrict, Onlyfans::Internal::Type::Boolean, api_name: :canRestrict

#current_subscribe_priceInteger?

Returns:

  • (Integer, nil)


209
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 209

optional :current_subscribe_price, Integer, api_name: :currentSubscribePrice

#display_nameString?

Returns:

  • (String, nil)


214
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 214

optional :display_name, String, api_name: :displayName

#has_not_viewed_storyBoolean?

Returns:

  • (Boolean, nil)


219
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 219

optional :has_not_viewed_story, Onlyfans::Internal::Type::Boolean, api_name: :hasNotViewedStory

#has_scheduled_streamBoolean?

Returns:

  • (Boolean, nil)


224
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 224

optional :has_scheduled_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasScheduledStream

#has_storiesBoolean?

Returns:

  • (Boolean, nil)


229
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 229

optional :has_stories, Onlyfans::Internal::Type::Boolean, api_name: :hasStories

#has_streamBoolean?

Returns:

  • (Boolean, nil)


234
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 234

optional :has_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasStream

#headerString?

Returns:

  • (String, nil)


239
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 239

optional :header, String, nil?: true

#header_sizeString?

Returns:

  • (String, nil)


244
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 244

optional :header_size, String, api_name: :headerSize, nil?: true

#header_thumbsString?

Returns:

  • (String, nil)


249
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 249

optional :header_thumbs, String, api_name: :headerThumbs, nil?: true

#idInteger?

Returns:

  • (Integer, nil)


159
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 159

optional :id, Integer

#is_activeBoolean?

Returns:

  • (Boolean, nil)


254
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 254

optional :is_active, Onlyfans::Internal::Type::Boolean, api_name: :isActive

#is_restrictedBoolean?

Returns:

  • (Boolean, nil)


259
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 259

optional :is_restricted, Onlyfans::Internal::Type::Boolean, api_name: :isRestricted

#is_verifiedBoolean?

Returns:

  • (Boolean, nil)


264
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 264

optional :is_verified, Onlyfans::Internal::Type::Boolean, api_name: :isVerified

#last_seenString?

Returns:

  • (String, nil)


269
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 269

optional :last_seen, String, api_name: :lastSeen

#nameString?

Returns:

  • (String, nil)


274
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 274

optional :name, String

#noticeString?

Returns:

  • (String, nil)


279
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 279

optional :notice, String

#show_media_countBoolean?

Returns:

  • (Boolean, nil)


284
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 284

optional :show_media_count, Onlyfans::Internal::Type::Boolean, api_name: :showMediaCount

#subscribe_priceInteger?

Returns:

  • (Integer, nil)


335
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 335

optional :subscribe_price, Integer, api_name: :subscribePrice

#subscribed_byBoolean?

Returns:

  • (Boolean, nil)


289
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 289

optional :subscribed_by, Onlyfans::Internal::Type::Boolean, api_name: :subscribedBy

#subscribed_by_autoprolongBoolean?

Returns:

  • (Boolean, nil)


294
295
296
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 294

optional :subscribed_by_autoprolong,
Onlyfans::Internal::Type::Boolean,
api_name: :subscribedByAutoprolong

#subscribed_by_expireBoolean?

Returns:

  • (Boolean, nil)


301
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 301

optional :subscribed_by_expire, Onlyfans::Internal::Type::Boolean, api_name: :subscribedByExpire

#subscribed_by_expire_dateString?

Returns:

  • (String, nil)


306
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 306

optional :subscribed_by_expire_date, String, api_name: :subscribedByExpireDate

#subscribed_is_expired_nowBoolean?

Returns:

  • (Boolean, nil)


311
312
313
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 311

optional :subscribed_is_expired_now,
Onlyfans::Internal::Type::Boolean,
api_name: :subscribedIsExpiredNow

#subscribed_onString?

Returns:

  • (String, nil)


318
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 318

optional :subscribed_on, String, api_name: :subscribedOn, nil?: true

#subscribed_on_durationString?

Returns:

  • (String, nil)


323
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 323

optional :subscribed_on_duration, String, api_name: :subscribedOnDuration

#subscribed_on_expired_nowBoolean?

Returns:

  • (Boolean, nil)


328
329
330
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 328

optional :subscribed_on_expired_now,
Onlyfans::Internal::Type::Boolean,
api_name: :subscribedOnExpiredNow

#tips_enabledBoolean?

Returns:

  • (Boolean, nil)


340
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 340

optional :tips_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsEnabled

#tips_maxInteger?

Returns:

  • (Integer, nil)


345
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 345

optional :tips_max, Integer, api_name: :tipsMax

#tips_minInteger?

Returns:

  • (Integer, nil)


350
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 350

optional :tips_min, Integer, api_name: :tipsMin

#tips_min_internalInteger?

Returns:

  • (Integer, nil)


355
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 355

optional :tips_min_internal, Integer, api_name: :tipsMinInternal

#tips_text_enabledBoolean?

Returns:

  • (Boolean, nil)


360
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 360

optional :tips_text_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsTextEnabled

#usernameString?

Returns:

  • (String, nil)


365
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 365

optional :username, String

#viewString?

Returns:

  • (String, nil)


370
# File 'lib/onlyfans/models/engagement/message_get_message_buyers_response.rb', line 370

optional :view, String