LeaveGroupConfig

public final class LeaveGroupConfig

Leave/kick from group configuration.

Controls the cleanup behavior when leaving or being kicked from a group.

Parameters

deleteMuteStatus

whether to remove the member's mute status. Defaults to true

deleteAllowedSendersList

whether to remove the member from the allowlist. Defaults to true

deleteFavorites

whether to remove the member's favorites (special follow) status. Defaults to true

Constructors

Link copied to clipboard
public LeaveGroupConfig LeaveGroupConfig(Boolean deleteMuteStatus, Boolean deleteAllowedSendersList, Boolean deleteFavorites)

Properties

Link copied to clipboard
private final Boolean deleteAllowedSendersList
Link copied to clipboard
private final Boolean deleteFavorites
Link copied to clipboard
private final Boolean deleteMuteStatus

Functions

Link copied to clipboard
public final Boolean getDeleteAllowedSendersList()
Link copied to clipboard
public final Boolean getDeleteFavorites()
Link copied to clipboard
public final Boolean getDeleteMuteStatus()