Class

net.katsstuff.ackcord.http.images

GetGuildWidgetImage

Related Doc: package images

Permalink

case class GetGuildWidgetImage[Ctx](guildId: GuildId, style: WidgetImageStyle = WidgetImageStyle.Shield, context: Ctx = NotUsed: NotUsed) extends ImageRequest[Ctx] with Product with Serializable

Get the widget image for a specific guild.

guildId

The guild to get the widget for.

style

Which style should be gotten.

Linear Supertypes
Serializable, Serializable, Product, Equals, ImageRequest[Ctx], Request[ByteString, Ctx], MaybeRequest[ByteString, Ctx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetGuildWidgetImage
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ImageRequest
  7. Request
  8. MaybeRequest
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GetGuildWidgetImage(guildId: GuildId, style: WidgetImageStyle = WidgetImageStyle.Shield, context: Ctx = NotUsed: NotUsed)

    Permalink

    guildId

    The guild to get the widget for.

    style

    Which style should be gotten.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allowedFormats: Seq[ImageFormat]

    Permalink

    The allowed formats for this image.

    The allowed formats for this image.

    Definition Classes
    GetGuildWidgetImageImageRequest
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bodyForLogging: Option[String]

    Permalink
    Definition Classes
    ImageRequest → Request
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def collect[B](f: PartialFunction[ByteString, B]): Request[B, Ctx]

    Permalink
    Definition Classes
    Request
  9. val context: Ctx

    Permalink
    Definition Classes
    GetGuildWidgetImage → MaybeRequest
  10. def desiredSize: Int

    Permalink

    The desired size of the image.

    The desired size of the image. Must be between 16 and 2048, and must be a power of 2.

    Definition Classes
    GetGuildWidgetImageImageRequest
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def extraHeaders: Seq[HttpHeader]

    Permalink
    Definition Classes
    Request
  13. def filter(f: (ByteString) ⇒ Boolean): Request[ByteString, Ctx]

    Permalink
    Definition Classes
    Request
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def format: ImageFormat

    Permalink

    The format to get the image in.

    The format to get the image in.

    Definition Classes
    GetGuildWidgetImageImageRequest
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. val guildId: GuildId

    Permalink

    The guild to get the widget for.

  18. def hasPermissions[F[_]](implicit c: CacheSnapshot[F], F: Monad[F]): F[Boolean]

    Permalink
    Definition Classes
    ImageRequest → Request
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def map[B](f: (ByteString) ⇒ B): Request[B, Ctx]

    Permalink
    Definition Classes
    Request
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def parseResponse(parallelism: Int)(implicit system: ActorSystem): Flow[ResponseEntity, ByteString, NotUsed]

    Permalink
    Definition Classes
    ImageRequest → Request
  25. def requestBody: RequestEntity

    Permalink
    Definition Classes
    ImageRequest → Request
  26. def route: RequestRoute

    Permalink
    Definition Classes
    GetGuildWidgetImage → Request
  27. val style: WidgetImageStyle

    Permalink

    Which style should be gotten.

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def transformResponse[B](f: (Flow[ResponseEntity, ByteString, NotUsed]) ⇒ Flow[ResponseEntity, B, NotUsed]): Request[B, Ctx]

    Permalink
    Definition Classes
    Request
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withContext[NewCtx](newContext: NewCtx): Request[ByteString, NewCtx]

    Permalink
    Definition Classes
    Request

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ImageRequest[Ctx]

Inherited from Request[ByteString, Ctx]

Inherited from MaybeRequest[ByteString, Ctx]

Inherited from AnyRef

Inherited from Any

Ungrouped