diff --git a/.github/dev.yml b/.github/dev.yml index f2ef2db..a7c79d4 100644 --- a/.github/dev.yml +++ b/.github/dev.yml @@ -54,11 +54,6 @@ stages: { "status": "success", "complete": true, - "message": "{ - \"commitId\": \"$(Build.SourceVersion)\", - \"buildNumber\": \"$(Build.BuildNumber)\", - \"teamProjectName\": \"$(System.TeamProject)\", - \"commitMessage\": \"$(Release_Notes)\" - }" + "message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\", \"commitMessage\": \"$(Release_Notes)\" }" } waitForCompletion: 'false' diff --git a/.github/release.yml b/.github/release.yml index f079d8e..fdc5f49 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -62,10 +62,7 @@ stages: { "status": "success", "complete": true, - "message": "{ - \"commitId\": \"$(Build.SourceVersion)\", - \"buildNumber\": \"$(Build.BuildNumber)\", - \"teamProjectName\": \"$(System.TeamProject)\" + "message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\" }" } waitForCompletion: 'false' diff --git a/.github/workflows/telegram-api.yml b/.github/workflows/telegram-api.yml index b2e6a52..9a69fd9 100644 --- a/.github/workflows/telegram-api.yml +++ b/.github/workflows/telegram-api.yml @@ -16,8 +16,13 @@ jobs: with: support-label: 'telegram api' issue-comment: > - Please note that **Github Issues** should be used only for problems with the library code itself. - - For questions about Telegram API usage, you can search the [API official documentation](https://core.telegram.org/api#getting-started) - or [click here to ask your question on **StackOverflow**](https://stackoverflow.com/questions/ask?tags=c%23+wtelegramclient+telegram-api) so the whole community can help and benefit. + Please note that **Github issues** should be used only for problems with the library code itself. + + + For questions about Telegram API usage, you can search the [API official documentation](https://core.telegram.org/api#getting-started) and the [full list of methods](https://core.telegram.org/methods). + + WTelegramClient covers 100% of the API and let you do anything you can do in an official client. + + + If the above links didn't answer your problem, [click here to ask your question on **StackOverflow**](https://stackoverflow.com/questions/ask?tags=c%23+wtelegramclient+telegram-api) so the whole community can help and benefit. close-issue: true