Skip to content

Commit edbe64c

Browse files
committed
TelegramTypes: added InlineQuery::$chat_type and Chat::active_usernames
1 parent 899bcb3 commit edbe64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Telegram/Types/Chat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Chat extends TelegramTypes
6767

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

0 commit comments

Comments
 (0)