github.com/gotd/td/tg.Config.TmpSessions (field)
10 uses
github.com/gotd/td/tg (current package)
tl_config_gen.go#L135: TmpSessions int
tl_config_gen.go#L313: if !(c.TmpSessions == 0) {
tl_config_gen.go#L462: c.TmpSessions = val
tl_config_gen.go#L763: if !(c.TmpSessions == 0) {
tl_config_gen.go#L845: b.PutInt(c.TmpSessions)
tl_config_gen.go#L1095: c.TmpSessions = value
tl_config_gen.go#L1508: c.TmpSessions = value
tl_config_gen.go#L1520: return c.TmpSessions, true
github.com/gotd/td/session
session.go#L66: TmpSessions: c.TmpSessions,
session.go#L84: TmpSessions: c.TmpSessions,
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. |