github.com/gotd/td/tg.Config.ThisDC (field)
14 uses
github.com/gotd/td/tg (current package)
tl_config_gen.go#L69: ThisDC int
tl_config_gen.go#L253: if !(c.ThisDC == 0) {
tl_config_gen.go#L441: c.ThisDC = from.GetThisDC()
tl_config_gen.go#L819: b.PutInt(c.ThisDC)
tl_config_gen.go#L945: c.ThisDC = value
tl_config_gen.go#L1350: return c.ThisDC
github.com/gotd/td/session
session.go#L62: ThisDC: c.ThisDC,
session.go#L80: ThisDC: c.ThisDC,
github.com/gotd/td/telegram
session.go#L82: data.DC = cfg.ThisDC
session.go#L97: c.sessions[cfg.ThisDC] = pool.NewSyncSession(pool.Session{
session.go#L98: DC: cfg.ThisDC,
session.go#L106: if cfg.ThisDC != 0 && primaryDC != 0 && primaryDC != cfg.ThisDC {
session.go#L112: DC: cfg.ThisDC,
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. |