SecretMessageWebPage

A secret message sharing a web page.

Properties

chatId: number

The identifier of the secret chat that the message belongs to.

id: string

The message’s identifier.

replyToMessageId?: string

The identifier of the message that this message replies to.

isSilent: boolean

Whether the message was sent silently.

ttl: number

The message’s time-to-live.

viaBot?: string

The name of the inline bot that was used to send the message.

type: "webPage"
url: string

The URL of the web page.

caption: string

The message’s caption.

The entities of the message’s caption.