isVersionAtLeast abstract method

bool isVersionAtLeast(
  1. String version
)

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

bool isVersionAtLeast(String version);