From 50fff43007d8878a63fa74a2bcb6df9ae122b734 Mon Sep 17 00:00:00 2001 From: rigormorrtiss Date: Thu, 17 Jun 2021 21:12:20 +0400 Subject: [PATCH] docs(types): deprecate stickers field in Message --- src/types/messages/message.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/types/messages/message.ts b/src/types/messages/message.ts index 8478757a4..2edc2be1c 100644 --- a/src/types/messages/message.ts +++ b/src/types/messages/message.ts @@ -78,7 +78,10 @@ export interface Message { messageReference?: Omit; /** Message flags combined as a bitfield */ flags?: number; - /** The stickers sent with the message (bots currently can only receive messages with stickers, not send) */ + /** + * The stickers sent with the message (bots currently can only receive messages with stickers, not send) + * @deprecated + */ stickers?: MessageSticker[]; /** * The message associated with the `message_reference`