github.com/gotd/td/internal/mtproto.Session.ID (field)
9 uses
github.com/gotd/td/internal/mtproto (current package)
connect.go#L45: if session.ID == 0 {
new_encrypted_msg.go#L28: SessionID: s.ID,
new_encrypted_msg.go#L44: SessionID: s.ID,
new_encrypted_msg.go#L52: SessionID: s.ID,
read.go#L60: if msg.SessionID != session.ID {
read.go#L61: return nil, errors.Wrapf(errRejected, "invalid session (got %d, expected %d)", msg.SessionID, session.ID)
read.go#L115: if c.session().ID == 0 {
session.go#L7: ID int64
session.go#L21: ID: c.sessionID,
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. |