AddStarsRequest

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

Channel to add star to, or channel where the message to add star to was posted (used with timestamp).

file

File to add star to.

file_comment

File comment to add star to.

timestamp

Timestamp of the message to add star 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