is_primary property

bool is_primary
read / write

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.

Implementation

late bool is_primary;