Concord - C Discord API library
A Discord API wrapper library written in C
discord_invite_stage_instance Struct Reference

#include <invite.h>

Collaboration diagram for discord_invite_stage_instance:
[legend]

Data Fields

struct discord_guild_membersmembers
 
int participant_count
 
int speaker_count
 
char * topic
 

Field Documentation

◆ members

struct discord_guild_members* discord_invite_stage_instance::members

the members speaking in the Stage

◆ participant_count

int discord_invite_stage_instance::participant_count

the number of users in the Stage

◆ speaker_count

int discord_invite_stage_instance::speaker_count

the number of users speaking in the Stage

◆ topic

char* discord_invite_stage_instance::topic

the topic of the Stage instance (1-120 characters)


The documentation for this struct was generated from the following file: