type github.com/gotd/td/tg.InputPaymentCredentialsArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_payment_credentials_slices_gen.go#L133: func (s InputPaymentCredentialsClassArray) AsInputPaymentCredentials() (to InputPaymentCredentialsArray) {
tl_input_payment_credentials_slices_gen.go#L254: type InputPaymentCredentialsArray []InputPaymentCredentials
tl_input_payment_credentials_slices_gen.go#L257: func (s InputPaymentCredentialsArray) Sort(less func(a, b InputPaymentCredentials) bool) InputPaymentCredentialsArray {
tl_input_payment_credentials_slices_gen.go#L265: func (s InputPaymentCredentialsArray) SortStable(less func(a, b InputPaymentCredentials) bool) InputPaymentCredentialsArray {
tl_input_payment_credentials_slices_gen.go#L273: func (s InputPaymentCredentialsArray) Retain(keep func(x InputPaymentCredentials) bool) InputPaymentCredentialsArray {
tl_input_payment_credentials_slices_gen.go#L287: func (s InputPaymentCredentialsArray) First() (v InputPaymentCredentials, ok bool) {
tl_input_payment_credentials_slices_gen.go#L295: func (s InputPaymentCredentialsArray) Last() (v InputPaymentCredentials, ok bool) {
tl_input_payment_credentials_slices_gen.go#L303: func (s *InputPaymentCredentialsArray) PopFirst() (v InputPaymentCredentials, ok bool) {
tl_input_payment_credentials_slices_gen.go#L322: func (s *InputPaymentCredentialsArray) Pop() (v InputPaymentCredentials, 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. |