> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Request Approval in a Channel

Send approval message to a channel and then wait until the message is approved or disapproved

## Input

| Property       | Type        | Required | Description                                               |
| -------------- | ----------- | -------- | --------------------------------------------------------- |
| channel        | DROPDOWN    | Yes      | Channel, private group, or IM channel to send message to. |
| text           | LONG\_TEXT  | Yes      | The text of your message                                  |
| username       | SHORT\_TEXT | No       | The username of the bot                                   |
| profilePicture | SHORT\_TEXT | No       | The profile picture of the bot                            |

## Sample Output

```json theme={null}
{
  "approved": true
}
```
