Module: XTwitterScraper::Models::X::TweetSearchResponse
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/x_twitter_scraper/models/x/tweet_search_response.rb,
sig/x_twitter_scraper/models/x/tweet_search_response.rbs
Overview
No-mode search, user Tweet, user reply, and direct reply reads use automatic coverage. Shape, filters, aliases, and billing stay compatible. Unprefixed cursors remain legacy. Follow next_cursor while has_next_page is true. An empty filtered page can still have has_next_page true.
Defined Under Namespace
Classes: TweetSearchCoverageResponse
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(XTwitterScraper::Models::PaginatedTweets, XTwitterScraper::Models::X::TweetSearchResponse::TweetSearchCoverageResponse)
|
|
# File 'lib/x_twitter_scraper/models/x/tweet_search_response.rb', line 294
|
Instance Method Details
#self?.variants ⇒ ::Array[XTwitterScraper::Models::X::tweet_search_response]
254 |
# File 'sig/x_twitter_scraper/models/x/tweet_search_response.rbs', line 254
def self?.variants: -> ::Array[XTwitterScraper::Models::X::tweet_search_response]
|