copyWith method
Implementation
@override
InlineKeyboardButtonTypeSwitchInline copyWith({
String? query,
bool? inCurrentChat,
}) => InlineKeyboardButtonTypeSwitchInline(
query: query ?? this.query,
inCurrentChat: inCurrentChat ?? this.inCurrentChat,
);