interface GeneratedType {
    count: number;
    descript: string;
    emoji: string;
    emoticon_id: number;
    emoticon_unique: string;
    height: number;
    url: string;
    width: number;
}

Properties

count: number
descript: string
emoji: string
emoticon_id: number
emoticon_unique: string
height: number
url: string
width: number