Skip to content

Commit

Permalink
TelegramTypes: added InlineQuery::$chat_type and Chat::active_usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
DJTommek committed Sep 10, 2023
1 parent 899bcb3 commit edbe64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Telegram/Types/Chat.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Chat extends TelegramTypes

/**
* Optional. If non-empty, the list of all active chat usernames; for private chats, supergroups and channels.
* Returned only in {@see getChat}.
* Returned only in {@see getChat}
* @var array<string>
*/
public $active_usernames = [];
Expand Down

0 comments on commit edbe64c

Please sign in to comment.