const github.com/gotd/td/tg.UserStatusOfflineTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L112: UserStatusOfflineTypeID: "userStatusOffline#8c703f",
tl_registry_gen.go#L1894: "userStatusOffline": UserStatusOfflineTypeID,
tl_registry_gen.go#L3676: UserStatusOfflineTypeID: func() bin.Object { return &UserStatusOffline{} },
tl_registry_gen.go#L6687: UserStatusOfflineTypeID,
tl_user_status_gen.go#L281: const UserStatusOfflineTypeID = 0x8c703f
tl_user_status_gen.go#L327: return UserStatusOfflineTypeID
tl_user_status_gen.go#L339: ID: UserStatusOfflineTypeID,
tl_user_status_gen.go#L359: b.PutID(UserStatusOfflineTypeID)
tl_user_status_gen.go#L377: if err := b.ConsumeID(UserStatusOfflineTypeID); err != nil {
tl_user_status_gen.go#L774: case UserStatusOfflineTypeID:
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. |