type github.com/gotd/td/tg.UpdateStickerSetsArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L549: func (s UpdateClassArray) AsUpdateStickerSets() (to UpdateStickerSetsArray) {
		tl_update_slices_gen.go#L4315: type UpdateStickerSetsArray []UpdateStickerSets
		tl_update_slices_gen.go#L4318: func (s UpdateStickerSetsArray) Sort(less func(a, b UpdateStickerSets) bool) UpdateStickerSetsArray {
		tl_update_slices_gen.go#L4326: func (s UpdateStickerSetsArray) SortStable(less func(a, b UpdateStickerSets) bool) UpdateStickerSetsArray {
		tl_update_slices_gen.go#L4334: func (s UpdateStickerSetsArray) Retain(keep func(x UpdateStickerSets) bool) UpdateStickerSetsArray {
		tl_update_slices_gen.go#L4348: func (s UpdateStickerSetsArray) First() (v UpdateStickerSets, ok bool) {
		tl_update_slices_gen.go#L4356: func (s UpdateStickerSetsArray) Last() (v UpdateStickerSets, ok bool) {
		tl_update_slices_gen.go#L4364: func (s *UpdateStickerSetsArray) PopFirst() (v UpdateStickerSets, ok bool) {
		tl_update_slices_gen.go#L4383: func (s *UpdateStickerSetsArray) Pop() (v UpdateStickerSets, ok bool) {