set Subject
suspend fun setSubject(commandId: CommandId, conversationId: ConversationId, subject: String, icon: AttachmentMetadata? = null, emojiTags: List<List<String>> = emptyList()): OperationResult
Publish a subject and optional uploaded icon for one conversation.