Message API (1.0.0)

Download OpenAPI specification:

License: MIT

API for message management

Get messages of a chat

Authorizations:
TokenAuth
path Parameters
chat_id
required
integer

ID of the chat

query Parameters
limit
integer
Default: 100

How many messages to return

before_id
integer
Default: 0

Return messages before this message ID

Responses

Response samples

Content type
application/json
[
  • {
    }
]