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

Swift-friendly dates and enums #15

Closed zmeyc closed 6 years ago

zmeyc commented 8 years ago

Add Swift-friendly conversion: Message.forward_date, Message.edit_data etc

sendAction uses strings, but should work with enum

zmeyc commented 8 years ago

sendAction fixed. Dates still need friently getters/setters

zmeyc commented 6 years ago

Fixed by @cipi1965 in https://github.com/zmeyc/telegram-bot-swift/pull/48