/** * This is auto-generated file, don't modify this file manually */ /** * Attachment type */ export declare type MessagesMessageAttachmentType = 'photo' | 'audio' | 'video' | 'video_playlist' | 'doc' | 'link' | 'market' | 'gift' | 'sticker' | 'wall' | 'wall_reply' | 'article' | 'poll' | 'podcasts' | 'call' | 'graffiti' | 'audio_message';