case class RemoveStarsRequest(channel: Option[String], file: Option[String], file_comment: Option[String], timestamp: Option[String])
- Value parameters:
- channel
Channel to remove star from, or channel where the message to remove star from was posted (used with
timestamp
).- file
File to remove star from.
- file_comment
File comment to remove star from.
- timestamp
Timestamp of the message to remove star from.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any