DiscordSticker: {
    asset?: string;
    available?: boolean;
    description: string;
    format_type: DiscordStickerFormatTypes;
    guild_id?: string;
    id: string;
    name: string;
    pack_id?: string;
    sort_value?: number;
    tags?: string;
    type: DiscordStickerTypes;
    user?: DiscordUser;
}

Type declaration

  • Optional asset?: string
  • Optional available?: boolean
  • description: string
  • format_type: DiscordStickerFormatTypes
  • Optional guild_id?: string
  • id: string
  • name: string
  • Optional pack_id?: string
  • Optional sort_value?: number
  • Optional tags?: string
  • type: DiscordStickerTypes
  • Optional user?: DiscordUser

Generated using TypeDoc