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#L4233: type UpdateStickerSetsOrderArray []UpdateStickerSetsOrder
tl_update_slices_gen.go#L4236: func (s UpdateStickerSetsOrderArray) Sort(less func(a, b UpdateStickerSetsOrder) bool) UpdateStickerSetsOrderArray {
tl_update_slices_gen.go#L4244: func (s UpdateStickerSetsOrderArray) SortStable(less func(a, b UpdateStickerSetsOrder) bool) UpdateStickerSetsOrderArray {
tl_update_slices_gen.go#L4252: func (s UpdateStickerSetsOrderArray) Retain(keep func(x UpdateStickerSetsOrder) bool) UpdateStickerSetsOrderArray {
tl_update_slices_gen.go#L4266: func (s UpdateStickerSetsOrderArray) First() (v UpdateStickerSetsOrder, ok bool) {
tl_update_slices_gen.go#L4274: func (s UpdateStickerSetsOrderArray) Last() (v UpdateStickerSetsOrder, ok bool) {
tl_update_slices_gen.go#L4282: func (s *UpdateStickerSetsOrderArray) PopFirst() (v UpdateStickerSetsOrder, ok bool) {
tl_update_slices_gen.go#L4301: func (s *UpdateStickerSetsOrderArray) Pop() (v UpdateStickerSetsOrder, 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. |