You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/reference/templates/syntax-and-data.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,7 @@ Interaction functions are covered [here](/docs/reference/templates/functions#int
274
274
| .Message.TTS | Whether the message is text-to-speech. \*|
275
275
| .Message.Type | The [type](https://discord.com/developers/docs/resources/message#message-object-message-types) of the message. |
276
276
| .Message.WebhookID | If the message is generated by a webhook, this is the webhook's id |
277
+
| .Message.RoleSubscriptionData | Data of the role subscription purchase or renewal that prompted this message. Only set on messages of type 25 (`ROLE_SUBSCRIPTION_PURCHASE`). |
0 commit comments