From c94b54f7f5c1db20a080158ae007bf6ec42c9e3f Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 25 Nov 2019 03:33:18 +0300 Subject: [PATCH] Improve getChatStatisticsUrl description. GitOrigin-RevId: 92c97cb1f34a444997c04feca094e951be59d670 --- td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 8ad68928b..82c2f03ec 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -3997,7 +3997,7 @@ removeChatActionBar chat_id:int53 = Ok; reportChat chat_id:int53 reason:ChatReportReason message_ids:vector = Ok; -//@description Returns an HTTP URL with the chat statistics. Currently this method can be used only for channels @chat_id Chat identifier @parameters Parameters from "tg://statsrefresh?params=******" link @is_dark Pass true if a URL with the dark theme must be returned +//@description Returns an HTTP URL with the chat statistics. Currently this method can be used only for channels. Can be used only if SupergroupFullInfo.can_view_statistics == true @chat_id Chat identifier @parameters Parameters from "tg://statsrefresh?params=******" link @is_dark Pass true if a URL with the dark theme must be returned getChatStatisticsUrl chat_id:int53 parameters:string is_dark:Bool = HttpUrl;