Home > borogove > CustomEmojiReaction > render

CustomEmojiReaction.render() method

Signature:

render<T markdown="1">(forText: (arg0: string) => T, forImage: (arg0: string, arg1: string) => T): T;

Parameters

Parameter Type Description
forText (arg0: string) => T
forImage (arg0: string, arg1: string) => T

Returns:

T