Edits a non-primary invite link for a chat. Available for basic groups, supergroups, and channels. If the link creates a subscription, then expiration_date, member_limit and creates_join_request must not be used. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links.
Returns object_ptr<ChatInviteLink>.
Default constructor for a function, which edits a non-primary invite link for a chat. Available for basic groups, supergroups, and channels. If the link creates a subscription, then expiration_date, member_limit and creates_join_request must not be used. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links.
Returns object_ptr<ChatInviteLink>.
Creates a function, which edits a non-primary invite link for a chat. Available for basic groups, supergroups, and channels. If the link creates a subscription, then expiration_date, member_limit and creates_join_request must not be used. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links.
Returns object_ptr<ChatInviteLink>.
- Parameters
-
[in] | chat_id_ | Chat identifier. |
[in] | invite_link_ | Invite link to be edited. |
[in] | name_ | Invite link name; 0-32 characters. |
[in] | expiration_date_ | Point in time (Unix timestamp) when the link will expire; pass 0 if never. |
[in] | member_limit_ | The maximum number of chat members that can join the chat via the link simultaneously; 0-99999; pass 0 if not limited. |
[in] | creates_join_request_ | Pass true if users joining the chat via the link need to be approved by chat administrators. In this case, member_limit must be 0. |