const github.com/gotd/td/tg.UserStatusOnlineTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L111: UserStatusOnlineTypeID: "userStatusOnline#edb93949",
tl_registry_gen.go#L1893: "userStatusOnline": UserStatusOnlineTypeID,
tl_registry_gen.go#L3675: UserStatusOnlineTypeID: func() bin.Object { return &UserStatusOnline{} },
tl_registry_gen.go#L6686: UserStatusOnlineTypeID,
tl_user_status_gen.go#L146: const UserStatusOnlineTypeID = 0xedb93949
tl_user_status_gen.go#L192: return UserStatusOnlineTypeID
tl_user_status_gen.go#L204: ID: UserStatusOnlineTypeID,
tl_user_status_gen.go#L224: b.PutID(UserStatusOnlineTypeID)
tl_user_status_gen.go#L242: if err := b.ConsumeID(UserStatusOnlineTypeID); err != nil {
tl_user_status_gen.go#L767: case UserStatusOnlineTypeID:
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. |