diff --git a/src/types/messages/message_sticker.ts b/src/types/messages/message_sticker.ts index d1a9bf04e..1de5e69d4 100644 --- a/src/types/messages/message_sticker.ts +++ b/src/types/messages/message_sticker.ts @@ -5,7 +5,7 @@ export interface MessageSticker { /** id of the sticker */ id: string; /** id of the pack the sticker is from */ - pack_id: string; + packId: string; /** Name of the sticker */ name: string; /** Description of the sticker */