Skip to content

Commit 99dfb77

Browse files
authored
Merge pull request #14 from jan-di/issue13
Added username property in ChatType
2 parents 058c1ca + 77a7d40 commit 99dfb77

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Type/ChatType.php

+7
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ class ChatType
5454
*/
5555
public $lastName;
5656

57+
/**
58+
* Optional. Username of the other party in a private chat.
59+
*
60+
* @var string|null
61+
*/
62+
public $username;
63+
5764
/**
5865
* Optional. True if a group has ‘All Members Are Admins’ enabled.
5966
*

0 commit comments

Comments
 (0)