mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-02-17 11:33:11 +00:00
17 lines
581 B
Rust
17 lines
581 B
Rust
// @generated
|
|
// This file is @generated by prost-build.
|
|
// /////////////////////////////////////////////////////////////////////////////
|
|
// Payload Framing Messages
|
|
// /////////////////////////////////////////////////////////////////////////////
|
|
|
|
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
|
pub struct EnvelopeV1 {
|
|
#[prost(string, tag="1")]
|
|
pub conversation_hint: ::prost::alloc::string::String,
|
|
#[prost(uint64, tag="2")]
|
|
pub salt: u64,
|
|
#[prost(bytes="bytes", tag="5")]
|
|
pub payload: ::prost::bytes::Bytes,
|
|
}
|
|
// @@protoc_insertion_point(module)
|