feat(MessageSend): add flags (#1427)
Add Flags field to MessageSend struct
This commit is contained in:
parent
a7ba2904ba
commit
ff9176adcc
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ type MessageSend struct {
|
|||
AllowedMentions *MessageAllowedMentions `json:"allowed_mentions,omitempty"`
|
||||
Reference *MessageReference `json:"message_reference,omitempty"`
|
||||
StickerIDs []string `json:"sticker_ids"`
|
||||
Flags MessageFlags `json:"flags,omitempty"`
|
||||
|
||||
// TODO: Remove this when compatibility is not required.
|
||||
File *File `json:"-"`
|
||||
|
|
Loading…
Reference in a new issue