You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Entities/ChatInviteLink.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
* @method bool getCreatesJoinRequest() True, if users joining the chat via the link need to be approved by chat administrators
24
24
* @method bool getIsPrimary() True, if the link is primary
25
25
* @method bool getIsRevoked() True, if the link is revoked
26
+
* @method string getName() Optional. Invite link name
26
27
* @method int getExpireDate() Optional. Point in time (Unix timestamp) when the link will expire or has been expired
27
28
* @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
28
29
* @method int getPendingJoinRequestCount() Optional. Number of pending join requests created using this link
0 commit comments