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

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L109: 		UserProfilePhotoTypeID:                                   "userProfilePhoto#82d1f706",
		tl_registry_gen.go#L1891: 		"userProfilePhoto":                                   UserProfilePhotoTypeID,
		tl_registry_gen.go#L3673: 		UserProfilePhotoTypeID:                                   func() bin.Object { return &UserProfilePhoto{} },
		tl_registry_gen.go#L6682: 			UserProfilePhotoTypeID,
		tl_user_profile_photo_gen.go#L171: const UserProfilePhotoTypeID = 0x82d1f706
		tl_user_profile_photo_gen.go#L243: 	return UserProfilePhotoTypeID
		tl_user_profile_photo_gen.go#L255: 		ID:   UserProfilePhotoTypeID,
		tl_user_profile_photo_gen.go#L307: 	b.PutID(UserProfilePhotoTypeID)
		tl_user_profile_photo_gen.go#L333: 	if err := b.ConsumeID(UserProfilePhotoTypeID); err != nil {
		tl_user_profile_photo_gen.go#L511: 	case UserProfilePhotoTypeID: