@typed-discord/rest
    Preparing search index...

    Function GuildStickerResponse

    • Parameters

      • id: `${bigint}`
      • name: string
      • tags: string
      • format_type: StickerFormatTypes | null
      • description: string | null
      • available: boolean
      • guild_id: `${bigint}`
      • Optionaloptional: Omit<
            GuildStickerResponse,
            | "id"
            | "name"
            | "type"
            | "description"
            | "guild_id"
            | "tags"
            | "available"
            | "format_type",
        >

      Returns GuildStickerResponse