github.com/gotd/td/internal/proto.UnencryptedMessage.MessageData (field)
10 uses
github.com/gotd/td/internal/proto (current package)
unencrypted_message.go#L12: MessageData []byte
unencrypted_message.go#L40: u.MessageData = append(u.MessageData[:0], make([]byte, dataLen)...)
unencrypted_message.go#L41: if err := b.ConsumeN(u.MessageData, int(dataLen)); err != nil {
unencrypted_message.go#L52: b.PutInt32(int32(len(u.MessageData)))
unencrypted_message.go#L53: b.Put(u.MessageData)
github.com/gotd/td/internal/exchange
client_flow.go#L136: b.ResetTo(plaintextMsg.MessageData)
client_flow.go#L229: b.ResetTo(plaintextMsg.MessageData)
proto.go#L32: MessageData: b.Copy(),
proto.go#L83: b.ResetTo(msg.MessageData)
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. |