Class GuildBanEventArgs
public class GuildBanEventArgs : IJsonModel<JsonGuildBanEventArgs>
- Inheritance
-
GuildBanEventArgs
- Implements
- Inherited Members
Constructors
GuildBanEventArgs(JsonGuildBanEventArgs, RestClient)
public GuildBanEventArgs(JsonGuildBanEventArgs jsonModel, RestClient client)
Parameters
jsonModel
JsonGuildBanEventArgsclient
RestClient
Properties
GuildId
public ulong GuildId { get; }
Property Value
User
public User User { get; }