Skip to content

Commit

Permalink
Fix Issue #275
Browse files Browse the repository at this point in the history
  • Loading branch information
Eleirbag89 committed Apr 26, 2022
1 parent 6807e15 commit ed98561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram.php
Expand Up @@ -526,7 +526,7 @@ public function getChatMemberCount(array $content)
*/
public function getChatMembersCount(array $content)
{
return $this->getChatMemberCount('getChatMembersCount', $content);
return $this->getChatMemberCount($content);
}

/**
Expand Down

0 comments on commit ed98561

Please sign in to comment.