static Command buildRead(String channelUrl) { return Command( cmd: CommandString.read, payload: { 'channel_url': channelUrl, }, ); }