it.auties.whatsapp.model.setting.Setting Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of whatsappweb4j Show documentation
Show all versions of whatsappweb4j Show documentation
Standalone fully-featured Whatsapp Web API for Java and Kotlin
package it.auties.whatsapp.model.setting;
import it.auties.protobuf.base.ProtobufMessage;
public sealed interface Setting extends ProtobufMessage permits AutoDownloadSettings, AvatarUserSettings, EphemeralSetting, LocaleSetting, PushNameSetting, SecurityNotificationSetting, UnarchiveChatsSetting {
String indexName();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy