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