D++ (DPP)  10.0.30
C++ Discord API Bot Library
emoji.h File Reference
#include <dpp/export.h>
#include <dpp/snowflake.h>
#include <dpp/misc-enum.h>
#include <dpp/managed.h>
#include <dpp/utility.h>
#include <dpp/json_fwd.h>
#include <unordered_map>
#include <dpp/json_interface.h>
Include dependency graph for emoji.h:
This graph shows which files directly or indirectly include this file:

Classes

class  dpp::emoji
 Represents an emoji for a dpp::guild. More...
 

Namespaces

 dpp
 The main namespace for D++ functions.
 

Macros

#define MAX_EMOJI_SIZE   256 * 1024
 

Typedefs

typedef std::unordered_map< snowflake, emoji > dpp::emoji_map
 Group of emojis. More...
 

Enumerations

enum  dpp::emoji_flags : uint8_t {
  dpp::e_require_colons = 0b00000001,
  dpp::e_managed = 0b00000010,
  dpp::e_animated = 0b00000100,
  dpp::e_available = 0b00001000
}
 Flags for dpp::emoji. More...
 

Macro Definition Documentation

◆ MAX_EMOJI_SIZE

#define MAX_EMOJI_SIZE   256 * 1024