copyWith method
Implementation
InlineKeyboardButtonTypeSwitchInline copyWith({
String? query,
TargetChat? targetChat,
}) => InlineKeyboardButtonTypeSwitchInline(
query: query ?? this.query,
targetChat: targetChat ?? this.targetChat,
);
InlineKeyboardButtonTypeSwitchInline copyWith({
String? query,
TargetChat? targetChat,
}) => InlineKeyboardButtonTypeSwitchInline(
query: query ?? this.query,
targetChat: targetChat ?? this.targetChat,
);