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

9 uses

	github.com/gotd/td/tg (current package)
		tl_photos_update_profile_photo_gen.go#L57: const PhotosUpdateProfilePhotoRequestTypeID = 0x9e82039
		tl_photos_update_profile_photo_gen.go#L114: 	return PhotosUpdateProfilePhotoRequestTypeID
		tl_photos_update_profile_photo_gen.go#L126: 		ID:   PhotosUpdateProfilePhotoRequestTypeID,
		tl_photos_update_profile_photo_gen.go#L166: 	b.PutID(PhotosUpdateProfilePhotoRequestTypeID)
		tl_photos_update_profile_photo_gen.go#L201: 	if err := b.ConsumeID(PhotosUpdateProfilePhotoRequestTypeID); err != nil {
		tl_registry_gen.go#L1580: 		PhotosUpdateProfilePhotoRequestTypeID:                                   "photos.updateProfilePhoto#9e82039",
		tl_registry_gen.go#L3362: 		"photos.updateProfilePhoto":                                         PhotosUpdateProfilePhotoRequestTypeID,
		tl_registry_gen.go#L5144: 		PhotosUpdateProfilePhotoRequestTypeID:                                   func() bin.Object { return &PhotosUpdateProfilePhotoRequest{} },
		tl_server_gen.go#L6147: 	s.handlers[PhotosUpdateProfilePhotoRequestTypeID] = handler