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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatusDeletionNotice
- Serializable
- Serializable
- Product
- Equals
- CommonStreamingMessage
- SiteStreamingMessage
- UserStreamingMessage
- StreamingMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StatusDeletionNotice(delete: StatusDeletionNoticeInfo)
Value Members
- val delete: StatusDeletionNoticeInfo