matterbridge/vendor/go.mau.fi/whatsmeow/proto/waChatLockSettings/WAProtobufsChatLockSettings.proto

11 lines
309 B
Protocol Buffer
Raw Normal View History

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;
}