Skip to content

Commit

Permalink
Merge pull request defstudio#402 from SimuraEpona/main
Browse files Browse the repository at this point in the history
fix typo in telegraph-chat model doc
  • Loading branch information
fabio-ivona authored Aug 20, 2023
2 parents 8856d4b + 1e210e6 commit 6dd50ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/models/telegraph-chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Retrieves the chat member count from telegram
```php
/** @var \DefStudio\Telegraph\Models\TelegraphChat $telegraphChat */

$telegraphChat->info(); /* 42 */
$telegraphChat->memberCount(); /* 42 */
```

## Optional parameters
Expand Down

0 comments on commit 6dd50ec

Please sign in to comment.