can_self_unmute property

Bool? can_self_unmute
getter/setter pair

Pass true if the invite link needs to contain an invite hash, passing which to joinGroupCall would allow the invited user to unmute themselves. Requires groupCall.can_be_managed group call flag

Implementation

Bool? can_self_unmute;