Interface ServerThreadChannelUpdaterDelegate

    • Method Detail

      • setArchivedFlag

        void setArchivedFlag​(boolean archived)
        Queues the archived flag to be updated.
        Parameters:
        archived - The new archived flag of the thread.
      • setAutoArchiveDuration

        void setAutoArchiveDuration​(AutoArchiveDuration autoArchiveDuration)
        Queues the auto archive duration to be updated.
        Parameters:
        autoArchiveDuration - The new auto archive duration of the thread.
      • setLockedFlag

        void setLockedFlag​(boolean locked)
        Queues the locked flag to be updated.
        Parameters:
        locked - The new locked flag of the thread.
      • setInvitableFlag

        void setInvitableFlag​(boolean invitable)
        Queues the invitable flag to be updated.
        Parameters:
        invitable - The new invitable flag of the thread.
      • setSlowmodeDelayInSeconds

        void setSlowmodeDelayInSeconds​(int delay)
        Queues slowmode delay to be updated.
        Parameters:
        delay - The delay in seconds.