We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b313d71 commit 8fd9404Copy full SHA for 8fd9404
1 file changed
src/Handlers/AdminPanel.php
@@ -95,7 +95,7 @@ public function statUsers(int $senderId, int $msgid): void
95
96
foreach ($dialogs as $peer) {
97
try {
98
- $info = $this->getInfo($peer);
+ $info = $this->context->getInfo($peer);
99
if (!isset($info['type'])) continue;
100
switch ($info['type']) {
101
case 'channel': $numChannels++; break;
0 commit comments