MessageEntityDiffReplace

class pyrogram.raw.types.MessageEntityDiffReplace[source]

Represents an diff replacement, render it as follows:

Constructor of MessageEntity.

Details:
  • Layer: 229

  • ID: C6C1E5A7

Parameters:
  • offset (int 32-bit) – Offset of message entity within message (in UTF-16 code units )

  • length (int 32-bit) – Length of message entity within message (in UTF-16 code units )

  • old_text (str) – The chunk of text that was removed.