Raw.TextWithEntities
Styled text with message entities
textWithEntities#751f3146 text:string entities:Vector<MessageEntity> = TextWithEntities;
export namespace Raw {
export class TextWithEntities {
constructor(params: { text: string; entities: Array<Raw.TypeMessageEntity> }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x751f3146
Property
text
: stringText
entities
: Array of Raw.TypeMessageEntityMessage entities for styled text