Class

net.katsstuff.ackcord.http.images

GetGuildIconImage

Related Doc: package images

Permalink

case class GetGuildIconImage[Ctx](desiredSize: Int, format: ImageFormat, guildId: GuildId, iconHash: String, context: Ctx = NotUsed: NotUsed) extends ImageRequest[Ctx] with Product with Serializable

Get a guild icon image. Allowed formats are PNG, JPEG and WebP.

Linear Supertypes
Serializable, Serializable, Product, Equals, ImageRequest[Ctx], Request[ByteString, Ctx], MaybeRequest[ByteString, Ctx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetGuildIconImage
  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 GetGuildIconImage(desiredSize: Int, format: ImageFormat, guildId: GuildId, iconHash: String, context: Ctx = NotUsed: NotUsed)

    Permalink

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
    GetGuildIconImageImageRequest
  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
    GetGuildIconImage → MaybeRequest
  10. val 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
    GetGuildIconImageImageRequest
  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. val format: ImageFormat

    Permalink

    The format to get the image in.

    The format to get the image in.

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

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

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

    Permalink
    Definition Classes
    ImageRequest → Request
  19. val iconHash: String

    Permalink
  20. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GetGuildIconImage → Request
  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