title: Get Channel Message category: Channel
getChannelMessage
$client->channel->getChannelMessage($parameters);
If operating on a guild channel, this endpoints requires the 'READ_MESSAGE_HISTORY' permission to be present on the current user.
Name | Type | Required | Default |
---|---|---|---|
channel.id | snowflake | true | null |
message.id | snowflake | true | null |
Returns a specific message in the channel.