We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0f76f commit e2cbad6Copy full SHA for e2cbad6
docs/resources/Channel.md
@@ -261,9 +261,11 @@ Represents a message sent in a channel within Discord.
261
| Field | Type | Description |
262
|-------------|-----------|-----------------------------------------|
263
| message_id? | snowflake | id of the originating message |
264
-| channel_id | snowflake | id of the originating message's channel |
+| channel_id? \* | snowflake | id of the originating message's channel |
265
| guild_id? | snowflake | id of the originating message's guild |
266
267
+\* `channel_id` is optional when creating a reply, but will always be present when receiving an event/response that includes this data model.
268
+
269
###### Message Activity Types
270
271
| Type | Value |
0 commit comments