discord.w.data

Undocumented in source.

Members

Functions

gChannelCache
auto gChannelCache()
Undocumented in source. Be warned that the author may not have intended to support it.
gChannelUserCache
auto gChannelUserCache()
Undocumented in source. Be warned that the author may not have intended to support it.
gGuildCache
auto gGuildCache()
Undocumented in source. Be warned that the author may not have intended to support it.
gGuildUserCache
auto gGuildUserCache()
Undocumented in source. Be warned that the author may not have intended to support it.
gMessageCache
auto gMessageCache()
Undocumented in source. Be warned that the author may not have intended to support it.
gUserCache
auto gUserCache()
Undocumented in source. Be warned that the author may not have intended to support it.
gVoiceStateCache
auto gVoiceStateCache()
Undocumented in source. Be warned that the author may not have intended to support it.
getGuildByChannel
Snowflake getGuildByChannel(Snowflake channel)
Undocumented in source. Be warned that the author may not have intended to support it.
getUserPermissions
Permissions getUserPermissions(Snowflake guild, Snowflake channel, Snowflake user)
Undocumented in source. Be warned that the author may not have intended to support it.
hasPermission
bool hasPermission(Permissions src, Permissions check)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_gChannelCache
auto _gChannelCache;
Undocumented in source.
_gChannelUserCache
auto _gChannelUserCache;
Undocumented in source.
_gGuildCache
auto _gGuildCache;
Undocumented in source.
_gGuildUserCache
auto _gGuildUserCache;
Undocumented in source.
_gMessageCache
auto _gMessageCache;
Undocumented in source.
_gUserCache
auto _gUserCache;
Undocumented in source.
_gVoiceStateCache
auto _gVoiceStateCache;
Undocumented in source.

Structs

ChannelUserCache
struct ChannelUserCache
Undocumented in source.
GuildUserCache
struct GuildUserCache
Undocumented in source.
VoiceStateCache
struct VoiceStateCache
Undocumented in source.

Meta