Module tdlight.api

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 final 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:
  • 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
      The isAllHistoryAvailable setting of a supergroup was toggled.
      Throws:
      IOException
  • Method Details