Support paid sending in ShareBox.

This commit is contained in:
John Preston
2025-02-21 21:29:10 +04:00
parent 928be4151b
commit 7b7e18e752
20 changed files with 468 additions and 193 deletions
@@ -46,7 +46,7 @@ constexpr auto kPremiumsRowId = PeerId(FakeChatId(BareId(1))).value;
constexpr auto kMiniAppsRowId = PeerId(FakeChatId(BareId(2))).value;
constexpr auto kGetPercent = 85;
constexpr auto kStarsMin = 1;
constexpr auto kStarsMax = 9000;
constexpr auto kStarsMax = 10000;
constexpr auto kDefaultChargeStars = 10;
using Exceptions = Api::UserPrivacy::Exceptions;