fetchGuildEvent abstract method

Future<GuildEvent> fetchGuildEvent(
  1. Snowflake guildEventId
)

Fetches and returns from api single event with given id

Implementation

Future<GuildEvent> fetchGuildEvent(Snowflake guildEventId);