// Generated Source interface GlipMessageAttachmentFootnoteInfo { /** * A string used to be displayed as the body of the footer. */ text?: string; /** * A URL used to display a 32x32px icon to the left of the footer */ iconUri?: string; /** * A Unix timestamp to be displayed to the right of the footer (prettified) */ time?: string; } export default GlipMessageAttachmentFootnoteInfo;