Documentation ¶
Index ¶
- Variables
- type ChatLockSettings
- func (*ChatLockSettings) Descriptor() ([]byte, []int)deprecated
- func (x *ChatLockSettings) GetHideLockedChats() bool
- func (x *ChatLockSettings) GetSecretCode() *waUserPassword.UserPassword
- func (*ChatLockSettings) ProtoMessage()
- func (x *ChatLockSettings) ProtoReflect() protoreflect.Message
- func (x *ChatLockSettings) Reset()
- func (x *ChatLockSettings) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_waChatLockSettings_WAProtobufsChatLockSettings_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ChatLockSettings ¶
type ChatLockSettings struct { HideLockedChats *bool `protobuf:"varint,1,opt,name=hideLockedChats" json:"hideLockedChats,omitempty"` SecretCode *waUserPassword.UserPassword `protobuf:"bytes,2,opt,name=secretCode" json:"secretCode,omitempty"` // contains filtered or unexported fields }
func (*ChatLockSettings) Descriptor
deprecated
func (*ChatLockSettings) Descriptor() ([]byte, []int)
Deprecated: Use ChatLockSettings.ProtoReflect.Descriptor instead.
func (*ChatLockSettings) GetHideLockedChats ¶
func (x *ChatLockSettings) GetHideLockedChats() bool
func (*ChatLockSettings) GetSecretCode ¶
func (x *ChatLockSettings) GetSecretCode() *waUserPassword.UserPassword
func (*ChatLockSettings) ProtoMessage ¶
func (*ChatLockSettings) ProtoMessage()
func (*ChatLockSettings) ProtoReflect ¶
func (x *ChatLockSettings) ProtoReflect() protoreflect.Message
func (*ChatLockSettings) Reset ¶
func (x *ChatLockSettings) Reset()
func (*ChatLockSettings) String ¶
func (x *ChatLockSettings) String() string
Click to show internal directories.
Click to hide internal directories.