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

13 uses

	github.com/gotd/td/tg (current package)
		tl_input_chat_photo_slices_gen.go#L38: type InputChatPhotoClassArray []InputChatPhotoClass
		tl_input_chat_photo_slices_gen.go#L41: func (s InputChatPhotoClassArray) Sort(less func(a, b InputChatPhotoClass) bool) InputChatPhotoClassArray {
		tl_input_chat_photo_slices_gen.go#L49: func (s InputChatPhotoClassArray) SortStable(less func(a, b InputChatPhotoClass) bool) InputChatPhotoClassArray {
		tl_input_chat_photo_slices_gen.go#L57: func (s InputChatPhotoClassArray) Retain(keep func(x InputChatPhotoClass) bool) InputChatPhotoClassArray {
		tl_input_chat_photo_slices_gen.go#L71: func (s InputChatPhotoClassArray) First() (v InputChatPhotoClass, ok bool) {
		tl_input_chat_photo_slices_gen.go#L79: func (s InputChatPhotoClassArray) Last() (v InputChatPhotoClass, ok bool) {
		tl_input_chat_photo_slices_gen.go#L87: func (s *InputChatPhotoClassArray) PopFirst() (v InputChatPhotoClass, ok bool) {
		tl_input_chat_photo_slices_gen.go#L106: func (s *InputChatPhotoClassArray) Pop() (v InputChatPhotoClass, ok bool) {
		tl_input_chat_photo_slices_gen.go#L120: func (s InputChatPhotoClassArray) AsInputChatUploadedPhoto() (to InputChatUploadedPhotoArray) {
		tl_input_chat_photo_slices_gen.go#L133: func (s InputChatPhotoClassArray) AsInputChatPhoto() (to InputChatPhotoArray) {