onTextLink method
Short-cut for onMessage handling entityType text_link
Implementation
Stream<TeleDartMessage> onTextLink([dynamic keyword]) =>
onMessage(entityType: MessageEntity.typeTextLink, keyword: keyword);
Short-cut for onMessage handling entityType text_link
Stream<TeleDartMessage> onTextLink([dynamic keyword]) =>
onMessage(entityType: MessageEntity.typeTextLink, keyword: keyword);