
/**
 * The values indicate the types of item icons to display.
 */
export enum SendPrompt {
    
    /**
     * None
     */
    None = 0,
    
    /**
     * Send
     */
    Send = 1,
    
    /**
     * VotingOption
     */
    VotingOption = 2
}