@@ -63,8 +63,8 @@ You can configure it to work in symfony, for example, in [this way](https://gist
63
63
| pin| PinChatMessageMethod| bool|
64
64
| promote| PromoteChatMemberMethod| bool|
65
65
| restrict| RestrictChatMemberMethod| bool|
66
- | send| SendPhotoMethod, SendAudioMethod, SendDocumentMethod, SendVideoMethod, SendAnimationMethod, SendVoiceMethod, SendVideoNoteMethod, SendGameMethod, SendInvoiceMethod, SendLocationMethod, SendVenueMethod, SendContactMethod, SendStickerMethod, SendMessageMethod, SendPollMethod| MessageType|
67
- | set| SetChatDescriptionMethod, SetChatPhotoMethod, SetChatStickerSetMethod, SetChatTitleMethod, SetGameScoreMethod, SetStickerPositionInSetMethod, SetWebhookMethod, SetPassportDataErrorsMethod, SetChatPermissionsMethod, SetChatAdministratorCustomTitleMethod| bool|
66
+ | send| SendPhotoMethod, SendAudioMethod, SendDocumentMethod, SendVideoMethod, SendAnimationMethod, SendVoiceMethod, SendVideoNoteMethod, SendGameMethod, SendInvoiceMethod, SendLocationMethod, SendVenueMethod, SendContactMethod, SendStickerMethod, SendMessageMethod, SendPollMethod, SendDiceMethod | MessageType|
67
+ | set| SetChatDescriptionMethod, SetChatPhotoMethod, SetChatStickerSetMethod, SetChatTitleMethod, SetGameScoreMethod, SetStickerPositionInSetMethod, SetWebhookMethod, SetPassportDataErrorsMethod, SetChatPermissionsMethod, SetChatAdministratorCustomTitleMethod, SetMyCommandMethod, SetStickerSetThumbMethod | bool|
68
68
| stop| StopMessageLiveLocationMethod| bool|
69
69
| stopPoll| StopPollMethod| Poll|
70
70
| unban| UnbanChatMemberMethod| bool|
@@ -74,6 +74,7 @@ You can configure it to work in symfony, for example, in [this way](https://gist
74
74
| sendChatAction| SendChatActionMethod| bool|
75
75
| getUpdates| GetUpdatesMethod| UpdateType[ ] |
76
76
| getMe| GetMeMethod| UserType|
77
+ | getMyCommands| GetMyCommandsMethod| BotCommandType|
77
78
| getUserProfilePhotos| GetUserProfilePhotosMethod| UserProfilePhotosType|
78
79
| getWebhookInfo| GetWebhookInfoMethod| WebhookInfoType|
79
80
| getChatMembersCount| GetChatMembersCountMethod| int|
@@ -145,7 +146,7 @@ If you discover any security related issues, please email wformps@gmail.com inst
145
146
The MIT License (MIT). Please see [ License File] ( LICENSE.md ) for more information.
146
147
147
148
[ ico-php-v ] : https://img.shields.io/travis/php-v/tg-bot-api/bot-api-base.svg?style=flat-square
148
- [ ico-bot-api ] : https://img.shields.io/badge/Bot%20API-4.6 -blue.svg?style=flat-square
149
+ [ ico-bot-api ] : https://img.shields.io/badge/Bot%20API-4.7 -blue.svg?style=flat-square
149
150
[ ico-version ] : https://img.shields.io/packagist/v/tg-bot-api/bot-api-base.svg?style=flat-square
150
151
[ ico-license ] : https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
151
152
[ ico-travis ] : https://img.shields.io/travis/tg-bot-api/bot-api-base/master.svg?style=flat-square
0 commit comments