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

14 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#L772: 		value, err := DecodeInputPhoto(b)
		tl_input_media_gen.go#L1653: 		value, err := DecodeInputPhoto(b)
		tl_input_media_gen.go#L2125: 		value, err := DecodeInputPhoto(b)
		tl_input_media_gen.go#L3012: 		value, err := DecodeInputPhoto(b)
		tl_input_photo_gen.go#L397: func DecodeInputPhoto(buf *bin.Buffer) (InputPhotoClass, error) {
		tl_input_photo_gen.go#L432: 	v, err := DecodeInputPhoto(buf)
		tl_input_rich_file_gen.go#L175: 		value, err := DecodeInputPhoto(b)
		tl_input_rich_message_gen.go#L328: 			value, err := DecodeInputPhoto(b)
		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)