Table of Contents

Class ApiLimits

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll

API limits for the current instance.

public class ApiLimits
Inheritance
object
ApiLimits

Fields

AvatarMaxSize

Maximum size and avatar upload can be.

public int AvatarMaxSize

Field Value

int

ChannelRateLimitPerUserMax

public int ChannelRateLimitPerUserMax

Field Value

int

ChannelTopicMaxLength

Maximum length a channel topic can have.

public int ChannelTopicMaxLength

Field Value

int

FilenameTypeMaxLength

Max length of attachment filename.

public const int FilenameTypeMaxLength = 255

Field Value

int

FilenameTypeMinLength

Min length of attachment filename.

public const int FilenameTypeMinLength = 1

Field Value

int

MaxAppsPerUser

Maximum apps a user can create.

public int MaxAppsPerUser

Field Value

int

MaxAttachmentsPerMessage

Max attachments you can send in 1 message.

public int MaxAttachmentsPerMessage

Field Value

int

MaxBioLength

Maximum length of profile bio/text you can set.

public int MaxBioLength

Field Value

int

MaxBioLengthPremium

Maximum length of profile bio/text you can set with premium.

public int MaxBioLengthPremium

Field Value

int

MaxBookmarks

Max bookmarks you can have.

public int MaxBookmarks

Field Value

int

MaxBookmarksPremium

Max bookmarks you can have with premium.

public int MaxBookmarksPremium

Field Value

int

MaxChannelsPerCategory

How many channels a category can have.

public int MaxChannelsPerCategory

Field Value

int

MaxFavoriteMedia

Max favorite media you can have.

public int MaxFavoriteMedia

Field Value

int

MaxFavoriteMediaPremium

Max favorite media you can have with premium.

public int MaxFavoriteMediaPremium

Field Value

int

MaxFavoriteMediaSaved

Max favorite media saved.

public int MaxFavoriteMediaSaved

Field Value

int

MaxFavoriteMediaTags

Max tags a favorite media can have.

public int MaxFavoriteMediaTags

Field Value

int

MaxGroupMembers

Maximum users a group can have.

public int MaxGroupMembers

Field Value

int

MaxGroupsPerUser

Maximum groups a user can create.

public int MaxGroupsPerUser

Field Value

int

MaxGuildChannels

How many channels a guild can have.

public int MaxGuildChannels

Field Value

int

MaxGuildEmojis

How many emojis you can create in a guild.

public int MaxGuildEmojis

Field Value

int

MaxGuildEmojisAnimated

How many animated emojis you can create in a guild.

public int MaxGuildEmojisAnimated

Field Value

int

MaxGuildEmojisAnimatedMore

How many more animated emojis you can create in a guild with HasMoreEmojis.

public int MaxGuildEmojisAnimatedMore

Field Value

int

MaxGuildEmojisMore

How many more emojis you can create in a guild with HasMoreEmojis.

public int MaxGuildEmojisMore

Field Value

int

MaxGuildInvites

Maximum invites a guild can create.

public int MaxGuildInvites

Field Value

int

MaxGuildMembers

How many users can join a guild.

public int MaxGuildMembers

Field Value

int

MaxGuildMembersLarge

How many more users can join a guild with IsLargeGuild.

public int MaxGuildMembersLarge

Field Value

int

MaxGuildRoles

Maximum roles a guild can create.

public int MaxGuildRoles

Field Value

int

MaxGuildStickersMore

How many more stickers you can create in a guild with HasMoreStickers.

public int MaxGuildStickersMore

Field Value

int

MaxGuilds

How many guilds you can join.

public int MaxGuilds

Field Value

int

MaxGuildsPremium

How many guilds you can join with premium.

public int MaxGuildsPremium

Field Value

int

MaxInviteAgeSeconds

Maximum seconds a limited invite can be set to.

public int MaxInviteAgeSeconds

Field Value

int

MaxInviteUses

Maximum limit a limited invite can be set to.

public int MaxInviteUses

Field Value

int

MaxMessageContentLength

Max length of message text you can send.

public int MaxMessageContentLength

Field Value

int

MaxMessageContentLengthPremium

Max length of message text you can send with premium.

public int MaxMessageContentLengthPremium

Field Value

int

MaxMessageEmbeds

Max embeds you can send in 1 message.

public int MaxMessageEmbeds

Field Value

int

MaxPrivateChannelsPerUser

Maximum private channels a user can have open.

public int MaxPrivateChannelsPerUser

Field Value

int

MaxReactionsPerMessage

Maximum reactions a message can have.

public int MaxReactionsPerMessage

Field Value

int

MaxRelationships

Maximum friends a user can have.

public int MaxRelationships

Field Value

int

MaxStickers

How many stickers you can create in a guild.

public int MaxStickers

Field Value

int

MaxUsersPerMessageReaction

Maximum users each reaction can have.

public int MaxUsersPerMessageReaction

Field Value

int

MaxWebhooksPerChannel

Maximum webhooks a channel can have.

public int MaxWebhooksPerChannel

Field Value

int

MaxWebhooksPerGuild

Maximum webhooks a guild can create.

public int MaxWebhooksPerGuild

Field Value

int

MessageNonceMaxLength

Max length of message nonce.

public const int MessageNonceMaxLength = 32

Field Value

int

MessageNonceMinLength

Min length of message nonce.

public const int MessageNonceMinLength = 1

Field Value

int

NaxAttachmentAltTextLength

Maximum length of attachment alternative text.

public int NaxAttachmentAltTextLength

Field Value

int

RTCRegionIdMaxLength

Maximum length a region id can have.

public int RTCRegionIdMaxLength

Field Value

int

UrlTypeMaxLength

Max length of embed url.

public const int UrlTypeMaxLength = 2048

Field Value

int

UrlTypeMinLength

Min length of embed url.

public const int UrlTypeMinLength = 1

Field Value

int

VoiceChannelBitrateMax

Maximum bitrate for voice channel.

public int VoiceChannelBitrateMax

Field Value

int

VoiceChannelBitrateMin

Minimum bitrate for voice channel.

public int VoiceChannelBitrateMin

Field Value

int

VoiceChannelCameraUserLimit

Maximum users that can use camera in a voice channel.

public int VoiceChannelCameraUserLimit

Field Value

int

VoiceChannelConnectionLimitMax

Maximum connections a user can have in a voice channel.

public int VoiceChannelConnectionLimitMax

Field Value

int

VoiceChannelUserLimitMax

Maximum users that can join a voice channel.

public int VoiceChannelUserLimitMax

Field Value

int