DeleteChatRequest

case class DeleteChatRequest(ts: String, channel: 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 with chat:write:bot scope.

channel

Channel containing the message to be deleted.

ts

Timestamp of the message to be deleted.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product