View Source Nostrum.Struct.Event.TypingStart (Nostrum v0.6.1)
Sent when a user starts typing in a channel
Link to this section Summary
Types
Channel in which the user started typing
ID of the guild where the user started typing, if applicable
The member who started typing if this happened in a guild
Event sent when a user starts typing in a channel
When the user started typing
ID of the user who started typing
Link to this section Types
Specs
channel_id() :: Nostrum.Struct.Channel.id()
Channel in which the user started typing
Specs
guild_id() :: Nostrum.Struct.Guild.id() | nil
ID of the guild where the user started typing, if applicable
Specs
member() :: Nostrum.Struct.Guild.Member.t() | nil
The member who started typing if this happened in a guild
Specs
t() :: %Nostrum.Struct.Event.TypingStart{ channel_id: channel_id(), guild_id: guild_id(), member: member(), timestamp: timestamp(), user_id: user_id() }
Event sent when a user starts typing in a channel
Specs
timestamp() :: DateTime.t()
When the user started typing
Specs
user_id() :: Nostrum.Struct.User.id()
ID of the user who started typing