forked from pothtonswer/discordmuffin
Add WebhookID member to message property (#607)
* track membercount on memberAdd and leave * requested changes * add WebhookID member to message
This commit is contained in:
parent
797adeefde
commit
412fc067e6
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@ type Message struct {
|
|||
|
||||
// The type of the message.
|
||||
Type MessageType `json:"type"`
|
||||
|
||||
// The webhook ID of the message, if it was generated by a webhook
|
||||
WebhookID string `json:"webhook_id"`
|
||||
}
|
||||
|
||||
// File stores info about files you e.g. send in messages.
|
||||
|
|
Loading…
Reference in a new issue