mirror of
https://github.com/42wim/matterbridge.git
synced 2025-06-25 08:07:27 +02:00
9 lines
210 B
Protocol Buffer
9 lines
210 B
Protocol Buffer
syntax = "proto2";
|
|
package WAWebProtobufsEphemeral;
|
|
option go_package = "go.mau.fi/whatsmeow/proto/waEphemeral";
|
|
|
|
message EphemeralSetting {
|
|
optional sfixed32 duration = 1;
|
|
optional sfixed64 timestamp = 2;
|
|
}
|