Class TMCreatePostRequest

java.lang.Object
com.ringcentral.definitions.TMCreatePostRequest

public class TMCreatePostRequest extends Object
Post data. At least one attribute should be provided (text or attachments)
  • Field Details

    • text

      public String text
      Text of a post. Maximum length is 10000 symbols. Mentions can be added in .md format `![:Type](id)`
    • parentPostId

      public String parentPostId
      Internal identifier of a parent post, in case post is a part of a thread
    • threadId

      public String threadId
      Internal identifier of a thread, in case post is a part of a thread
    • attachments

      public TMAttachmentInfo[] attachments
      Identifier(s) of attachments. Maximum number of attachments is 25
  • Constructor Details

    • TMCreatePostRequest

      public TMCreatePostRequest()
  • Method Details