// Generated Source interface GlipMessageAttachmentAuthorInfo { /** * The author name */ name?: string; /** * Used to link the authors name */ uri?: string; /** * A url to an image up to 82x82px that will display to the left of the author’s name */ iconUri?: string; } export default GlipMessageAttachmentAuthorInfo;