Skip to content

Commit 6f5a150

Browse files
committed
docs: add .Message.ApplicationID
See botlabs-gg/yagpdb#1747 Signed-off-by: Luca Zeuch <[email protected]>
1 parent 5bc4532 commit 6f5a150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/docs/reference/templates/syntax-and-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ Interaction functions are covered [here](/docs/reference/templates/functions#int
232232
| **Field** | **Description** |
233233
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
234234
| .Message.Activity | Represents the activity sent with a message, such as a game invite, of type _\*discordgo.MessageActivity_. Sent with Rich Presence-related chat embeds. |
235+
| .Message.ApplicationID | If the message is an interaction- or application-owned webhook, this is the ID of that application. |
235236
| .Message.Attachments | Attachments of this message (_slice_ of [attachment](https://discord.com/developers/docs/resources/channel#attachment-object) objects). |
236237
| .Message.Author | Author of the message ([User](#user) object). |
237238
| .Message.ChannelID | Channel ID this message is in. |

0 commit comments

Comments
 (0)