fetchChannels method

Future<List<GuildChannel>> fetchChannels()

Fetch the channels in this guild.

Implementation

Future<List<GuildChannel>> fetchChannels() => manager.fetchGuildChannels(id);