Table of Contents

Class KickAuditLogData

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

Contains a piece of audit log data related to a kick.

public class KickAuditLogData : IAuditLogData
Inheritance
KickAuditLogData
Implements
Inherited Members

Properties

IntegrationType

Gets the type of integration which performed the action. null if the action was performed by a user.

public string IntegrationType { get; }

Property Value

string

Target

Gets the user that was kicked.

public IUser Target { get; }

Property Value

IUser

A user object representing the kicked user.

Remarks

Will be null if the user is a 'Deleted User#....' because Discord does send user data for deleted users.