Module: XTwitterScraper::Models::EventType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/x_twitter_scraper/models/event_type.rb,
sig/x_twitter_scraper/models/event_type.rbs
Overview
Type of monitor event fired when account activity occurs.
Constant Summary collapse
- TWEET_NEW =
:"tweet.new"- TWEET_REPLY =
:"tweet.reply"- TWEET_RETWEET =
:"tweet.retweet"- TWEET_QUOTE =
:"tweet.quote"- TWEET_MEDIA =
:"tweet.media"- TWEET_LINK =
:"tweet.link"- TWEET_POLL =
:"tweet.poll"- TWEET_MENTION =
:"tweet.mention"- TWEET_HASHTAG =
:"tweet.hashtag"- TWEET_LONGFORM =
:"tweet.longform"- PROFILE_AVATAR_CHANGED =
:"profile.avatar.changed"- PROFILE_BANNER_CHANGED =
:"profile.banner.changed"- PROFILE_NAME_CHANGED =
:"profile.name.changed"- PROFILE_USERNAME_CHANGED =
:"profile.username.changed"- PROFILE_BIO_CHANGED =
:"profile.bio.changed"- PROFILE_LOCATION_CHANGED =
:"profile.location.changed"- PROFILE_URL_CHANGED =
:"profile.url.changed"- PROFILE_VERIFIED_CHANGED =
:"profile.verified.changed"- PROFILE_PROTECTED_CHANGED =
:"profile.protected.changed"- PROFILE_PINNED_TWEET_CHANGED =
:"profile.pinned_tweet.changed"- PROFILE_UNAVAILABLE_CHANGED =
:"profile.unavailable.changed"
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/x_twitter_scraper/models/event_type.rb', line 31
|
Instance Method Details
#self?.values ⇒ ::Array[XTwitterScraper::Models::event_type]
51 |
# File 'sig/x_twitter_scraper/models/event_type.rbs', line 51
def self?.values: -> ::Array[XTwitterScraper::Models::event_type]
|