Concord - C Discord API library
A Discord API wrapper library written in C
discord_get_channel_messages Struct Reference

#include <channel.h>

Data Fields

u64snowflake around
 
u64snowflake before
 
u64snowflake after
 
int limit
 

Detailed Description

Field Documentation

◆ around

u64snowflake discord_get_channel_messages::around

get messages around this message ID

◆ before

u64snowflake discord_get_channel_messages::before

get messages before this message ID

Examples
fetch-messages.c.

◆ after

u64snowflake discord_get_channel_messages::after

get messages after this message ID

◆ limit

int discord_get_channel_messages::limit

max number of messages to return (1-100)

Examples
fetch-messages.c.

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