type github.com/gotd/td/tg.UpdateStickerSetsOrderArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L536: func (s UpdateClassArray) AsUpdateStickerSetsOrder() (to UpdateStickerSetsOrderArray) {
tl_update_slices_gen.go#L4740: type UpdateStickerSetsOrderArray []UpdateStickerSetsOrder
tl_update_slices_gen.go#L4743: func (s UpdateStickerSetsOrderArray) Sort(less func(a, b UpdateStickerSetsOrder) bool) UpdateStickerSetsOrderArray {
tl_update_slices_gen.go#L4751: func (s UpdateStickerSetsOrderArray) SortStable(less func(a, b UpdateStickerSetsOrder) bool) UpdateStickerSetsOrderArray {
tl_update_slices_gen.go#L4759: func (s UpdateStickerSetsOrderArray) Retain(keep func(x UpdateStickerSetsOrder) bool) UpdateStickerSetsOrderArray {
tl_update_slices_gen.go#L4773: func (s UpdateStickerSetsOrderArray) First() (v UpdateStickerSetsOrder, ok bool) {
tl_update_slices_gen.go#L4781: func (s UpdateStickerSetsOrderArray) Last() (v UpdateStickerSetsOrder, ok bool) {
tl_update_slices_gen.go#L4789: func (s *UpdateStickerSetsOrderArray) PopFirst() (v UpdateStickerSetsOrder, ok bool) {
tl_update_slices_gen.go#L4808: func (s *UpdateStickerSetsOrderArray) Pop() (v UpdateStickerSetsOrder, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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. |