mirror of
https://github.com/42wim/matterbridge.git
synced 2024-12-10 19:22:00 -08: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;
|
||
|
}
|