summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/payments/payments_form.cpp
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-06-19 20:57:13 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-06-30 21:16:08 +0400
commit479b63c33a2d25242d83b546c2f9a6832fe52901 (patch)
tree1d6e94900406e20d2c266e9138bbb014cd7e54a7 /Telegram/SourceFiles/payments/payments_form.cpp
parent950a946a1650c3cc850033723bd3d621308d94c4 (diff)
Customize pay-by-stars box for paid media.
Diffstat (limited to 'Telegram/SourceFiles/payments/payments_form.cpp')
-rw-r--r--Telegram/SourceFiles/payments/payments_form.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Telegram/SourceFiles/payments/payments_form.cpp b/Telegram/SourceFiles/payments/payments_form.cpp
index 8dac6d0c55..c09b41c363 100644
--- a/Telegram/SourceFiles/payments/payments_form.cpp
+++ b/Telegram/SourceFiles/payments/payments_form.cpp
@@ -399,6 +399,7 @@ void Form::requestForm() {
.amount = amount,
};
const auto formData = CreditsFormData{
+ .id = _id,
.formId = data.vform_id().v,
.botId = data.vbot_id().v,
.title = qs(data.vtitle()),