_set_last_message_id(std::string message_id) | DiscordCPP::TextChannel | inline |
_set_last_pin_timestamp(std::string timestamp) | DiscordCPP::TextChannel | inline |
api_call(const std::string &url, const std::string &method="GET", const json &data=json(), const std::string &content_type="", const bool cache=true) | DiscordCPP::DiscordObject | protected |
Channel(const json &data, const std::string &token) | DiscordCPP::Channel | |
Channel(const std::string &id, const std::string &token) | DiscordCPP::Channel | |
Channel(const std::string &token) | DiscordCPP::Channel | explicit |
Channel()=default | DiscordCPP::Channel | |
delete_channel() | DiscordCPP::Channel | |
delete_messages(const std::vector< std::shared_ptr< Message > > &messages) | DiscordCPP::TextChannel | |
DiscordObject()=default | DiscordCPP::DiscordObject | |
DiscordObject(std::string token) | DiscordCPP::DiscordObject | explicit |
DiscordObject(std::string token, std::string id) | DiscordCPP::DiscordObject | explicit |
DM enum value | DiscordCPP::Channel | |
get_guild() | DiscordCPP::GuildChannel | |
get_icon() | DiscordCPP::Channel | inline |
get_id() const | DiscordCPP::DiscordObject | inline |
get_last_message_id() | DiscordCPP::TextChannel | inline |
get_last_pin_timestamp() | DiscordCPP::TextChannel | inline |
get_name() | DiscordCPP::Channel | inline |
get_parent() | DiscordCPP::GuildChannel | |
get_position() | DiscordCPP::Channel | inline |
get_rate_limit_per_user() | DiscordCPP::TextChannel | inline |
get_token() const | DiscordCPP::DiscordObject | inlineprotected |
get_topic() | DiscordCPP::TextChannel | inline |
get_type() | DiscordCPP::Channel | inline |
GROUP_DM enum value | DiscordCPP::Channel | |
GUILD_CATEGORY enum value | DiscordCPP::Channel | |
GUILD_DIRECTORY enum value | DiscordCPP::Channel | |
GUILD_FORUM enum value | DiscordCPP::Channel | |
GUILD_NEWS enum value | DiscordCPP::Channel | |
GUILD_NEWS_THREAD enum value | DiscordCPP::Channel | |
GUILD_PRIVATE_THREAD enum value | DiscordCPP::Channel | |
GUILD_PUBLIC_THREAD enum value | DiscordCPP::Channel | |
GUILD_STAGE_VOICE enum value | DiscordCPP::Channel | |
GUILD_TEXT enum value | DiscordCPP::Channel | |
GUILD_VOICE enum value | DiscordCPP::Channel | |
GuildChannel(const json &data, const std::string &token) | DiscordCPP::GuildChannel | |
GuildChannel(const std::string &id, const std::string &token) | DiscordCPP::GuildChannel | |
GuildChannel()=default | DiscordCPP::GuildChannel | |
history(const int limit=100, const std::string &before="", const std::string &after="", const std::string &around="") | DiscordCPP::TextChannel | |
is_nsfw() | DiscordCPP::TextChannel | inline |
operator std::string() | DiscordCPP::Channel | inlineexplicit |
send(const std::string &content, const bool tts=false) | DiscordCPP::TextChannel | |
send(Embed embed) | DiscordCPP::TextChannel | |
TextChannel(const json &data, const std::string &token) | DiscordCPP::TextChannel | |
TextChannel(const std::string &id, const std::string &token) | DiscordCPP::TextChannel | |
TextChannel(const std::string &token) | DiscordCPP::TextChannel | explicit |
TextChannel()=default | DiscordCPP::TextChannel | |
Type enum name | DiscordCPP::Channel | |