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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_stickered_media_slices_gen.go#L120: func (s InputStickeredMediaClassArray) AsInputStickeredMediaPhoto() (to InputStickeredMediaPhotoArray) {
		tl_input_stickered_media_slices_gen.go#L146: type InputStickeredMediaPhotoArray []InputStickeredMediaPhoto
		tl_input_stickered_media_slices_gen.go#L149: func (s InputStickeredMediaPhotoArray) Sort(less func(a, b InputStickeredMediaPhoto) bool) InputStickeredMediaPhotoArray {
		tl_input_stickered_media_slices_gen.go#L157: func (s InputStickeredMediaPhotoArray) SortStable(less func(a, b InputStickeredMediaPhoto) bool) InputStickeredMediaPhotoArray {
		tl_input_stickered_media_slices_gen.go#L165: func (s InputStickeredMediaPhotoArray) Retain(keep func(x InputStickeredMediaPhoto) bool) InputStickeredMediaPhotoArray {
		tl_input_stickered_media_slices_gen.go#L179: func (s InputStickeredMediaPhotoArray) First() (v InputStickeredMediaPhoto, ok bool) {
		tl_input_stickered_media_slices_gen.go#L187: func (s InputStickeredMediaPhotoArray) Last() (v InputStickeredMediaPhoto, ok bool) {
		tl_input_stickered_media_slices_gen.go#L195: func (s *InputStickeredMediaPhotoArray) PopFirst() (v InputStickeredMediaPhoto, ok bool) {
		tl_input_stickered_media_slices_gen.go#L214: func (s *InputStickeredMediaPhotoArray) Pop() (v InputStickeredMediaPhoto, ok bool) {