fetchGuildPreview method

Future<GuildPreview> fetchGuildPreview()

Fetches guild preview for this guild. Allows to download approx member count in guild

Implementation

Future<GuildPreview> fetchGuildPreview() async =>
    this.client.httpEndpoints.fetchGuildPreview(this.id);