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