createInvite
inline suspend fun CategorizableChannelBehavior.createInvite(builder: InviteCreateBuilder.() -> Unit = {}): InviteWithMetadata(source)
Request to create an InviteWithMetadata for this channel.
Return
the created InviteWithMetadata.
Throws
if something went wrong during the request.