![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
#include <FoundationEntities.hpp>
Public Data Members | |
Snowflake | applicationId {} |
Application id. | |
std::string | avatar {} |
Avatar of the WebHook. | |
Snowflake | channelId {} |
Channel id for which the WebHook was issued. | |
Snowflake | guildId {} |
Guild id for which the WebHook was issued. | |
std::string | name {} |
Name of the WebHook. | |
ChannelData | sourceChannel {} |
Channel for which th WebHook was issued. | |
GuildData | sourceGuild {} |
Source Guild id. | |
std::string | token {} |
Token of the WebHook. | |
WebHookType | type {} |
Type of WebHook. | |
std::string | url {} |
Url of the WebHook. | |
UserData | user {} |
User which create the WebHook. | |
![]() | |
Snowflake | id {} |
Additional Inherited Members | |
![]() | |
std::string | getCreatedAtTimestamp (TimeFormat timeFormat) |
Converts the snowflake-id into a time and date stamp. | |