SetUserSupportInfo constructor
SetUserSupportInfo({
- String? extra,
- int? client_id,
- int53? user_id,
- FormattedText? message,
Implementation
SetUserSupportInfo({
super.extra,
super.client_id,
this.user_id,
this.message,
});