Packages

c

ackcord.data

WebhookAuthor

case class WebhookAuthor(id: SnowflakeType[Webhook], username: String, discriminator: String, avatar: Option[String]) extends Author[Webhook] with Product with Serializable

An webhook author

id

The webhook id

username

The name of the webhook

avatar

The webhook's avatar hash

Source
message.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebhookAuthor
  2. Serializable
  3. Product
  4. Equals
  5. Author
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WebhookAuthor(id: SnowflakeType[Webhook], username: String, discriminator: String, avatar: Option[String])

    id

    The webhook id

    username

    The name of the webhook

    avatar

    The webhook's avatar hash

Value Members

  1. val avatar: Option[String]
  2. val discriminator: String

    The discriminator of the author.

    The discriminator of the author.

    Definition Classes
    WebhookAuthorAuthor
  3. val id: SnowflakeType[Webhook]

    The id for this author.

    The id for this author.

    Definition Classes
    WebhookAuthorAuthor
  4. def isUser: Boolean

    If this author is not a webhook.

    If this author is not a webhook.

    Definition Classes
    WebhookAuthorAuthor
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val username: String

    The name of the author.

    The name of the author.

    Definition Classes
    WebhookAuthorAuthor