mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
docs(types): deprecate stickers field in Message
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user