GetReactionsRequest

case class GetReactionsRequest(channel: Option[String], file: Option[String], file_comment: Option[String], full: Option[Boolean], timestamp: Option[String])
Value parameters:
channel

Channel where the message to get reactions for was posted.

file

File to get reactions for.

file_comment

File comment to get reactions for.

full

If true always return the complete reaction list.

timestamp

Timestamp of the message to get reactions for.

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