BusinessChatLink.edit()¶
- BusinessChatLink.edit()¶
Bound method edit of
BusinessChatLink.- Use as a shortcut for:
await link.edit(message="New message")
- Parameters:
message (
str, optional) – The new message associated with the link.title (
str, optional) – The new title of the link.entities (List of
MessageEntity, optional) – List of special entities that appear in the message.
- Returns:
BusinessChatLink– On success, the edited business chat link is returned.