Skip to content

Commit

Permalink
Merge pull request #28 from BergiuTelegram/master
Browse files Browse the repository at this point in the history
New Methods
  • Loading branch information
mgp25 authored Apr 2, 2018
2 parents b3e4140 + 1984d04 commit 34d2129
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 525 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ composer.phar
Thumbs.db
*.dat
*.db
test.php
tags
49 changes: 49 additions & 0 deletions AvailableMethods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## Telegram Methods
- [x] getMe
- [x] sendMessage
- [x] forwardMessage
- [x] sendPhoto
- [x] sendAudio
- [x] sendDocument
- [x] sendSticker (Stickers section)
- [x] sendVideo
- [x] sendVoice
- [] sendVideoNote
- [] sendMediaGroup
- [x] sendLocation
- [] editMessageLiveLocation
- [] stopMessageLiveLocation
- [x] sendVenue
- [x] sendContact
- [x] sendChatAction
- [x] getUserProfilePhotos
- [x] getFile
- [] kickChatMember
- [] unbanChatMember
- [] restrictChatMember
- [] promoteChatMember
- [] exportChatInviteLink
- [] setChatPhoto
- [] deleteChatPhoto
- [] setChatTitle
- [] setChatDescription
- [] pinChatMessage
- [] unpinChatMessage
- [x] leaveChat
- [x] getChat
- [x] getChatAdministrators
- [x] getChatMembersCount
- [x] getChatMember
- [] setChatStickerSet
- [] deleteChatStickerSet
- [] answerCallbackQuery

## Additional
- [x] getFileData
- [x] setWebhook
- [x] getWebhookUpdates
- [x] replyKeyboardMarkup
- [x] replyKeyboardHide
- [x] forceReply
- [x] sendRequest
- [x] uploadFile
Loading

0 comments on commit 34d2129

Please sign in to comment.