github.com/gotd/td/tg.AuthLoginTokenMigrateTo.DCID (field)
8 uses
github.com/gotd/td/tg (current package)
tl_auth_login_token_gen.go#L205: DCID int
tl_auth_login_token_gen.go#L230: if !(l.DCID == 0) {
tl_auth_login_token_gen.go#L254: l.DCID = from.GetDCID()
tl_auth_login_token_gen.go#L307: b.PutInt(l.DCID)
tl_auth_login_token_gen.go#L333: l.DCID = value
tl_auth_login_token_gen.go#L350: return l.DCID
github.com/gotd/td/telegram/auth/qrlogin
errors.go#L22: return fmt.Sprintf("migration to %d needed", m.MigrateTo.DCID)
qrlogin.go#L83: if err := q.migrate(ctx, t.DCID); err != nil {
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. |