TypingStartEvent
class TypingStartEvent(val data: TypingStartEventData, val kord: Kord, val shard: Int, val customContext: Any?, val supplier: EntitySupplier = kord.defaultSupplier) : Event, Strategizable(source)
Constructors
Link copied to clipboard
constructor(data: TypingStartEventData, kord: Kord, shard: Int, customContext: Any?, supplier: EntitySupplier = kord.defaultSupplier)
Properties
Functions
Link copied to clipboard
Requests to get the channel triggering the event.
Link copied to clipboard
Requests to get the channel triggering the event, returns null if the MessageChannel isn't present.
Link copied to clipboard
Requests to get the guild this event was triggered in, returns null if the Guild isn't present.
Link copied to clipboard
Requests to get the user triggering the event, returns null if the User isn't present.
Link copied to clipboard