func github.com/gotd/td/tg.DecodeInputStorePaymentPurpose
7 uses
github.com/gotd/td/tg (current package)
tl_input_invoice_gen.go#L499: value, err := DecodeInputStorePaymentPurpose(b)
tl_input_store_payment_purpose_gen.go#L1339: func DecodeInputStorePaymentPurpose(buf *bin.Buffer) (InputStorePaymentPurposeClass, error) {
tl_input_store_payment_purpose_gen.go#L1388: v, err := DecodeInputStorePaymentPurpose(buf)
tl_payments_assign_app_store_transaction_gen.go#L172: value, err := DecodeInputStorePaymentPurpose(b)
tl_payments_assign_play_market_transaction_gen.go#L172: value, err := DecodeInputStorePaymentPurpose(b)
tl_payments_can_purchase_premium_gen.go#L153: value, err := DecodeInputStorePaymentPurpose(b)
tl_payments_launch_prepaid_giveaway_gen.go#L198: value, err := DecodeInputStorePaymentPurpose(b)
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. |