telegram_regexp_token_bot static method

RegExp telegram_regexp_token_bot()

Implementation

static RegExp telegram_regexp_token_bot() {
  return RegExp(r"([0-9]{8,10}:[a-zA-Z0-9_-]{35})", caseSensitive: false);
}