events.typing_start: Event, emitted whenever one starts to type

Description Usage Arguments Examples

View source: R/events_typingstart.r

Description

Event, emitted whenever one starts to type

Usage

1

Arguments

data

The event fields

client

The client object

Examples

1
2
3
4
5
6
## Not run: 
client$emitter$on("TYPING_START", channel, user) {
 cat("User:", user$username, "started smashing his keyboard in:", channel$name)
})

## End(Not run)

TheOnlyArtz/Pirate documentation built on Oct. 31, 2019, 12:12 a.m.