github.com/gotd/td/tg.User.Status (field)
9 uses
github.com/gotd/td/tg (current package)
tl_user_gen.go#L274: Status UserStatusClass
tl_user_gen.go#L441: if !(u.Status == nil) {
tl_user_gen.go#L574: u.Status = val
tl_user_gen.go#L922: if !(u.Status == nil) {
tl_user_gen.go#L1000: if u.Status == nil {
tl_user_gen.go#L1003: if err := u.Status.Encode(b); err != nil {
tl_user_gen.go#L1158: u.Status = value
tl_user_gen.go#L1779: u.Status = value
tl_user_gen.go#L1791: return u.Status, true
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. |