зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-09-03 17:55:52 +03:00
Сравнить коммиты
2 Коммитов
| Автор | SHA1 | Дата | |
|---|---|---|---|
|
|
5fef6fb43a | ||
|
|
07be01c07d |
@@ -1,4 +1,4 @@
|
|||||||
# 0.7.1
|
# 0.7.2
|
||||||
|
|
||||||
- Bot API 2.1
|
- Bot API 2.1
|
||||||
- Fixed possible crashes when payload type is not supported.
|
- Fixed possible crashes when payload type is not supported.
|
||||||
|
|||||||
@@ -71,11 +71,16 @@ module Telegram
|
|||||||
answerCallbackQuery
|
answerCallbackQuery
|
||||||
answerInlineQuery
|
answerInlineQuery
|
||||||
forwardMessage
|
forwardMessage
|
||||||
|
getChat
|
||||||
|
getChatAdministrators
|
||||||
|
getChatMember
|
||||||
|
getChatMembersCount
|
||||||
getFile
|
getFile
|
||||||
getMe
|
getMe
|
||||||
getUpdates
|
getUpdates
|
||||||
getUserProfilePhotos
|
getUserProfilePhotos
|
||||||
kickChatMember
|
kickChatMember
|
||||||
|
leaveChat
|
||||||
sendAudio
|
sendAudio
|
||||||
sendChatAction
|
sendChatAction
|
||||||
sendContact
|
sendContact
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module Telegram
|
module Telegram
|
||||||
module Bot
|
module Bot
|
||||||
VERSION = '0.7.1'.freeze
|
VERSION = '0.7.2'.freeze
|
||||||
|
|
||||||
def self.gem_version
|
def self.gem_version
|
||||||
Gem::Version.new VERSION
|
Gem::Version.new VERSION
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user