/* This file is part of Telegram Desktop, the official desktop application for the Telegram messaging service. For license and copyright information please follow this link: https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ #pragma once #include "data/data_subscription_option.h" namespace Api { [[nodiscard]] Data::SubscriptionOption CreateSubscriptionOption( int months, int monthlyAmount, int64 amount, const QString ¤cy, const QString &botUrl); template [[nodiscard]] Data::SubscriptionOptions SubscriptionOptionsFromTL( const QVector