Raw.UpdateShortSentMessage

Raw.UpdateShortSentMessage

Shortened constructor containing info on one outgoing message to a contact (the destination chat has to be extracted from the method call that returned this object).

updateShortSentMessage#9015e101 flags:# out:flags.1?true id:int pts:int pts_count:int date:int media:flags.9?MessageMedia entities:flags.7?Vector<MessageEntity> ttl_period:flags.25?int = Updates;
export namespace Raw {
  export class UpdateShortSentMessage {
    constructor(params: {
      out?: boolean;
      id: number;
      pts: number;
      ptsCount: number;
      date: number;
      media?: Raw.TypeMessageMedia;
      entities?: Array<Raw.TypeMessageEntity>;
      ttlPeriod?: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x9015e101

Property