type github.com/gotd/td/tg.InputPaymentCredentialsGooglePay

31 uses

	github.com/gotd/td/tg (current package)
		tl_input_payment_credentials_gen.go#L526: type InputPaymentCredentialsGooglePay struct {
		tl_input_payment_credentials_gen.go#L535: func (i InputPaymentCredentialsGooglePay) construct() InputPaymentCredentialsClass { return &i }
		tl_input_payment_credentials_gen.go#L539: 	_ bin.Encoder     = &InputPaymentCredentialsGooglePay{}
		tl_input_payment_credentials_gen.go#L540: 	_ bin.Decoder     = &InputPaymentCredentialsGooglePay{}
		tl_input_payment_credentials_gen.go#L541: 	_ bin.BareEncoder = &InputPaymentCredentialsGooglePay{}
		tl_input_payment_credentials_gen.go#L542: 	_ bin.BareDecoder = &InputPaymentCredentialsGooglePay{}
		tl_input_payment_credentials_gen.go#L544: 	_ InputPaymentCredentialsClass = &InputPaymentCredentialsGooglePay{}
		tl_input_payment_credentials_gen.go#L547: func (i *InputPaymentCredentialsGooglePay) Zero() bool {
		tl_input_payment_credentials_gen.go#L559: func (i *InputPaymentCredentialsGooglePay) String() string {
		tl_input_payment_credentials_gen.go#L563: 	type Alias InputPaymentCredentialsGooglePay
		tl_input_payment_credentials_gen.go#L568: func (i *InputPaymentCredentialsGooglePay) FillFrom(from interface {
		tl_input_payment_credentials_gen.go#L577: func (*InputPaymentCredentialsGooglePay) TypeID() uint32 {
		tl_input_payment_credentials_gen.go#L582: func (*InputPaymentCredentialsGooglePay) TypeName() string {
		tl_input_payment_credentials_gen.go#L587: func (i *InputPaymentCredentialsGooglePay) TypeInfo() tdp.Type {
		tl_input_payment_credentials_gen.go#L606: func (i *InputPaymentCredentialsGooglePay) Encode(b *bin.Buffer) error {
		tl_input_payment_credentials_gen.go#L615: func (i *InputPaymentCredentialsGooglePay) EncodeBare(b *bin.Buffer) error {
		tl_input_payment_credentials_gen.go#L626: func (i *InputPaymentCredentialsGooglePay) Decode(b *bin.Buffer) error {
		tl_input_payment_credentials_gen.go#L637: func (i *InputPaymentCredentialsGooglePay) DecodeBare(b *bin.Buffer) error {
		tl_input_payment_credentials_gen.go#L650: func (i *InputPaymentCredentialsGooglePay) GetPaymentToken() (value DataJSON) {
		tl_input_payment_credentials_gen.go#L726: 		v := InputPaymentCredentialsGooglePay{}
		tl_input_payment_credentials_slices_gen.go#L161: 		value, ok := elem.(*InputPaymentCredentialsGooglePay)
		tl_input_payment_credentials_slices_gen.go#L418: type InputPaymentCredentialsGooglePayArray []InputPaymentCredentialsGooglePay
		tl_input_payment_credentials_slices_gen.go#L421: func (s InputPaymentCredentialsGooglePayArray) Sort(less func(a, b InputPaymentCredentialsGooglePay) bool) InputPaymentCredentialsGooglePayArray {
		tl_input_payment_credentials_slices_gen.go#L429: func (s InputPaymentCredentialsGooglePayArray) SortStable(less func(a, b InputPaymentCredentialsGooglePay) bool) InputPaymentCredentialsGooglePayArray {
		tl_input_payment_credentials_slices_gen.go#L437: func (s InputPaymentCredentialsGooglePayArray) Retain(keep func(x InputPaymentCredentialsGooglePay) bool) InputPaymentCredentialsGooglePayArray {
		tl_input_payment_credentials_slices_gen.go#L451: func (s InputPaymentCredentialsGooglePayArray) First() (v InputPaymentCredentialsGooglePay, ok bool) {
		tl_input_payment_credentials_slices_gen.go#L459: func (s InputPaymentCredentialsGooglePayArray) Last() (v InputPaymentCredentialsGooglePay, ok bool) {
		tl_input_payment_credentials_slices_gen.go#L467: func (s *InputPaymentCredentialsGooglePayArray) PopFirst() (v InputPaymentCredentialsGooglePay, ok bool) {
		tl_input_payment_credentials_slices_gen.go#L477: 	var zero InputPaymentCredentialsGooglePay
		tl_input_payment_credentials_slices_gen.go#L486: func (s *InputPaymentCredentialsGooglePayArray) Pop() (v InputPaymentCredentialsGooglePay, ok bool) {
		tl_registry_gen.go#L4328: 		InputPaymentCredentialsGooglePayTypeID:                   func() bin.Object { return &InputPaymentCredentialsGooglePay{} },