type github.com/gotd/td/tg.HelpPromoDataEmptyArray
12 uses
github.com/gotd/td/tg (current package)
tl_help_promo_data_slices_gen.go#L120: func (s HelpPromoDataClassArray) AsHelpPromoDataEmpty() (to HelpPromoDataEmptyArray) {
tl_help_promo_data_slices_gen.go#L201: type HelpPromoDataEmptyArray []HelpPromoDataEmpty
tl_help_promo_data_slices_gen.go#L204: func (s HelpPromoDataEmptyArray) Sort(less func(a, b HelpPromoDataEmpty) bool) HelpPromoDataEmptyArray {
tl_help_promo_data_slices_gen.go#L212: func (s HelpPromoDataEmptyArray) SortStable(less func(a, b HelpPromoDataEmpty) bool) HelpPromoDataEmptyArray {
tl_help_promo_data_slices_gen.go#L220: func (s HelpPromoDataEmptyArray) Retain(keep func(x HelpPromoDataEmpty) bool) HelpPromoDataEmptyArray {
tl_help_promo_data_slices_gen.go#L234: func (s HelpPromoDataEmptyArray) First() (v HelpPromoDataEmpty, ok bool) {
tl_help_promo_data_slices_gen.go#L242: func (s HelpPromoDataEmptyArray) Last() (v HelpPromoDataEmpty, ok bool) {
tl_help_promo_data_slices_gen.go#L250: func (s *HelpPromoDataEmptyArray) PopFirst() (v HelpPromoDataEmpty, ok bool) {
tl_help_promo_data_slices_gen.go#L269: func (s *HelpPromoDataEmptyArray) Pop() (v HelpPromoDataEmpty, 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. |