Appearance
Api3 Logging group
This group is available only to admins. Both runtime errors and user messages are posted to this group.
Runtime errors
When the Api3 Guardian bot encounters an error the output is placed into this group.
sh
Logger error for development.
------------------
TypeError: Cannot read properties of undefined (reading 'text')The error information is minimal. More information about the error can be found in the PM2 logs.
User messages
All non-admin messages are stored in this group as JSON objects. This provides a detailed reference to use when deciding to ban a user in the Api3 Administrator group.
json
{
"message_id": 224982,
"from": {
"id": 0000000...,
"is_bot": false,
"first_name": "George",
"last_name": "Vance",
"language_code": "zh-hans"
},
"chat": {
"id": -000000000...,
"title": "Api3",
"username": "API3DAO",
"type": "supergroup"
},
"date": 1767687191,
"text": "👋"
}The JSON object can be large for some messages like those that are external replies from other groups.

