InputRichBlockAnchor

class pyrogram.types.InputRichBlockAnchor[source]

An anchor block, corresponding to the HTML tag <a> with a name attribute.

This block creates a named anchor point in the message that can be linked to from other parts of the message.

Parameters:

name (str) – The anchor name.