mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-27 13:12:05 -08:00
c4157a4d5b
* Update dependencies * Fix whatsmeow API changes
11 lines
309 B
Protocol Buffer
11 lines
309 B
Protocol Buffer
syntax = "proto2";
|
|
package WAProtobufsChatLockSettings;
|
|
option go_package = "go.mau.fi/whatsmeow/proto/waChatLockSettings";
|
|
|
|
import "waUserPassword/WAProtobufsUserPassword.proto";
|
|
|
|
message ChatLockSettings {
|
|
optional bool hideLockedChats = 1;
|
|
optional WAProtobufsUserPassword.UserPassword secretCode = 2;
|
|
}
|