const github.com/gotd/td/tg.PhotosUploadProfilePhotoRequestTypeID

9 uses

	github.com/gotd/td/tg (current package)
		tl_photos_upload_profile_photo_gen.go#L82: const PhotosUploadProfilePhotoRequestTypeID = 0x388a3b5
		tl_photos_upload_profile_photo_gen.go#L166: 	return PhotosUploadProfilePhotoRequestTypeID
		tl_photos_upload_profile_photo_gen.go#L178: 		ID:   PhotosUploadProfilePhotoRequestTypeID,
		tl_photos_upload_profile_photo_gen.go#L246: 	b.PutID(PhotosUploadProfilePhotoRequestTypeID)
		tl_photos_upload_profile_photo_gen.go#L302: 	if err := b.ConsumeID(PhotosUploadProfilePhotoRequestTypeID); err != nil {
		tl_registry_gen.go#L1581: 		PhotosUploadProfilePhotoRequestTypeID:                                   "photos.uploadProfilePhoto#388a3b5",
		tl_registry_gen.go#L3363: 		"photos.uploadProfilePhoto":                                         PhotosUploadProfilePhotoRequestTypeID,
		tl_registry_gen.go#L5145: 		PhotosUploadProfilePhotoRequestTypeID:                                   func() bin.Object { return &PhotosUploadProfilePhotoRequest{} },
		tl_server_gen.go#L6164: 	s.handlers[PhotosUploadProfilePhotoRequestTypeID] = handler