AddReactionsRequest

case class AddReactionsRequest(channel: String, name: String, timestamp: String)
Value parameters:
channel

Channel where the message to add reaction to was posted.

name

Reaction (emoji) name.

timestamp

Timestamp of the message to add reaction to.

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