The
message
method represents the incoming message.Field | Type | Returned | Description |
method | String | Yes | "message" |
app_id | String | Yes | App Id to which the message belongs. |
message | Yes | A copy of the sent message Object. |
Response
json{ "method": "message", "message": { "date": 1741955050810, "reference": 111111124, "gmid": "13", "chat": { "id": "90090684438172188", "title": "New Chat", "type": "Group" }, "message_id": "d1_y7Zt2lJr126176", "style": 0, "from": { "name": "Test Bot V4", "id": "90091783822039252", "terminal": "API", "type": "Bot", "version": "('0twD')" }, "text": "hello world 3", "type": "text", }, "app_id": 90090684293000559 }