Class ReadReceipts

  • All Implemented Interfaces:

    @Immutable() 
    public final class ReadReceipts
    
                        

    Represents the read receipts settings. If false, the user read events will not be sent to other users, along with the user's read state.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Boolean enabled
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getEnabled()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReadReceipts

        ReadReceipts(Boolean enabled)
        Parameters:
        enabled - Whether read receipts are enabled or not.