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

#include <gateway.h>

Data Fields

u64snowflake guild_id
 
u64snowflake channel_id
 
u64unix_ms last_pin_timestamp
 

Detailed Description

Public methods

Field Documentation

◆ guild_id

u64snowflake discord_channel_pins_update::guild_id

the id of the guild

◆ channel_id

u64snowflake discord_channel_pins_update::channel_id

the id of the channel

◆ last_pin_timestamp

u64unix_ms discord_channel_pins_update::last_pin_timestamp

the time at which the most recent pinned message was pinned


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