read_channel for the channel the post is in.
External DocumentationTo learn more, visit the Mattermost documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
read_channel for the channel the post is in.
| Parameter | Description |
|---|---|
| Create At | The timestamp of the reaction. |
| Emoji Name | The name of the emoji to react with. |
| Post ID | The ID of the post. |
| User ID | The ID of the user. Can be obtained from the List Users action. |
{
"user_id": "string",
"post_id": "string",
"emoji_name": "string",
"create_at": -9007199254740991
}
Was this page helpful?