GramIO API Reference / gramio/dist / TelegramInputMediaLink
Interface: TelegramInputMediaLink
Defined in: @gramio/types/out/objects.d.ts:6452
Represents an HTTP link to be sent.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
type | "link" | Type of the media, must be link | @gramio/types/out/objects.d.ts:6456 |
url | string | HTTP URL of the link | @gramio/types/out/objects.d.ts:6460 |