type github.com/gotd/td/tg.InputInvoiceSlugArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_invoice_slices_gen.go#L133: func (s InputInvoiceClassArray) AsInputInvoiceSlug() (to InputInvoiceSlugArray) {
tl_input_invoice_slices_gen.go#L397: type InputInvoiceSlugArray []InputInvoiceSlug
tl_input_invoice_slices_gen.go#L400: func (s InputInvoiceSlugArray) Sort(less func(a, b InputInvoiceSlug) bool) InputInvoiceSlugArray {
tl_input_invoice_slices_gen.go#L408: func (s InputInvoiceSlugArray) SortStable(less func(a, b InputInvoiceSlug) bool) InputInvoiceSlugArray {
tl_input_invoice_slices_gen.go#L416: func (s InputInvoiceSlugArray) Retain(keep func(x InputInvoiceSlug) bool) InputInvoiceSlugArray {
tl_input_invoice_slices_gen.go#L430: func (s InputInvoiceSlugArray) First() (v InputInvoiceSlug, ok bool) {
tl_input_invoice_slices_gen.go#L438: func (s InputInvoiceSlugArray) Last() (v InputInvoiceSlug, ok bool) {
tl_input_invoice_slices_gen.go#L446: func (s *InputInvoiceSlugArray) PopFirst() (v InputInvoiceSlug, ok bool) {
tl_input_invoice_slices_gen.go#L465: func (s *InputInvoiceSlugArray) Pop() (v InputInvoiceSlug, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |