Raw.MessageEntityBlockquote101

Raw.MessageEntityBlockquote101

Message entity representing a block quote.

messageEntityBlockquote#20df5d0 offset:int length:int = MessageEntity;
export namespace Raw {
  export class MessageEntityBlockquote101 {
    constructor(params: { offset: number; length: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x20df5d0

Property

  • offset : number

    Offset of message entity within message (in utf-16 code units)

  • length : number

    Length of message entity within message (in utf-16 code units)