Raw.MessageMediaDocument

Raw.MessageMediaDocument

Document (video, audio, voice, sticker, any media type except photo)

messageMediaDocument#52d8ccd9 flags:# nopremium:flags.3?true spoiler:flags.4?true video:flags.6?true round:flags.7?true voice:flags.8?true document:flags.0?Document alt_documents:flags.5?Vector<Document> video_cover:flags.9?Photo video_timestamp:flags.10?int ttl_seconds:flags.2?int = MessageMedia;
export namespace Raw {
  export class MessageMediaDocument {
    constructor(params: {
      nopremium?: boolean;
      spoiler?: boolean;
      video?: boolean;
      round?: boolean;
      voice?: boolean;
      document?: Raw.TypeDocument;
      altDocuments?: Array<Raw.TypeDocument>;
      videoCover?: Raw.TypePhoto;
      videoTimestamp?: number;
      ttlSeconds?: number;
    }) {}
  }
}
🚫

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

Layer: 198
Constructor ID: 0x52d8ccd9

Property