Skip to content

Commit

Permalink
Define Sticker::pack_id as optional (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atakku committed Sep 1, 2021
1 parent f9de6c5 commit cf040cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/channel/sticker.rs
Expand Up @@ -9,7 +9,7 @@ pub struct Sticker {
/// The unique ID given to this sticker.
pub id: StickerId,
/// The unique ID of the pack the sticker is from.
pub pack_id: StickerPackId,
pub pack_id: Option<StickerPackId>,
/// The name of the sticker.
pub name: String,
/// Description of the sticker
Expand Down

0 comments on commit cf040cb

Please sign in to comment.