copyWith method
Implementation
InlineKeyboardButtonTypeCopyText copyWith({String? text}) =>
InlineKeyboardButtonTypeCopyText(text: text ?? this.text);
InlineKeyboardButtonTypeCopyText copyWith({String? text}) =>
InlineKeyboardButtonTypeCopyText(text: text ?? this.text);