All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.auties.whatsapp.model.setting.Setting Maven / Gradle / Ivy

There is a newer version: 3.5.1
Show newest version
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