fetchChannelInvites method

Stream<InviteWithMeta> fetchChannelInvites()

Fetches and returns all channel"s Invites

var invites = await chan.getChannelInvites();

Implementation

Stream<InviteWithMeta> fetchChannelInvites() =>
    client.httpEndpoints.fetchChannelInvites(this.id);