Table of Contents

Interface IGuildBan

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IGuildBan

Properties

BannedAt

When the member was banned.

DateTimeOffset BannedAt { get; }

Property Value

DateTimeOffset

ExpiresAt

When the ban expires (null for never)

DateTimeOffset? ExpiresAt { get; }

Property Value

DateTimeOffset?

ModeratorId

Id of the user who issues the ban.

ulong ModeratorId { get; }

Property Value

ulong

Reason

Ban Reason (max 512 characters)

string? Reason { get; }

Property Value

string

User

The user that was banned.

IUser User { get; }

Property Value

IUser