Packages

c

org.latestbit.slack.morphism.events

SlackBotRemoveMessage

case class SlackBotRemoveMessage(ts: SlackTs, channel: Option[SlackChannelId] = None, channel_type: Option[String] = None, reactions: Option[List[SlackMessageReaction]] = None, edited: Option[SlackMessageEdited] = None, reply_count: Option[Long] = None, replies: Option[List[SlackMessageReplyInfo]] = None, text: Option[String] = None, blocks: Option[List[SlackBlock]] = None, hidden: Option[Boolean] = None, user: SlackUserId, bot_id: Option[SlackBotId] = None, bot_link: Option[String] = None) extends SlackMessage with SlackMessageEvent with Product with Serializable

Annotations
@JsonAdt("bot_remove")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SlackBotRemoveMessage
  2. Serializable
  3. Product
  4. Equals
  5. SlackMessageEvent
  6. SlackEventCallbackBody
  7. SlackMessage
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SlackBotRemoveMessage(ts: SlackTs, channel: Option[SlackChannelId] = None, channel_type: Option[String] = None, reactions: Option[List[SlackMessageReaction]] = None, edited: Option[SlackMessageEdited] = None, reply_count: Option[Long] = None, replies: Option[List[SlackMessageReplyInfo]] = None, text: Option[String] = None, blocks: Option[List[SlackBlock]] = None, hidden: Option[Boolean] = None, user: SlackUserId, bot_id: Option[SlackBotId] = None, bot_link: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val blocks: Option[List[SlackBlock]]
    Definition Classes
    SlackBotRemoveMessageSlackMessage
  6. val bot_id: Option[SlackBotId]
  7. val bot_link: Option[String]
  8. val channel: Option[SlackChannelId]
  9. val channel_type: Option[String]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. val edited: Option[SlackMessageEdited]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. val hidden: Option[Boolean]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. val reactions: Option[List[SlackMessageReaction]]
    Definition Classes
    SlackBotRemoveMessageSlackMessage
  21. val replies: Option[List[SlackMessageReplyInfo]]
  22. val reply_count: Option[Long]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. val text: Option[String]
    Definition Classes
    SlackBotRemoveMessageSlackMessage
  25. val thread_ts: Option[SlackTs]
    Definition Classes
    SlackBotRemoveMessageSlackMessage
  26. val ts: SlackTs
  27. val user: SlackUserId
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SlackMessageEvent

Inherited from SlackEventCallbackBody

Inherited from SlackMessage

Inherited from AnyRef

Inherited from Any

Ungrouped