interface MessageEntity.TextLink implements Baseimport { type MessageEntity } from "https://deno.land/x/mtkruto@0.1.118/mod.ts"; const { TextLink } = MessageEntity; Propertiestype: "textLink"url: stringA URL that will be opened after the text is tapped.