Class: Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story
- Defined in:
- lib/onlyfans/models/stories/highlight_retrieve_response.rb
Defined Under Namespace
Instance Attribute Summary collapse
- #can_delete ⇒ Boolean?
- #canvas_height ⇒ Integer?
- #canvas_width ⇒ Integer?
- #comments_count ⇒ Integer?
- #created_at ⇒ String?
- #has_post ⇒ Boolean?
- #id ⇒ Integer?
- #is_highlight_cover ⇒ Boolean?
- #is_last_in_highlight ⇒ Boolean?
- #is_ready ⇒ Boolean?
- #is_watched ⇒ Boolean?
- #likes_count ⇒ Integer?
- #media ⇒ Array<Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media>?
- #question ⇒ String?
- #release_forms ⇒ Array<Object>?
- #texts ⇒ Array<Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Text>?
- #tips_amount ⇒ String?
- #tips_amount_raw ⇒ Integer?
- #tips_count ⇒ Integer?
- #user_id ⇒ Integer?
- #viewers ⇒ Array<Object>?
- #viewers_count ⇒ Integer?
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(number_240: nil, number_720: nil) ⇒ Object
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 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 173 class Story < Onlyfans::Internal::Type::BaseModel # @!attribute id # # @return [Integer, nil] optional :id, Integer # @!attribute can_delete # # @return [Boolean, nil] optional :can_delete, Onlyfans::Internal::Type::Boolean, api_name: :canDelete # @!attribute canvas_height # # @return [Integer, nil] optional :canvas_height, Integer, api_name: :canvasHeight # @!attribute canvas_width # # @return [Integer, nil] optional :canvas_width, Integer, api_name: :canvasWidth # @!attribute comments_count # # @return [Integer, nil] optional :comments_count, Integer, api_name: :commentsCount # @!attribute created_at # # @return [String, nil] optional :created_at, String, api_name: :createdAt # @!attribute has_post # # @return [Boolean, nil] optional :has_post, Onlyfans::Internal::Type::Boolean, api_name: :hasPost # @!attribute is_highlight_cover # # @return [Boolean, nil] optional :is_highlight_cover, Onlyfans::Internal::Type::Boolean, api_name: :isHighlightCover # @!attribute is_last_in_highlight # # @return [Boolean, nil] optional :is_last_in_highlight, Onlyfans::Internal::Type::Boolean, api_name: :isLastInHighlight # @!attribute is_ready # # @return [Boolean, nil] optional :is_ready, Onlyfans::Internal::Type::Boolean, api_name: :isReady # @!attribute is_watched # # @return [Boolean, nil] optional :is_watched, Onlyfans::Internal::Type::Boolean, api_name: :isWatched # @!attribute likes_count # # @return [Integer, nil] optional :likes_count, Integer, api_name: :likesCount # @!attribute media # # @return [Array<Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media>, nil] optional :media, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media] } # @!attribute question # # @return [String, nil] optional :question, String, nil?: true # @!attribute release_forms # # @return [Array<Object>, nil] optional :release_forms, Onlyfans::Internal::Type::ArrayOf[Onlyfans::Internal::Type::Unknown], api_name: :releaseForms # @!attribute texts # # @return [Array<Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Text>, nil] optional :texts, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Text] } # @!attribute tips_amount # # @return [String, nil] optional :tips_amount, String, api_name: :tipsAmount # @!attribute tips_amount_raw # # @return [Integer, nil] optional :tips_amount_raw, Integer, api_name: :tipsAmountRaw # @!attribute tips_count # # @return [Integer, nil] optional :tips_count, Integer, api_name: :tipsCount # @!attribute user_id # # @return [Integer, nil] optional :user_id, Integer, api_name: :userId # @!attribute viewers # # @return [Array<Object>, nil] optional :viewers, Onlyfans::Internal::Type::ArrayOf[Onlyfans::Internal::Type::Unknown] # @!attribute viewers_count # # @return [Integer, nil] optional :viewers_count, Integer, api_name: :viewersCount # @!method initialize(id: nil, can_delete: nil, canvas_height: nil, canvas_width: nil, comments_count: nil, created_at: nil, has_post: nil, is_highlight_cover: nil, is_last_in_highlight: nil, is_ready: nil, is_watched: nil, likes_count: nil, media: nil, question: nil, release_forms: nil, texts: nil, tips_amount: nil, tips_amount_raw: nil, tips_count: nil, user_id: nil, viewers: nil, viewers_count: nil) # @param id [Integer] # @param can_delete [Boolean] # @param canvas_height [Integer] # @param canvas_width [Integer] # @param comments_count [Integer] # @param created_at [String] # @param has_post [Boolean] # @param is_highlight_cover [Boolean] # @param is_last_in_highlight [Boolean] # @param is_ready [Boolean] # @param is_watched [Boolean] # @param likes_count [Integer] # @param media [Array<Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media>] # @param question [String, nil] # @param release_forms [Array<Object>] # @param texts [Array<Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Text>] # @param tips_amount [String] # @param tips_amount_raw [Integer] # @param tips_count [Integer] # @param user_id [Integer] # @param viewers [Array<Object>] # @param viewers_count [Integer] class Media < Onlyfans::Internal::Type::BaseModel # @!attribute id # # @return [Integer, nil] optional :id, Integer # @!attribute can_view # # @return [Boolean, nil] optional :can_view, Onlyfans::Internal::Type::Boolean, api_name: :canView # @!attribute converted_to_video # # @return [Boolean, nil] optional :converted_to_video, Onlyfans::Internal::Type::Boolean, api_name: :convertedToVideo # @!attribute created_at # # @return [String, nil] optional :created_at, String, api_name: :createdAt # @!attribute duration # # @return [Integer, nil] optional :duration, Integer # @!attribute files # # @return [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files, nil] optional :files, -> { Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files } # @!attribute has_custom_preview # # @return [Boolean, nil] optional :has_custom_preview, Onlyfans::Internal::Type::Boolean, api_name: :hasCustomPreview # @!attribute has_error # # @return [Boolean, nil] optional :has_error, Onlyfans::Internal::Type::Boolean, api_name: :hasError # @!attribute is_ready # # @return [Boolean, nil] optional :is_ready, Onlyfans::Internal::Type::Boolean, api_name: :isReady # @!attribute type # # @return [String, nil] optional :type, String # @!attribute video_sources # # @return [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::VideoSources, nil] optional :video_sources, -> { Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::VideoSources }, api_name: :videoSources # @!method initialize(id: nil, can_view: nil, converted_to_video: nil, created_at: nil, duration: nil, files: nil, has_custom_preview: nil, has_error: nil, is_ready: nil, type: nil, video_sources: nil) # @param id [Integer] # @param can_view [Boolean] # @param converted_to_video [Boolean] # @param created_at [String] # @param duration [Integer] # @param files [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files] # @param has_custom_preview [Boolean] # @param has_error [Boolean] # @param is_ready [Boolean] # @param type [String] # @param video_sources [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::VideoSources] # @see Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media#files class Files < Onlyfans::Internal::Type::BaseModel # @!attribute full # # @return [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Full, nil] optional :full, -> { Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Full } # @!attribute preview # # @return [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Preview, nil] optional :preview, -> { Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Preview } # @!attribute square_preview # # @return [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::SquarePreview, nil] optional :square_preview, -> { Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::SquarePreview }, api_name: :squarePreview # @!attribute thumb # # @return [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Thumb, nil] optional :thumb, -> { Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Thumb } # @!method initialize(full: nil, preview: nil, square_preview: nil, thumb: nil) # @param full [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Full] # @param preview [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Preview] # @param square_preview [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::SquarePreview] # @param thumb [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Thumb] # @see Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files#full class Full < Onlyfans::Internal::Type::BaseModel # @!attribute height # # @return [Integer, nil] optional :height, Integer # @!attribute size # # @return [Integer, nil] optional :size, Integer # @!attribute sources # # @return [Array<Object>, nil] optional :sources, Onlyfans::Internal::Type::ArrayOf[Onlyfans::Internal::Type::Unknown] # @!attribute url # # @return [String, nil] optional :url, String # @!attribute width # # @return [Integer, nil] optional :width, Integer # @!method initialize(height: nil, size: nil, sources: nil, url: nil, width: nil) # @param height [Integer] # @param size [Integer] # @param sources [Array<Object>] # @param url [String] # @param width [Integer] end # @see Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files#preview class Preview < Onlyfans::Internal::Type::BaseModel # @!attribute height # # @return [Integer, nil] optional :height, Integer # @!attribute size # # @return [Integer, nil] optional :size, Integer # @!attribute sources # # @return [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Preview::Sources, nil] optional :sources, -> { Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Preview::Sources } # @!attribute url # # @return [String, nil] optional :url, String # @!attribute width # # @return [Integer, nil] optional :width, Integer # @!method initialize(height: nil, size: nil, sources: nil, url: nil, width: nil) # @param height [Integer] # @param size [Integer] # @param sources [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Preview::Sources] # @param url [String] # @param width [Integer] # @see Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::Preview#sources class Sources < Onlyfans::Internal::Type::BaseModel # @!attribute w150 # # @return [String, nil] optional :w150, String # @!method initialize(w150: nil) # @param w150 [String] end end # @see Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files#square_preview class SquarePreview < Onlyfans::Internal::Type::BaseModel # @!attribute height # # @return [Integer, nil] optional :height, Integer # @!attribute size # # @return [Integer, nil] optional :size, Integer # @!attribute sources # # @return [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::SquarePreview::Sources, nil] optional :sources, -> { Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::SquarePreview::Sources } # @!attribute url # # @return [String, nil] optional :url, String # @!attribute width # # @return [Integer, nil] optional :width, Integer # @!method initialize(height: nil, size: nil, sources: nil, url: nil, width: nil) # @param height [Integer] # @param size [Integer] # @param sources [Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::SquarePreview::Sources] # @param url [String] # @param width [Integer] # @see Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files::SquarePreview#sources class Sources < Onlyfans::Internal::Type::BaseModel # @!attribute w150 # # @return [String, nil] optional :w150, String # @!attribute w480 # # @return [String, nil] optional :w480, String # @!method initialize(w150: nil, w480: nil) # @param w150 [String] # @param w480 [String] end end # @see Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media::Files#thumb class Thumb < Onlyfans::Internal::Type::BaseModel # @!attribute height # # @return [Integer, nil] optional :height, Integer # @!attribute size # # @return [Integer, nil] optional :size, Integer # @!attribute url # # @return [String, nil] optional :url, String # @!attribute width # # @return [Integer, nil] optional :width, Integer # @!method initialize(height: nil, size: nil, url: nil, width: nil) # @param height [Integer] # @param size [Integer] # @param url [String] # @param width [Integer] end end # @see Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media#video_sources class VideoSources < Onlyfans::Internal::Type::BaseModel # @!attribute number_240 # # @return [String, nil] optional :number_240, String, api_name: :"240", nil?: true # @!attribute number_720 # # @return [String, nil] optional :number_720, String, api_name: :"720", nil?: true # @!method initialize(number_240: nil, number_720: nil) # @param number_240 [String, nil] # @param number_720 [String, nil] end end class Text < Onlyfans::Internal::Type::BaseModel # @!attribute angle # # @return [Integer, nil] optional :angle, Integer # @!attribute bg_color # # @return [String, nil] optional :bg_color, String, api_name: :bgColor # @!attribute color # # @return [String, nil] optional :color, String # @!attribute font_family # # @return [String, nil] optional :font_family, String, api_name: :fontFamily # @!attribute font_size # # @return [String, nil] optional :font_size, String, api_name: :fontSize # @!attribute font_style # # @return [String, nil] optional :font_style, String, api_name: :fontStyle, nil?: true # @!attribute font_weight # # @return [Integer, nil] optional :font_weight, Integer, api_name: :fontWeight # @!attribute left # # @return [Float, nil] optional :left, Float # @!attribute scale # # @return [Float, nil] optional :scale, Float # @!attribute text # # @return [String, nil] optional :text, String # @!attribute text_align # # @return [String, nil] optional :text_align, String, api_name: :textAlign # @!attribute text_height # # @return [Float, nil] optional :text_height, Float, api_name: :textHeight # @!attribute text_width # # @return [Float, nil] optional :text_width, Float, api_name: :textWidth # @!attribute top # # @return [Float, nil] optional :top, Float # @!attribute type # # @return [String, nil] optional :type, String # @!attribute users # # @return [Array<Object>, nil] optional :users, Onlyfans::Internal::Type::ArrayOf[Onlyfans::Internal::Type::Unknown] # @!attribute z_index # # @return [Integer, nil] optional :z_index, Integer, api_name: :zIndex # @!method initialize(angle: nil, bg_color: nil, color: nil, font_family: nil, font_size: nil, font_style: nil, font_weight: nil, left: nil, scale: nil, text: nil, text_align: nil, text_height: nil, text_width: nil, top: nil, type: nil, users: nil, z_index: nil) # @param angle [Integer] # @param bg_color [String] # @param color [String] # @param font_family [String] # @param font_size [String] # @param font_style [String, nil] # @param font_weight [Integer] # @param left [Float] # @param scale [Float] # @param text [String] # @param text_align [String] # @param text_height [Float] # @param text_width [Float] # @param top [Float] # @param type [String] # @param users [Array<Object>] # @param z_index [Integer] end end |
Instance Attribute Details
#can_delete ⇒ Boolean?
182 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 182 optional :can_delete, Onlyfans::Internal::Type::Boolean, api_name: :canDelete |
#canvas_height ⇒ Integer?
187 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 187 optional :canvas_height, Integer, api_name: :canvasHeight |
#canvas_width ⇒ Integer?
192 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 192 optional :canvas_width, Integer, api_name: :canvasWidth |
#comments_count ⇒ Integer?
197 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 197 optional :comments_count, Integer, api_name: :commentsCount |
#created_at ⇒ String?
202 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 202 optional :created_at, String, api_name: :createdAt |
#has_post ⇒ Boolean?
207 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 207 optional :has_post, Onlyfans::Internal::Type::Boolean, api_name: :hasPost |
#id ⇒ Integer?
177 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 177 optional :id, Integer |
#is_highlight_cover ⇒ Boolean?
212 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 212 optional :is_highlight_cover, Onlyfans::Internal::Type::Boolean, api_name: :isHighlightCover |
#is_last_in_highlight ⇒ Boolean?
217 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 217 optional :is_last_in_highlight, Onlyfans::Internal::Type::Boolean, api_name: :isLastInHighlight |
#is_ready ⇒ Boolean?
222 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 222 optional :is_ready, Onlyfans::Internal::Type::Boolean, api_name: :isReady |
#is_watched ⇒ Boolean?
227 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 227 optional :is_watched, Onlyfans::Internal::Type::Boolean, api_name: :isWatched |
#likes_count ⇒ Integer?
232 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 232 optional :likes_count, Integer, api_name: :likesCount |
#media ⇒ Array<Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media>?
237 238 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 237 optional :media, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Media] } |
#question ⇒ String?
243 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 243 optional :question, String, nil?: true |
#release_forms ⇒ Array<Object>?
248 249 250 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 248 optional :release_forms, Onlyfans::Internal::Type::ArrayOf[Onlyfans::Internal::Type::Unknown], api_name: :releaseForms |
#texts ⇒ Array<Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Text>?
255 256 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 255 optional :texts, -> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Text] } |
#tips_amount ⇒ String?
261 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 261 optional :tips_amount, String, api_name: :tipsAmount |
#tips_amount_raw ⇒ Integer?
266 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 266 optional :tips_amount_raw, Integer, api_name: :tipsAmountRaw |
#tips_count ⇒ Integer?
271 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 271 optional :tips_count, Integer, api_name: :tipsCount |
#user_id ⇒ Integer?
276 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 276 optional :user_id, Integer, api_name: :userId |
#viewers ⇒ Array<Object>?
281 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 281 optional :viewers, Onlyfans::Internal::Type::ArrayOf[Onlyfans::Internal::Type::Unknown] |
#viewers_count ⇒ Integer?
286 |
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 286 optional :viewers_count, Integer, api_name: :viewersCount |