All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jrodmanu.mattermostjavasdk.models.common.PostMetadata Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.jrodmanu.mattermostjavasdk.models.common;

/**
 * Representation of Mattermost post metadata
 */
public class PostMetadata {
    public Embed[] embeds;
    public Emoji[] emojis;
    public FileInfo[] files;
    public Object images;
    public Reaction[] reactions;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy