leaveThread method

Future<void> leaveThread(
  1. Snowflake id
)

Remove the current user from the thread with the ID id.

External references:

Implementation

Future<void> leaveThread(Snowflake id) => channels.leaveThread(id);