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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_chat_photo_slices_gen.go#L133: func (s InputChatPhotoClassArray) AsInputChatPhoto() (to InputChatPhotoArray) {
		tl_input_chat_photo_slices_gen.go#L228: type InputChatPhotoArray []InputChatPhoto
		tl_input_chat_photo_slices_gen.go#L231: func (s InputChatPhotoArray) Sort(less func(a, b InputChatPhoto) bool) InputChatPhotoArray {
		tl_input_chat_photo_slices_gen.go#L239: func (s InputChatPhotoArray) SortStable(less func(a, b InputChatPhoto) bool) InputChatPhotoArray {
		tl_input_chat_photo_slices_gen.go#L247: func (s InputChatPhotoArray) Retain(keep func(x InputChatPhoto) bool) InputChatPhotoArray {
		tl_input_chat_photo_slices_gen.go#L261: func (s InputChatPhotoArray) First() (v InputChatPhoto, ok bool) {
		tl_input_chat_photo_slices_gen.go#L269: func (s InputChatPhotoArray) Last() (v InputChatPhoto, ok bool) {
		tl_input_chat_photo_slices_gen.go#L277: func (s *InputChatPhotoArray) PopFirst() (v InputChatPhoto, ok bool) {
		tl_input_chat_photo_slices_gen.go#L296: func (s *InputChatPhotoArray) Pop() (v InputChatPhoto, ok bool) {