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