From 265894080b10c1e53e5870128c0a4a91e62fb403 Mon Sep 17 00:00:00 2001 From: Constantine Fry Date: Fri, 6 Mar 2015 11:37:48 +0100 Subject: [PATCH] Make `channel` parameter description more clear and specific. --- methods/files.upload.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/methods/files.upload.json b/methods/files.upload.json index 22a8ec8..ffb58ee 100644 --- a/methods/files.upload.json +++ b/methods/files.upload.json @@ -35,7 +35,7 @@ "channels": { "type" : "channel", "required" : false, - "desc" : "Comma separated list of channels to share the file into." + "desc" : "Comma separated list of identifiers of channels, ims or groups to share the file into." } },