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)