ChatRoomEphemeralMode

public enum ChatRoomEphemeralMode : Int

ChatRoomEphemeralMode is used to the ephemeral message mode used by a chat room.

  • Each device manages its own ephemeral settings.

    Declaration

    Swift

    case DeviceManaged = 0
  • Ephemeral settings are chatroom wide and only admins can change them.

    Declaration

    Swift

    case AdminManaged = 1