final case class StatusDeletionNotice(delete: StatusDeletionNoticeInfo) extends CommonStreamingMessage with Product with Serializable

These messages indicate that a given Tweet has been deleted. Client code must honor these messages by clearing the referenced Tweet from memory and any storage or archive, even in the rare case where a deletion message arrives earlier in the stream that the Tweet it references. For more information see https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/streaming-message-types.

Source
StatusDeletionNotice.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatusDeletionNotice
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CommonStreamingMessage
  7. SiteStreamingMessage
  8. UserStreamingMessage
  9. StreamingMessage
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StatusDeletionNotice(delete: StatusDeletionNoticeInfo)

Value Members

  1. val delete: StatusDeletionNoticeInfo