docs(types): deprecate stickers field in Message

This commit is contained in:
rigormorrtiss
2021-06-17 21:12:20 +04:00
parent dff3806397
commit 50fff43007
+4 -1
View File
@@ -78,7 +78,10 @@ export interface Message {
messageReference?: Omit<MessageReference, "failIfNotExists">;
/** 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`