func github.com/gotd/td/tg.DecodeInputPhoto

9 uses

	github.com/gotd/td/tg (current package)
		tl_account_report_profile_photo_gen.go#L205: 		value, err := DecodeInputPhoto(b)
		tl_input_bot_inline_result_gen.go#L673: 		value, err := DecodeInputPhoto(b)
		tl_input_chat_photo_gen.go#L606: 		value, err := DecodeInputPhoto(b)
		tl_input_media_gen.go#L640: 		value, err := DecodeInputPhoto(b)
		tl_input_photo_gen.go#L382: func DecodeInputPhoto(buf *bin.Buffer) (InputPhotoClass, error) {
		tl_input_photo_gen.go#L417: 	v, err := DecodeInputPhoto(buf)
		tl_input_stickered_media_gen.go#L157: 		value, err := DecodeInputPhoto(b)
		tl_photos_delete_photos_gen.go#L164: 			value, err := DecodeInputPhoto(b)
		tl_photos_update_profile_photo_gen.go#L226: 		value, err := DecodeInputPhoto(b)