reloadEmotes
Re-fetch all emotes of a channel
Example
import { reloadEmotes } from "emotettv";
await reloadEmotes({ channelId: "98776633" });API
reloadEmotes(...)
reloadEmotes: (_options?: Partial<ParserOptions> | null) => Promise<void>Param
Type
Types
ParserOptions
Prop
Type
Description
Providers
Prop
Type
Description
Last updated