createThread abstract method

Future<IThreadChannel> createThread(
  1. ForumThreadBuilder builder
)

Creates a thread in a channel, that only retrieves a ThreadPreviewChannel

Implementation

Future<IThreadChannel> createThread(ForumThreadBuilder builder);