menu
tdlib2 package
documentation
td_api.dart
GetUserSupportInfoExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
GetUserSupportInfo
copyWith
(
{
int
?
userId
,
})
Implementation
GetUserSupportInfo copyWith({int? userId}) => GetUserSupportInfo(userId: userId ?? this.userId);
tdlib2 package
documentation
td_api
GetUserSupportInfoExtensions
copyWith method
GetUserSupportInfoExtensions extension on
GetUserSupportInfo