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
//@subscription_pricing Information about subscription plan that is applied to the users joining the chat by the link; may be null if the link doesn't require subscription
1235
1235
//@member_limit The maximum number of members, which can join the chat using the link simultaneously; 0 if not limited. Always 0 if the link requires approval
1236
1236
//@member_count Number of chat members, which joined the chat using the link
1237
-
//@expired_member_count Number of chat members, which joined the chat using the link, but have already left because of expired subscription; for subscription links only
1237
+
//@expired_member_count Number of chat members, which joined the chat using the link, but have already left because of expired subscription; for subscription links only
1238
1238
//@pending_join_request_count Number of pending join requests created using this link
1239
1239
//@creates_join_request True, if the link only creates join request. If true, total number of joining members will be unlimited
1240
1240
//@is_primary True, if the link is primary. Primary invite link can't have name, expiration date, or usage limit. There is exactly one primary invite link for each administrator with can_invite_users right at a given time
//@description Returns chat members joined a chat via an invite link. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links
10177
10177
//@chat_id Chat identifier
10178
10178
//@invite_link Invite link for which to return chat members
10179
-
//@only_with_expired_subscription True, if the link is a subscription link and only members with expired subscription must be returned
10179
+
//@only_with_expired_subscription Pass true if the link is a subscription link and only members with expired subscription must be returned
10180
10180
//@offset_member A chat member from which to return next chat members; pass null to get results from the beginning
10181
10181
//@limit The maximum number of chat members to return; up to 100
0 commit comments