Raw.channels.ExportMessageLink

Raw.channels.ExportMessageLink

Get link and embed info of a message in a channel/supergroup

channels.exportMessageLink#e63fadeb flags:# grouped:flags.0?true thread:flags.1?true channel:InputChannel id:int = ExportedMessageLink;
export namespace Raw {
  export namespace channels {
    export class ExportMessageLink {
      constructor(params: {
        grouped?: boolean;
        thread?: boolean;
        channel: Raw.TypeInputChannel;
        id: number;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xe63fadeb

Property

Results

Raw.TypeExportedMessageLink