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

it.auties.whatsapp.model.chat.CommunitySetting Maven / Gradle / Ivy

package it.auties.whatsapp.model.chat;

/**
 * The constants of this enumerated type describe the various settings that can be toggled for a community
 */
public enum CommunitySetting implements ChatSetting {
    /**
     * Who can add/remove groups to/from a community
     */
    MODIFY_GROUPS,
    /**
     * Who can add/remove participants to/from a community
     */
    ADD_PARTICIPANTS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy