DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::attachment_data Class Reference

Attachment data. More...

#include <FoundationEntities.hpp>

Public Data Members

jsonifier::string contentType {}
 Type of content for the attachment.
 
jsonifier::string description {}
 A description of the attachment.
 
bool ephemeral {}
 Whether it was an ephemeral response.
 
jsonifier::string filename {}
 The file name of the attachment.
 
uint64_t height {}
 The height of the attachment.
 
snowflake id {}
 This attachment data's id.
 
jsonifier::string proxyUrl {}
 The proxy url for the attachment.
 
uint64_t size {}
 The size of the attachment.
 
jsonifier::string url {}
 The url for the attachment.
 
uint64_t width {}
 The width of the attachment.
 

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