copyWith method

InlineQueryResultsButtonTypeStartBot copyWith({
  1. String? parameter,
})

Implementation

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