Class ChatDeleteRequest

    • Method Detail

      • isAsUser

        public Boolean isAsUser()
      • setAsUser

        public void setAsUser​(Boolean asUser)
      • getTs

        public String getTs()
        Timestamp of the message to be deleted.
      • getChannel

        public String getChannel()
        Channel containing the message to be deleted.
      • setToken

        public void setToken​(String token)
        Authentication token. Requires scope: `chat:write`
      • setTs

        public void setTs​(String ts)
        Timestamp of the message to be deleted.
      • setChannel

        public void setChannel​(String channel)
        Channel containing the message to be deleted.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object