Layer 220
Type

Available Constructors

In Gogram, this type is represented as tg.InputInvoice interface. Use any of the following constructors:

Gogram Example

// InputInvoice is an interface type
// You can use any of the following constructors:
var _ tg.InputInvoice = &tg.InputInvoiceSlug{}
var _ tg.InputInvoice = &tg.InputInvoiceMessage{}
var _ tg.InputInvoice = &tg.InputInvoicePremiumGiftCode{}
var _ tg.InputInvoice = &tg.InputInvoiceChatInviteSubscription{}
var _ tg.InputInvoice = &tg.InputInvoiceStars{}
// ... and 10 more constructors