mirror of
https://github.com/42wim/matterbridge.git
synced 2024-12-02 15:32:03 -08:00
c4157a4d5b
* Update dependencies * Fix whatsmeow API changes
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;
|
|
}
|