Class TdApi.ChatEventIsAllHistoryAvailableToggled

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventIsAllHistoryAvailableToggled
Enclosing class:
TdApi

public static class TdApi.ChatEventIsAllHistoryAvailableToggled
extends TdApi.ChatEventAction
The isAllHistoryAvailable setting of a supergroup was toggled.
  • Field Details

    • isAllHistoryAvailable

      public boolean isAllHistoryAvailable
      New value of isAllHistoryAvailable.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • ChatEventIsAllHistoryAvailableToggled

      public ChatEventIsAllHistoryAvailableToggled()
      The isAllHistoryAvailable setting of a supergroup was toggled.
    • ChatEventIsAllHistoryAvailableToggled

      public ChatEventIsAllHistoryAvailableToggled​(boolean isAllHistoryAvailable)
      The isAllHistoryAvailable setting of a supergroup was toggled.
      Parameters:
      isAllHistoryAvailable - boolean New value of isAllHistoryAvailable.
    • ChatEventIsAllHistoryAvailableToggled

      public ChatEventIsAllHistoryAvailableToggled​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details