mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-02-22 17:06:53 +00: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;
|
|
}
|