c

ackcord.util.GuildRouter

GetGuildActorReply

case class GetGuildActorReply[Inner](guildActor: ActorRef[Inner]) extends Product with Serializable

Sent as a response to GetGuildActor

guildActor

The actor for the specified guild

Source
GuildRouter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetGuildActorReply
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GetGuildActorReply(guildActor: ActorRef[Inner])

    guildActor

    The actor for the specified guild

Value Members

  1. val guildActor: ActorRef[Inner]
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product