Skip to content

Commit

Permalink
add ApplicationID to Message
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Nov 18, 2022
1 parent 1855c7f commit 4049f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/message.go
Expand Up @@ -96,6 +96,7 @@ type Message struct {
WebhookID *snowflake.ID `json:"webhook_id,omitempty"`
Activity *MessageActivity `json:"activity,omitempty"`
Application *MessageApplication `json:"application,omitempty"`
ApplicationID *snowflake.ID `json:"application_id,omitempty"`
Stickers []MessageSticker `json:"sticker_items,omitempty"`
ReferencedMessage *Message `json:"referenced_message,omitempty"`
LastUpdated *time.Time `json:"last_updated,omitempty"`
Expand Down

0 comments on commit 4049f4c

Please sign in to comment.