Skip to content

Commit

Permalink
chore: add basic Telegram tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Nov 26, 2024
1 parent 6dea047 commit 08c305b
Show file tree
Hide file tree
Showing 13 changed files with 1,108 additions and 45 deletions.
14 changes: 14 additions & 0 deletions assets/telegram-bot-ok.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ok": true,
"result": {
"id": 123,
"is_bot": true,
"first_name": "TestBot",
"username": "TestBot",
"can_join_groups": true,
"can_read_all_group_messages": false,
"supports_inline_queries": false,
"can_connect_to_business": false,
"has_main_web_app": false
}
}
Loading

0 comments on commit 08c305b

Please sign in to comment.