joinThread method

Future<void> joinThread(
  1. Snowflake channelId
)

Join ThreadChannel with given channelId

Implementation

Future<void> joinThread(Snowflake channelId) =>
    this.httpEndpoints.joinThread(channelId);