follow method

Future<void> follow(
  1. Snowflake id
)

Follow another channel's announcement messages in this channel.

External references:

Implementation

Future<void> follow(Snowflake id) => manager.followChannel(this.id, id);