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

#include <channel.h>

Data Fields

u64snowflake role_subscription_listing_id
 
char * tier_name
 
int total_months_subscribed
 
bool is_renewal
 

Field Documentation

◆ role_subscription_listing_id

u64snowflake discord_role_subscription_data::role_subscription_listing_id

the id of the sku and listing that the user is subscribed to

◆ tier_name

char* discord_role_subscription_data::tier_name

the name of the tier that the user is subscribed to

◆ total_months_subscribed

int discord_role_subscription_data::total_months_subscribed

the cumulative number of months that the user has been subscribed for

◆ is_renewal

bool discord_role_subscription_data::is_renewal

whether this notification is for a renewal rather than a new purchase


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