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#L88: data.DC = cfg.ThisDC
session.go#L102: sessionData := dcSessionFromMTProto(cfg.ThisDC, s)
session.go#L108: if cfg.ThisDC != 0 && primaryDC != 0 && primaryDC != cfg.ThisDC {
session.go#L128: c.storeDCSess(c.cdnSessions, dcSessionFromMTProto(cfg.ThisDC, s))
github.com/gotd/td/telegram/internal/manager
conn.go#L329: c.cfg = tg.Config{ThisDC: c.dc}
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |