copyWith method
Implementation
GetPreparedInlineMessage copyWith({
int? botUserId,
String? preparedMessageId,
}) => GetPreparedInlineMessage(
botUserId: botUserId ?? this.botUserId,
preparedMessageId: preparedMessageId ?? this.preparedMessageId,
);