Represents a typing state for a user in a channel.
Extends
BaseinGuild():this is this & {
channel: TextChannel | NewsChannel | ThreadChannel;
get guild(): Guild;
}
Indicates whether the status is received from a guild.
Name | Type | Optional | Description |
---|---|---|---|
...props | Record<string, boolean | string>[] | No | None |