Class TypingStartEventArgs
- Namespace
- NetCord.Gateway
- Assembly
- NetCord.dll
public class TypingStartEventArgs : IJsonModel<JsonTypingStartEventArgs>
- Inheritance
-
TypingStartEventArgs
- Implements
-
- Inherited Members
-
Constructors
TypingStartEventArgs(JsonTypingStartEventArgs, RestClient)
public TypingStartEventArgs(JsonTypingStartEventArgs jsonModel, RestClient client)
Parameters
jsonModel
JsonTypingStartEventArgs
client
RestClient
Properties
ChannelId
public ulong ChannelId { get; }
Property Value
- ulong
GuildId
public ulong? GuildId { get; }
Property Value
- ulong?
Timestamp
public DateTimeOffset Timestamp { get; }
Property Value
- DateTimeOffset
User
public GuildUser? User { get; }
Property Value
- GuildUser
UserId
public ulong UserId { get; }
Property Value
- ulong