type github.com/gotd/td/tg.InputPaymentCredentialsApplePay
31 uses
github.com/gotd/td/tg (current package)
tl_input_payment_credentials_gen.go#L391: type InputPaymentCredentialsApplePay struct {
tl_input_payment_credentials_gen.go#L400: func (i InputPaymentCredentialsApplePay) construct() InputPaymentCredentialsClass { return &i }
tl_input_payment_credentials_gen.go#L404: _ bin.Encoder = &InputPaymentCredentialsApplePay{}
tl_input_payment_credentials_gen.go#L405: _ bin.Decoder = &InputPaymentCredentialsApplePay{}
tl_input_payment_credentials_gen.go#L406: _ bin.BareEncoder = &InputPaymentCredentialsApplePay{}
tl_input_payment_credentials_gen.go#L407: _ bin.BareDecoder = &InputPaymentCredentialsApplePay{}
tl_input_payment_credentials_gen.go#L409: _ InputPaymentCredentialsClass = &InputPaymentCredentialsApplePay{}
tl_input_payment_credentials_gen.go#L412: func (i *InputPaymentCredentialsApplePay) Zero() bool {
tl_input_payment_credentials_gen.go#L424: func (i *InputPaymentCredentialsApplePay) String() string {
tl_input_payment_credentials_gen.go#L428: type Alias InputPaymentCredentialsApplePay
tl_input_payment_credentials_gen.go#L433: func (i *InputPaymentCredentialsApplePay) FillFrom(from interface {
tl_input_payment_credentials_gen.go#L442: func (*InputPaymentCredentialsApplePay) TypeID() uint32 {
tl_input_payment_credentials_gen.go#L447: func (*InputPaymentCredentialsApplePay) TypeName() string {
tl_input_payment_credentials_gen.go#L452: func (i *InputPaymentCredentialsApplePay) TypeInfo() tdp.Type {
tl_input_payment_credentials_gen.go#L471: func (i *InputPaymentCredentialsApplePay) Encode(b *bin.Buffer) error {
tl_input_payment_credentials_gen.go#L480: func (i *InputPaymentCredentialsApplePay) EncodeBare(b *bin.Buffer) error {
tl_input_payment_credentials_gen.go#L491: func (i *InputPaymentCredentialsApplePay) Decode(b *bin.Buffer) error {
tl_input_payment_credentials_gen.go#L502: func (i *InputPaymentCredentialsApplePay) DecodeBare(b *bin.Buffer) error {
tl_input_payment_credentials_gen.go#L515: func (i *InputPaymentCredentialsApplePay) GetPaymentData() (value DataJSON) {
tl_input_payment_credentials_gen.go#L719: v := InputPaymentCredentialsApplePay{}
tl_input_payment_credentials_slices_gen.go#L148: value, ok := elem.(*InputPaymentCredentialsApplePay)
tl_input_payment_credentials_slices_gen.go#L336: type InputPaymentCredentialsApplePayArray []InputPaymentCredentialsApplePay
tl_input_payment_credentials_slices_gen.go#L339: func (s InputPaymentCredentialsApplePayArray) Sort(less func(a, b InputPaymentCredentialsApplePay) bool) InputPaymentCredentialsApplePayArray {
tl_input_payment_credentials_slices_gen.go#L347: func (s InputPaymentCredentialsApplePayArray) SortStable(less func(a, b InputPaymentCredentialsApplePay) bool) InputPaymentCredentialsApplePayArray {
tl_input_payment_credentials_slices_gen.go#L355: func (s InputPaymentCredentialsApplePayArray) Retain(keep func(x InputPaymentCredentialsApplePay) bool) InputPaymentCredentialsApplePayArray {
tl_input_payment_credentials_slices_gen.go#L369: func (s InputPaymentCredentialsApplePayArray) First() (v InputPaymentCredentialsApplePay, ok bool) {
tl_input_payment_credentials_slices_gen.go#L377: func (s InputPaymentCredentialsApplePayArray) Last() (v InputPaymentCredentialsApplePay, ok bool) {
tl_input_payment_credentials_slices_gen.go#L385: func (s *InputPaymentCredentialsApplePayArray) PopFirst() (v InputPaymentCredentialsApplePay, ok bool) {
tl_input_payment_credentials_slices_gen.go#L395: var zero InputPaymentCredentialsApplePay
tl_input_payment_credentials_slices_gen.go#L404: func (s *InputPaymentCredentialsApplePayArray) Pop() (v InputPaymentCredentialsApplePay, ok bool) {
tl_registry_gen.go#L4327: InputPaymentCredentialsApplePayTypeID: func() bin.Object { return &InputPaymentCredentialsApplePay{} },
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. |