5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-12-29 10:25:39 +00:00
matterbridge/vendor/go.mau.fi/whatsmeow/proto/waDeviceCapabilities/WAProtobufsDeviceCapabilities.proto

14 lines
289 B
Protocol Buffer
Raw Normal View History

syntax = "proto2";
package WAProtobufsDeviceCapabilities;
option go_package = "go.mau.fi/whatsmeow/proto/waDeviceCapabilities";
message DeviceCapabilities {
enum ChatLockSupportLevel {
NONE = 0;
MINIMAL = 1;
FULL = 2;
}
optional ChatLockSupportLevel chatLockSupportLevel = 1;
}