TgKit library and website are still in early development!

MessageEditTextOptions Interface

Properties

businessConnectionId string

Unique identifier of the business connection on behalf of which the message to be edited was sent

See the code

disableWebPagePreview boolean

Disables link previews for links in this message

See the code

entities

A list of special entities that appear in message text, which can be specified instead of parseMode

See the code

parseMode ParseMode

Mode for parsing entities in the message text

See the code

replyMarkup InlineKeyboardMarkup

An object for an inline keyboard

See the code