isVersionAtLeast method

  1. @override
bool isVersionAtLeast(
  1. String version
)
override

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;