copyWith method
Implementation
SetMenuButton copyWith({
int? userId,
BotMenuButton? menuButton,
}) =>
SetMenuButton(
userId: userId ?? this.userId,
menuButton: menuButton ?? this.menuButton,
);
SetMenuButton copyWith({
int? userId,
BotMenuButton? menuButton,
}) =>
SetMenuButton(
userId: userId ?? this.userId,
menuButton: menuButton ?? this.menuButton,
);