ITypingEvent class abstract

Constructors

ITypingEvent()

Properties

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

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