copyWith method
Implementation
InputMessageGame copyWith({int? botUserId, String? gameShortName}) =>
InputMessageGame(
botUserId: botUserId ?? this.botUserId,
gameShortName: gameShortName ?? this.gameShortName,
);
InputMessageGame copyWith({int? botUserId, String? gameShortName}) =>
InputMessageGame(
botUserId: botUserId ?? this.botUserId,
gameShortName: gameShortName ?? this.gameShortName,
);