Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Aug 26, 2024
1 parent fb7dd0d commit 563db6a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"url": "https:\/\/api.telegram.org\/bot3f3814e1-5836-3d77-904e-60f64b15df36\/approveChatJoinRequest",
"payload": {
"chat_id": "-123456789",
"user_id": "123456"
},
"files": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"url": "https:\/\/api.telegram.org\/bot3f3814e1-5836-3d77-904e-60f64b15df36\/declineChatJoinRequest",
"payload": {
"chat_id": "-123456789",
"user_id": "123456"
},
"files": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"url": "https:\/\/api.telegram.org\/bot3f3814e1-5836-3d77-904e-60f64b15df36\/getChatAdministrators",
"payload": {
"chat_id": "-123456789"
},
"files": []
}

0 comments on commit 563db6a

Please sign in to comment.