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

12 uses

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