Entities: url, email and other
Handle when user writes some entities (url, email, phone_number, hashtag, and other)
Last updated
Handle when user writes some entities (url, email, phone_number, hashtag, and other)
Last updated
Entity it's part of a message with unique content (e.g. url, email, phone_number, hashtag, cashtag and other). You can read about entity and see all entity types
To listen to a text message with some entity, use @OnEntity
decorator
To get an entity from a text message, use @Entity parameter decorator, and pass the entity type you want to get