type github.com/gotd/td/tg.InputInvoiceClass
28 uses
github.com/gotd/td/tg (current package)
tl_input_invoice_gen.go#L52: func (i InputInvoiceMessage) construct() InputInvoiceClass { return &i }
tl_input_invoice_gen.go#L61: _ InputInvoiceClass = &InputInvoiceMessage{}
tl_input_invoice_gen.go#L222: func (i InputInvoiceSlug) construct() InputInvoiceClass { return &i }
tl_input_invoice_gen.go#L231: _ InputInvoiceClass = &InputInvoiceSlug{}
tl_input_invoice_gen.go#L377: func (i InputInvoicePremiumGiftCode) construct() InputInvoiceClass { return &i }
tl_input_invoice_gen.go#L386: _ InputInvoiceClass = &InputInvoicePremiumGiftCode{}
tl_input_invoice_gen.go#L548: type InputInvoiceClass interface {
tl_input_invoice_gen.go#L553: construct() InputInvoiceClass
tl_input_invoice_gen.go#L568: func DecodeInputInvoice(buf *bin.Buffer) (InputInvoiceClass, error) {
tl_input_invoice_gen.go#L602: InputInvoice InputInvoiceClass
tl_input_invoice_slices_gen.go#L38: type InputInvoiceClassArray []InputInvoiceClass
tl_input_invoice_slices_gen.go#L41: func (s InputInvoiceClassArray) Sort(less func(a, b InputInvoiceClass) bool) InputInvoiceClassArray {
tl_input_invoice_slices_gen.go#L49: func (s InputInvoiceClassArray) SortStable(less func(a, b InputInvoiceClass) bool) InputInvoiceClassArray {
tl_input_invoice_slices_gen.go#L57: func (s InputInvoiceClassArray) Retain(keep func(x InputInvoiceClass) bool) InputInvoiceClassArray {
tl_input_invoice_slices_gen.go#L71: func (s InputInvoiceClassArray) First() (v InputInvoiceClass, ok bool) {
tl_input_invoice_slices_gen.go#L79: func (s InputInvoiceClassArray) Last() (v InputInvoiceClass, ok bool) {
tl_input_invoice_slices_gen.go#L87: func (s *InputInvoiceClassArray) PopFirst() (v InputInvoiceClass, ok bool) {
tl_input_invoice_slices_gen.go#L97: var zero InputInvoiceClass
tl_input_invoice_slices_gen.go#L106: func (s *InputInvoiceClassArray) Pop() (v InputInvoiceClass, ok bool) {
tl_payments_get_payment_form_gen.go#L45: Invoice InputInvoiceClass
tl_payments_get_payment_form_gen.go#L95: GetInvoice() (value InputInvoiceClass)
tl_payments_get_payment_form_gen.go#L217: func (g *PaymentsGetPaymentFormRequest) GetInvoice() (value InputInvoiceClass) {
tl_payments_send_payment_form_gen.go#L47: Invoice InputInvoiceClass
tl_payments_send_payment_form_gen.go#L125: GetInvoice() (value InputInvoiceClass)
tl_payments_send_payment_form_gen.go#L333: func (s *PaymentsSendPaymentFormRequest) GetInvoice() (value InputInvoiceClass) {
tl_payments_validate_requested_info_gen.go#L47: Invoice InputInvoiceClass
tl_payments_validate_requested_info_gen.go#L95: GetInvoice() (value InputInvoiceClass)
tl_payments_validate_requested_info_gen.go#L237: func (v *PaymentsValidateRequestedInfoRequest) GetInvoice() (value InputInvoiceClass) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |