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)`
    • attachments

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

    • TMCreatePostRequest

      public TMCreatePostRequest()
  • Method Details