serenity-rs / serenity

A Rust library for the Discord API.
https://discord.gg/serenity-rs
ISC License
4.78k stars 583 forks source link

New get_sticker_pack_by_id endpoint #2940

Closed vicky5124 closed 2 months ago

vicky5124 commented 2 months ago

The new endpoint is: GET /sticker-packs/{}/sticker-pack-object where {} is a StickerPackId instance.

As well as the Http implementation, a helper method in the object type would be useful too.

Discord API docs change commit

ivinjabraham commented 2 months ago

Resolved in #2960