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

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L108: 		UserProfilePhotoEmptyTypeID:                              "userProfilePhotoEmpty#4f11bae1",
		tl_registry_gen.go#L1890: 		"userProfilePhotoEmpty":                              UserProfilePhotoEmptyTypeID,
		tl_registry_gen.go#L3672: 		UserProfilePhotoEmptyTypeID:                              func() bin.Object { return &UserProfilePhotoEmpty{} },
		tl_registry_gen.go#L6681: 			UserProfilePhotoEmptyTypeID,
		tl_user_profile_photo_gen.go#L42: const UserProfilePhotoEmptyTypeID = 0x4f11bae1
		tl_user_profile_photo_gen.go#L78: 	return UserProfilePhotoEmptyTypeID
		tl_user_profile_photo_gen.go#L90: 		ID:   UserProfilePhotoEmptyTypeID,
		tl_user_profile_photo_gen.go#L105: 	b.PutID(UserProfilePhotoEmptyTypeID)
		tl_user_profile_photo_gen.go#L122: 	if err := b.ConsumeID(UserProfilePhotoEmptyTypeID); err != nil {
		tl_user_profile_photo_gen.go#L504: 	case UserProfilePhotoEmptyTypeID: