isVersionAtLeast method
Returns true if the user's app supports a version of the Bot API that is equal to or higher than the version passed as the parameter.
Implementation
@override
bool isVersionAtLeast(String version) => Telegram.WebApp.isVersionAtLeast(version).toDart;