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

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

package it.auties.whatsapp.model.chat;

import it.auties.whatsapp.api.Whatsapp;

/**
 * The constants of this enumerated type describe the various settings that can be toggled for a
 * group. Said settings can be changed using various methods in {@link Whatsapp}.
 */
public enum GroupSetting {
    /**
     * Who can edit the metadata of a group
     */
    EDIT_GROUP_INFO,

    /**
     * Who can send messages in a group
     */
    SEND_MESSAGES,

    /**
     * Who can add new members
     */
    ADD_PARTICIPANTS,

    /**
     * Who can accept new members
     */
    APPROVE_PARTICIPANTS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy