Class ChannelType.ChannelTypeUpdateRequestData

  • Enclosing class:
    ChannelType

    public static class ChannelType.ChannelTypeUpdateRequestData
    extends java.lang.Object
    • Field Detail

      • typingEvents

        @Nullable
        protected @Nullable java.lang.Boolean typingEvents
      • readEvents

        @Nullable
        protected @Nullable java.lang.Boolean readEvents
      • reminders

        @Nullable
        protected @Nullable java.lang.Boolean reminders
      • connectEvents

        @Nullable
        protected @Nullable java.lang.Boolean connectEvents
      • search

        @Nullable
        protected @Nullable java.lang.Boolean search
      • reactions

        @Nullable
        protected @Nullable java.lang.Boolean reactions
      • replies

        @Nullable
        protected @Nullable java.lang.Boolean replies
      • quotes

        @Nullable
        protected @Nullable java.lang.Boolean quotes
      • uploads

        @Nullable
        protected @Nullable java.lang.Boolean uploads
      • urlEnrichment

        @Nullable
        protected @Nullable java.lang.Boolean urlEnrichment
      • customEvents

        @Nullable
        protected @Nullable java.lang.Boolean customEvents
      • mutes

        @Nullable
        protected @Nullable java.lang.Boolean mutes
      • pushNotifications

        @Nullable
        protected @Nullable java.lang.Boolean pushNotifications
      • messageRetention

        @Nullable
        protected @Nullable java.lang.String messageRetention
      • maxMessageLength

        @Nullable
        protected @Nullable java.lang.Integer maxMessageLength
      • markMessagesPending

        @Nullable
        protected @Nullable java.lang.Boolean markMessagesPending
      • blocklist

        @Nullable
        protected @Nullable java.lang.String blocklist
      • commands

        @Nullable
        protected @Nullable java.util.List<java.lang.String> commands
      • grants

        @Nullable
        protected @Nullable java.util.Map<java.lang.String,​java.util.List<java.lang.String>> grants
    • Constructor Detail

      • ChannelTypeUpdateRequestData

        public ChannelTypeUpdateRequestData()