overwolf.social.reddit.getSubredditFlairs
Overwolf APIs / overwolf / overwolf / social / reddit / getSubredditFlairs
function getSubredditFlairs(
subredditName: string,
callback: CallbackFunction<Result>,
): void;
Returns a list of flairs supported by the given subreddit
Parameters
| Parameter | Type | Description |
|---|---|---|
subredditName | string | The given subreddit |
callback | CallbackFunction<Result> | Will contain a list of flairs supported by the given subreddit |
Returns
void