Layer 228
PaymentsPaymentFormStars
Represents a payment form, for payments to be using Telegram Stars, see here for more info.
constructor
payments.paymentFormStars#7bf6b15c flags:# form_id:long bot_id:long title:string description:string photo:flags.5?WebDocument invoice:Invoice users:Vector<User> = payments.PaymentForm;
Parameters
Returns
payments.PaymentFormGogram Example
// Creating PaymentsPaymentFormStars constructor obj := &tg.PaymentsPaymentFormStars{ FormId: int64(1234567890), BotId: int64(1234567890), Title: "Example", Description: "Example description", Photo: nil, Invoice: &tg.InvoiceObj{}, // ... more required fields }