case class DeleteScheduledMessageChatRequest(channel: String, scheduled_message_id: String, as_user: Option[Boolean])
- Value parameters:
- as_user
Pass true to delete the message as the authed user with
chat:write:user
scope. Bot users in this context are considered authed users. If unused or false, the message will be deleted withchat:write:bot
scope.- channel
The channel the scheduled_message is posting to
- scheduled_message_id
scheduled_message_id
returned from call to chat.scheduleMessage
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any