Bot
Add a thread participant
Adds one user to a thread. The authenticated bot must have permission to manage that thread's participants.
post/bot/addThreadParticipant
Headers
authorizationstring required
Required bot token using the Bearer scheme.
Request body
Response
Successful response for an action with no return value.
Example response
{
"ok": true,
"result": {}
}