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