diff --git a/docs/content/en/models/telegraph-chat.md b/docs/content/en/models/telegraph-chat.md index d3f0ea3f4..82ecc1e80 100644 --- a/docs/content/en/models/telegraph-chat.md +++ b/docs/content/en/models/telegraph-chat.md @@ -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