Skip to content

Commit

Permalink
style(formatting): minor grammatical tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed Jul 1, 2024
1 parent cc4cd37 commit e2806dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To post a message, take the following steps:
2. Set **Channel/User Name** to either the **channel** or **user** you want to send the message to.
1. A **channel** is specified by a unique identifier starting with a `#` (for example, `#myChannel`).
2. A **user** is specified by a username starting with an `@` symbol (for example, `@myUser`).
3. (Optional) A **thread** can be specified, to start a thread from a specific message, `ts` in the response can be used (see [here](#post-message)). If the message has been posted by a user, we currently have no way to retrieve the `ts` value. See the [documentation](https://api.slack.com/methods/chat.postMessage)
3. (Optional) A **thread** can be specified to start a thread from a specific message. For example, `ts` in the response can be used (see [here](#post-message)). If the message has been posted by a user, we currently have no way to retrieve the `ts` value. Visit the [Slack documentation](https://api.slack.com/methods/chat.postMessage) for additional details.
4. Select a **Message type**.
1. When **Plain text** is selected, set **Message** to the message string you would like to send (for example, `Hello World!`).
2. When **Message block** is selected, set **Message block** to a formatted rich text block format. Learn more about rich text message block format in the [official Slack documentation](https://api.slack.com/reference/surfaces/formatting#stack_of_blocks).
Expand Down

0 comments on commit e2806dd

Please sign in to comment.