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:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |