InviteGroupCallParticipantResultExtensions extension

on

Methods

map<TResult extends Object?>({required TResult success(InviteGroupCallParticipantResultSuccess value), required TResult userAlreadyParticipant(InviteGroupCallParticipantResultUserAlreadyParticipant value), required TResult userPrivacyRestricted(InviteGroupCallParticipantResultUserPrivacyRestricted value), required TResult userWasBanned(InviteGroupCallParticipantResultUserWasBanned value)}) → TResult

Available on InviteGroupCallParticipantResult, provided by the InviteGroupCallParticipantResultExtensions extension

maybeMap<TResult extends Object?>({TResult success(InviteGroupCallParticipantResultSuccess value)?, TResult userAlreadyParticipant(InviteGroupCallParticipantResultUserAlreadyParticipant value)?, TResult userPrivacyRestricted(InviteGroupCallParticipantResultUserPrivacyRestricted value)?, TResult userWasBanned(InviteGroupCallParticipantResultUserWasBanned value)?, required TResult orElse()}) → TResult

Available on InviteGroupCallParticipantResult, provided by the InviteGroupCallParticipantResultExtensions extension