RemoveReactionsRequest

case class RemoveReactionsRequest(name: String, file: Option[String], file_comment: Option[String], channel: Option[String], timestamp: Option[String])
Value parameters:
channel

Channel where the message to remove reaction from was posted.

file

File to remove reaction from.

file_comment

File comment to remove reaction from.

name

Reaction (emoji) name.

timestamp

Timestamp of the message to remove reaction from.

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