TypingStart

Sent when a user starts typing.

class TypingStart {
Snowflake channelID;
Snowflake userID;
ulong timestamp;
}

Meta