type github.com/gotd/td/tg.InputPaymentCredentialsGooglePayArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_payment_credentials_slices_gen.go#L159: func (s InputPaymentCredentialsClassArray) AsInputPaymentCredentialsGooglePay() (to InputPaymentCredentialsGooglePayArray) {
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#L486: func (s *InputPaymentCredentialsGooglePayArray) Pop() (v InputPaymentCredentialsGooglePay, ok bool) {
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. |