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{}
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. |