joinThread method

  1. @override
Future<void> joinThread(
  1. Snowflake id
)
override

Add the current user to the thread with the ID id.

External references:

Implementation

@override
Future<void> joinThread(Snowflake id) => channels.joinThread(id);