Releases: givip/Telegrammer
Releases · givip/Telegrammer
Removed webhooksPrivateKey property
Removed
webhooksPrivateKey
property fromBot.Settings
struct
Telegram Bot API 4.0 support
First stable version
Changed
- Webhooks works only with http, for https use nginx proxy or similar
Documentation additions
Added
- Documentation for filters
CaptionEntityFilter
class
New documentation for bot model, methods, classes
Added
- Documentation for most of public classes
Changed
- ruby script which generate Telegram API classes improved and now generate docs for everything
Removed
- FoundationClient class
Message helpers, commands options
Added
ParseMode
type for "Markdown" or "HTML" message text- Automatic Webhook deletion before starting Longpolling connection
- Helpers
reply
,edit
,delete
forMessage
type
Changed
- Now command settings are settings up with OptionSet
- Improved HelloBot example message text
Dispatcher enhancement
Added
- Convenience Bot.init(token: String) method
Changed
HandlerCallback
signature now hasUpdate
andBotContext
input params- Now
debugMode
parameter in Bot.Settings is settrue
by default Dispatcher
class made safer with special thread-safeHandlersQueue
class- Enqueue bot updates in special concurrent queue
- Updated README.md with super simple bot example
Removed
DispatchStatus
enum