createThread abstract method

Future<IThreadPreviewChannel> createThread(
  1. ThreadBuilder builder
)

Creates a thread based on this message, that only retrieves a ThreadPreviewChannel

Implementation

Future<IThreadPreviewChannel> createThread(ThreadBuilder builder);