Class TMPostInfo

java.lang.Object
com.ringcentral.definitions.TMPostInfo

public class TMPostInfo extends Object
  • Field Details

    • id

      public String id
      Internal identifier of a post
    • groupId

      public String groupId
      Internal identifier of a group a post belongs to
    • type

      public String type
      Type of post Enum: TextMessage, PersonJoined, PersonsAdded
    • text

      public String text
      For 'TextMessage' post type only. Text of a message
    • creatorId

      public String creatorId
      Internal identifier of a user - author of a post
    • addedPersonIds

      public String[] addedPersonIds
      For 'PersonsAdded' post type only. Identifiers of persons added to a group
    • creationTime

      public String creationTime
      Post creation datetime in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-time
    • lastModifiedTime

      public String lastModifiedTime
      Post last modification datetime in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-time
    • attachments

      public TMMessageAttachmentInfo[] attachments
      List of posted attachments
    • mentions

      public TMMentionsInfo[] mentions
    • activity

      public String activity
      Label of activity type
    • title

      public String title
      Title of a message. (Can be set for bot's messages only)
    • iconUri

      public String iconUri
      Link to an image used as an icon for this message Format: uri
    • iconEmoji

      public String iconEmoji
      Emoji used as an icon for this message
  • Constructor Details

    • TMPostInfo

      public TMPostInfo()
  • Method Details