aegis.cpp
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
include
aegis
gateway
events
webhooks_update.hpp
1
//
2
// webhooks_update.hpp
3
// *******************
4
//
5
// Copyright (c) 2019 Sharon W (sharon at aegis dot gg)
6
//
7
// Distributed under the MIT License. (See accompanying file LICENSE)
8
//
9
10
#pragma once
11
12
#include "aegis/config.hpp"
13
#include "aegis/fwd.hpp"
14
#include "aegis/snowflake.hpp"
15
16
namespace
aegis
17
{
18
19
namespace
gateway
20
{
21
22
namespace
events
23
{
24
27
struct
webhooks_update
28
{
29
shards::shard
&
shard
;
30
snowflake
guild_id;
31
snowflake
channel_id;
32
};
33
34
}
35
36
}
37
38
}
aegis::snowflake
Stores creation time and extra data specific to Discord for entities.
Definition:
snowflake.hpp:21
aegis::gateway::events::webhooks_update
Definition:
webhooks_update.hpp:27
aegis::gateway::events::webhooks_update::shard
shards::shard & shard
Definition:
webhooks_update.hpp:29
aegis::shards::shard
Tracks websocket shards and their connections.
Definition:
shard.hpp:42
Generated on Sun Aug 2 2020 09:17:34 for aegis.cpp by
1.8.7