@twurple/api
Version:
Interact with Twitch's API.
14 lines • 449 B
TypeScript
import { type HelixEmoteImageScale } from '../../interfaces/endpoints/chat.external.js';
import { HelixEmoteBase } from './HelixEmoteBase.js';
/**
* A Twitch emote.
*/
export declare class HelixEmote extends HelixEmoteBase {
/**
* Gets the URL of the emote image in the given scale.
*
* @param scale The scale of the image.
*/
getImageUrl(scale: HelixEmoteImageScale): string;
}
//# sourceMappingURL=HelixEmote.d.ts.map