🤖 The wrapper for the Telegram Bot API written in Swift. It's not a framework. There is no special syntax here. This is a library that implements all Telegram Bot API methods, which is available to you to work with Vapor, Smoke, Hummingbird, FlyingFox.
If message has emojis, it will not match in regex filter. It happens because range is smaller than all message length.
For correct count of symbols need to use UTF16 view of string.
If message has emojis, it will not match in regex filter. It happens because range is smaller than all message length. For correct count of symbols need to use UTF16 view of string.