Link
Represents an HTTP link.
fields
| field | type | required | description |
|---|---|---|---|
url | string | required | URL of the link |
import
import type { Link } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#link
Represents an HTTP link.
| field | type | required | description |
|---|---|---|---|
url | string | required | URL of the link |
import type { Link } from "@yaebal/types";