Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chatId
string
required

ID do chat

Body

application/json

Dados da mensagem a ser enviada, caso queira responder uma mensagem envie o 'replyMessageId'.

message
string
required

Mensagem de texto a ser enviada

replyMessageId
string

Mensagem de texto a ser enviada

Response

Mensagem enviada com sucesso

success
boolean