fetchGuildEvents abstract method

Stream<GuildEvent> fetchGuildEvents(
  1. Snowflake guildId,
  2. {bool withUserCount = false}
)

Implementation

Stream<GuildEvent> fetchGuildEvents(Snowflake guildId, {bool withUserCount = false});