github.com/gotd/td/crypto.EncryptedMessageData.SessionID (field)
10 uses
github.com/gotd/td/crypto (current package)
encrypted_message_data.go#L12: SessionID int64
encrypted_message_data.go#L26: b.PutLong(e.SessionID)
encrypted_message_data.go#L42: b.PutLong(e.SessionID)
encrypted_message_data.go#L71: e.SessionID = v
encrypted_message_data.go#L120: e.SessionID = v
github.com/gotd/td/mtproto
new_encrypted_msg.go#L30: SessionID: s.ID,
new_encrypted_msg.go#L46: SessionID: s.ID,
new_encrypted_msg.go#L54: 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)
![]() |
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. |