GroupRejectJoinRequestInput constructor
const
GroupRejectJoinRequestInput({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory GroupRejectJoinRequestInput({
required String convoId,
required String member,
Map<String, dynamic>? $unknown,
}) = _GroupRejectJoinRequestInput;