ITypingEvent class abstract

Constructors

ITypingEvent()

Properties

channel → CacheableTextChannel<ITextChannel>
The channel that the user is typing in.
read-only
guild Cacheable<Snowflake, IGuild>?
Reference to guild where typing occurred
read-only
hashCode int
The hash code for this object.
read-onlyinherited
member IMember?
The member who started typing if this happened in a guild
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
timestamp DateTime
Timestamp when the user started typing
read-only
user Cacheable<Snowflake, IUser>
The user that is typing.
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited