implementation of channel icons

This commit is contained in:
winsped
2026-07-21 17:25:01 +03:00
parent ffde1ca33d
commit ed98242af8
6 changed files with 16 additions and 6 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
int DiscordSendMessage(const char *channelID, const char* content);
int DiscordListGuildChannels(char* guildID, DiscordChannel** out);
#define GUILD_TEXT 0
#define CHANNEL_TYPE_DM 1
#define DM_CHANNEL 1
#define GUILD_VOICE 2
#define GROUPCHAT 3
#define GROUPCHAT_CHANNEL 3
#define GUILD_CATEGORY 4
#define GUILD_ANNOUNCEMENT 5
int DiscordGetChannelHistory(const char* channelID, unsigned int amount, DiscordMessage** msgs);