Module tdlight.api

Class TdApi.ToggleSupergroupIsAllHistoryAvailable

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.ToggleSupergroupIsAllHistoryAvailable
Enclosing class:
TdApi

public static final class TdApi.ToggleSupergroupIsAllHistoryAvailable extends TdApi.Function<TdApi.Ok>
Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right. Returns Ok
  • Field Details

    • supergroupId

      public long supergroupId
      The identifier of the supergroup.
    • isAllHistoryAvailable

      public boolean isAllHistoryAvailable
      The new value of isAllHistoryAvailable.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ToggleSupergroupIsAllHistoryAvailable

      public ToggleSupergroupIsAllHistoryAvailable()
      Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right. Returns Ok
    • ToggleSupergroupIsAllHistoryAvailable

      public ToggleSupergroupIsAllHistoryAvailable(long supergroupId, boolean isAllHistoryAvailable)
      Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right. Returns Ok
      Parameters:
      supergroupId - long The identifier of the supergroup.
      isAllHistoryAvailable - boolean The new value of isAllHistoryAvailable.
    • ToggleSupergroupIsAllHistoryAvailable

      public ToggleSupergroupIsAllHistoryAvailable(DataInput input) throws IOException
      Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right. Returns Ok
      Throws:
      IOException
  • Method Details