github.com/gotd/td/internal/crypto.EncryptedMessageData.SeqNo (field)
9 uses
github.com/gotd/td/internal/crypto (current package)
encrypted_message_data.go#L14: SeqNo int32
encrypted_message_data.go#L28: b.PutInt32(e.SeqNo)
encrypted_message_data.go#L44: b.PutInt32(e.SeqNo)
encrypted_message_data.go#L85: e.SeqNo = v
encrypted_message_data.go#L134: e.SeqNo = v
github.com/gotd/td/internal/mtproto
new_encrypted_msg.go#L31: SeqNo: seq,
new_encrypted_msg.go#L47: SeqNo: seq,
new_encrypted_msg.go#L55: SeqNo: seq,
read.go#L91: needAck := (msg.SeqNo & 0x01) != 0
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. |