github.com/gotd/td/crypto.EncryptedMessageData.SeqNo (field)
9 uses
github.com/gotd/td/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/mtproto
new_encrypted_msg.go#L33: SeqNo: seq,
new_encrypted_msg.go#L49: SeqNo: seq,
new_encrypted_msg.go#L57: SeqNo: seq,
read.go#L91: needAck := (msg.SeqNo & 0x01) != 0
![]() |
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. |