Set or clear a channel topic.
void setTopic(String channel, {String? topic}) { _alive(); command({'type': 'set_topic', 'channel': channel, 'topic': topic}); }