rapierorg / telegram-bot-swift

Telegram Bot SDK for Swift (unofficial)
https://github.com/rapierorg/telegram-bot-swift/wiki
Apache License 2.0
374 stars 63 forks source link

chat_id should accept Int64 and String #18

Closed zmeyc closed 8 years ago

zmeyc commented 8 years ago

In some places it still doesn't accept strings

zmeyc commented 8 years ago

Done. Now both String and Int64 conform to ChatId protocol. Methods accept ChatId.