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`