/** * This is auto-generated file, don't modify this file manually */ /** * Attachments type */ export declare type MessagesHistoryMessageAttachmentType = 'app_action' | 'audio' | 'doc' | 'link' | 'market' | 'photo' | 'video' | 'wall' | 'graffiti' | 'audio_message';