fix(Message): stickers no deprecated

This commit is contained in:
socram03 2022-07-13 14:08:09 -04:00
parent 0bd9c27c4f
commit a8bd630ecd

View File

@ -161,7 +161,6 @@ export class Message implements Model {
timestamp: number;
editedTimestamp?: number;
/** @deprecated */
stickers?: StickerItem[];
reactions: MessageReaction[];
attachments: Attachment[];