type github.com/gotd/td/tg.UserProfilePhotoEmpty

20 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L3672: 		UserProfilePhotoEmptyTypeID:                              func() bin.Object { return &UserProfilePhotoEmpty{} },
		tl_user_profile_photo_gen.go#L38: type UserProfilePhotoEmpty struct {
		tl_user_profile_photo_gen.go#L45: func (u UserProfilePhotoEmpty) construct() UserProfilePhotoClass { return &u }
		tl_user_profile_photo_gen.go#L49: 	_ bin.Encoder     = &UserProfilePhotoEmpty{}
		tl_user_profile_photo_gen.go#L50: 	_ bin.Decoder     = &UserProfilePhotoEmpty{}
		tl_user_profile_photo_gen.go#L51: 	_ bin.BareEncoder = &UserProfilePhotoEmpty{}
		tl_user_profile_photo_gen.go#L52: 	_ bin.BareDecoder = &UserProfilePhotoEmpty{}
		tl_user_profile_photo_gen.go#L54: 	_ UserProfilePhotoClass = &UserProfilePhotoEmpty{}
		tl_user_profile_photo_gen.go#L57: func (u *UserProfilePhotoEmpty) Zero() bool {
		tl_user_profile_photo_gen.go#L66: func (u *UserProfilePhotoEmpty) String() string {
		tl_user_profile_photo_gen.go#L70: 	type Alias UserProfilePhotoEmpty
		tl_user_profile_photo_gen.go#L77: func (*UserProfilePhotoEmpty) TypeID() uint32 {
		tl_user_profile_photo_gen.go#L82: func (*UserProfilePhotoEmpty) TypeName() string {
		tl_user_profile_photo_gen.go#L87: func (u *UserProfilePhotoEmpty) TypeInfo() tdp.Type {
		tl_user_profile_photo_gen.go#L101: func (u *UserProfilePhotoEmpty) Encode(b *bin.Buffer) error {
		tl_user_profile_photo_gen.go#L110: func (u *UserProfilePhotoEmpty) EncodeBare(b *bin.Buffer) error {
		tl_user_profile_photo_gen.go#L118: func (u *UserProfilePhotoEmpty) Decode(b *bin.Buffer) error {
		tl_user_profile_photo_gen.go#L129: func (u *UserProfilePhotoEmpty) DecodeBare(b *bin.Buffer) error {
		tl_user_profile_photo_gen.go#L488: func (u *UserProfilePhotoEmpty) AsNotEmpty() (*UserProfilePhoto, bool) {
		tl_user_profile_photo_gen.go#L506: 		v := UserProfilePhotoEmpty{}