github.com/gotd/td/tg.AccountUpdateStatusRequest.Offline (field)
8 uses
github.com/gotd/td/tg (current package)
tl_account_update_status_gen.go#L44: Offline bool
tl_account_update_status_gen.go#L62: if !(u.Offline == false) {
tl_account_update_status_gen.go#L82: u.Offline = from.GetOffline()
tl_account_update_status_gen.go#L130: b.PutBool(u.Offline)
tl_account_update_status_gen.go#L155: u.Offline = value
tl_account_update_status_gen.go#L165: return u.Offline
tl_account_update_status_gen.go#L176: Offline: offline,
tl_server_gen.go#L583: response, err := f(ctx, request.Offline)
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. |