Statistic on bot

Get the total messages and interlocutors who interacted with the bot

Response

AttributeTypeDescription
data.typestringalways "bot_stats"
data.messagesCountintthe number of messages received by the bot
data.interlocutorsCountintthe numbers of interlocutors
data.buttonsActionsCountintthe numbers of actions that are launched by a button
{
    "data": {
        "type": "bot_stats",
        "messagesCount": 0,
        "interlocutorsCount": 0,
        "buttonsActionsCount": 0
    }
}
Language