const github.com/gotd/td/tg.UserStatusEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L110: UserStatusEmptyTypeID: "userStatusEmpty#9d05049",
tl_registry_gen.go#L1892: "userStatusEmpty": UserStatusEmptyTypeID,
tl_registry_gen.go#L3674: UserStatusEmptyTypeID: func() bin.Object { return &UserStatusEmpty{} },
tl_registry_gen.go#L6685: UserStatusEmptyTypeID,
tl_user_status_gen.go#L42: const UserStatusEmptyTypeID = 0x9d05049
tl_user_status_gen.go#L78: return UserStatusEmptyTypeID
tl_user_status_gen.go#L90: ID: UserStatusEmptyTypeID,
tl_user_status_gen.go#L105: b.PutID(UserStatusEmptyTypeID)
tl_user_status_gen.go#L122: if err := b.ConsumeID(UserStatusEmptyTypeID); err != nil {
tl_user_status_gen.go#L760: case UserStatusEmptyTypeID:
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. |