Skip to content

Commit 736269b

Browse files
committed
Added the field name to the ChatInviteLink entity.
1 parent 9c58e50 commit 736269b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Entities/ChatInviteLink.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* @method bool getCreatesJoinRequest() True, if users joining the chat via the link need to be approved by chat administrators
2424
* @method bool getIsPrimary() True, if the link is primary
2525
* @method bool getIsRevoked() True, if the link is revoked
26+
* @method string getName() Optional. Invite link name
2627
* @method int getExpireDate() Optional. Point in time (Unix timestamp) when the link will expire or has been expired
2728
* @method int getMemberLimit() Optional. Maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999
2829
* @method int getPendingJoinRequestCount() Optional. Number of pending join requests created using this link

0 commit comments

Comments
 (0)