You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i get authorization and try call method getChatStatistics
$tdlib->send([
'@type' => 'getChatStatistics',
'chat_id' => $chat_id,
'is_dark' => false,
]);
but get error {"@type":"error","code":400,"message":"Failed to parse JSON object as TDLib request: Unknown class "getChatStatistics""}
The text was updated successfully, but these errors were encountered:
i get authorization and try call method getChatStatistics
$tdlib->send([
'@type' => 'getChatStatistics',
'chat_id' => $chat_id,
'is_dark' => false,
]);
but get error {"@type":"error","code":400,"message":"Failed to parse JSON object as TDLib request: Unknown class "getChatStatistics""}
The text was updated successfully, but these errors were encountered: