fix(types): camelize pack_id field (#934)

This commit is contained in:
rigormorrtiss
2021-05-13 10:33:21 +04:00
committed by GitHub
parent d600f250b7
commit a6dced08bc

View File

@@ -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 */