copyWith method
Implementation
TMeUrlTypeChatInvite copyWith({ChatInviteLinkInfo? info}) =>
TMeUrlTypeChatInvite(info: info ?? this.info);
TMeUrlTypeChatInvite copyWith({ChatInviteLinkInfo? info}) =>
TMeUrlTypeChatInvite(info: info ?? this.info);