type github.com/gotd/td/tg.InputInvoicePremiumGiftCodeArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_invoice_slices_gen.go#L146: func (s InputInvoiceClassArray) AsInputInvoicePremiumGiftCode() (to InputInvoicePremiumGiftCodeArray) {
tl_input_invoice_slices_gen.go#L323: type InputInvoicePremiumGiftCodeArray []InputInvoicePremiumGiftCode
tl_input_invoice_slices_gen.go#L326: func (s InputInvoicePremiumGiftCodeArray) Sort(less func(a, b InputInvoicePremiumGiftCode) bool) InputInvoicePremiumGiftCodeArray {
tl_input_invoice_slices_gen.go#L334: func (s InputInvoicePremiumGiftCodeArray) SortStable(less func(a, b InputInvoicePremiumGiftCode) bool) InputInvoicePremiumGiftCodeArray {
tl_input_invoice_slices_gen.go#L342: func (s InputInvoicePremiumGiftCodeArray) Retain(keep func(x InputInvoicePremiumGiftCode) bool) InputInvoicePremiumGiftCodeArray {
tl_input_invoice_slices_gen.go#L356: func (s InputInvoicePremiumGiftCodeArray) First() (v InputInvoicePremiumGiftCode, ok bool) {
tl_input_invoice_slices_gen.go#L364: func (s InputInvoicePremiumGiftCodeArray) Last() (v InputInvoicePremiumGiftCode, ok bool) {
tl_input_invoice_slices_gen.go#L372: func (s *InputInvoicePremiumGiftCodeArray) PopFirst() (v InputInvoicePremiumGiftCode, ok bool) {
tl_input_invoice_slices_gen.go#L391: func (s *InputInvoicePremiumGiftCodeArray) Pop() (v InputInvoicePremiumGiftCode, 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. |