client.Phone_RequestCall arguments question #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Telegram API issues' | |
on: | |
issues: | |
types: [labeled] | |
permissions: | |
issues: write | |
jobs: | |
action: | |
if: contains(github.event.issue.labels.*.name, 'telegram api') | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/[email protected] | |
with: | |
support-label: 'telegram api' | |
issue-comment: > | |
**Github Issues** should be used only for problems with the library 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. | |
close-issue: true |