Interface GetMessageFileType

Returns information about a file with messages exported from another application. Request type for Tdjson#getMessageFileType.

interface GetMessageFileType {
    @type: "getMessageFileType";
    message_file_head: string;
}

Properties

@type: "getMessageFileType"
message_file_head: string

Beginning of the message file; up to 100 first lines.