- syntax = "proto2";
- package WAProtobufsChatLockSettings;
- option go_package = "git.bobomao.top/joey/whatsmeow/proto/waChatLockSettings";
- import "waUserPassword/WAProtobufsUserPassword.proto";
- message ChatLockSettings {
- optional bool hideLockedChats = 1;
- optional WAProtobufsUserPassword.UserPassword secretCode = 2;
- }
|