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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L523: func (s UpdateClassArray) AsUpdateNewStickerSet() (to UpdateNewStickerSetArray) {
		tl_update_slices_gen.go#L4151: type UpdateNewStickerSetArray []UpdateNewStickerSet
		tl_update_slices_gen.go#L4154: func (s UpdateNewStickerSetArray) Sort(less func(a, b UpdateNewStickerSet) bool) UpdateNewStickerSetArray {
		tl_update_slices_gen.go#L4162: func (s UpdateNewStickerSetArray) SortStable(less func(a, b UpdateNewStickerSet) bool) UpdateNewStickerSetArray {
		tl_update_slices_gen.go#L4170: func (s UpdateNewStickerSetArray) Retain(keep func(x UpdateNewStickerSet) bool) UpdateNewStickerSetArray {
		tl_update_slices_gen.go#L4184: func (s UpdateNewStickerSetArray) First() (v UpdateNewStickerSet, ok bool) {
		tl_update_slices_gen.go#L4192: func (s UpdateNewStickerSetArray) Last() (v UpdateNewStickerSet, ok bool) {
		tl_update_slices_gen.go#L4200: func (s *UpdateNewStickerSetArray) PopFirst() (v UpdateNewStickerSet, ok bool) {
		tl_update_slices_gen.go#L4219: func (s *UpdateNewStickerSetArray) Pop() (v UpdateNewStickerSet, ok bool) {