Skip to content

Commit ed98561

Browse files
authored
Fix Issue #275
1 parent 6807e15 commit ed98561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telegram.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ public function getChatMemberCount(array $content)
526526
*/
527527
public function getChatMembersCount(array $content)
528528
{
529-
return $this->getChatMemberCount('getChatMembersCount', $content);
529+
return $this->getChatMemberCount($content);
530530
}
531531

532532
/**

0 commit comments

Comments
 (0)