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) {