List Messages
Returns paginated messages for a chat, ordered by message date in descending
order (newest first). Telegram message IDs are per-chat counters and are not
globally monotonic, so ordering is by the message’s date field rather than
by id.
Authorizations
API key with bmx_ prefix. Obtain via /api/auth/api-keys.
Query Parameters
Chat ID
Bot ID
Number of messages to return
x <= 200Pagination offset
Response
Array of messages
Telegram message ID
Chat ID
Bot ID that received/sent this message
Sender user ID
Sender username
Sender first name
Sender last name
Message text content
Unix timestamp of the message
Media type if the message contains media (photo, video, animation, sticker, voice, audio, document, video_note) or callback for inline button interactions tracked as synthetic messages
Telegram file ID for media messages
ID of the message this is a reply to