copyWith method
Implementation
InlineQueryResultsButtonTypeStartBot copyWith({String? parameter}) =>
InlineQueryResultsButtonTypeStartBot(
parameter: parameter ?? this.parameter,
);
InlineQueryResultsButtonTypeStartBot copyWith({String? parameter}) =>
InlineQueryResultsButtonTypeStartBot(
parameter: parameter ?? this.parameter,
);