Module tdlight.api

Class TdApi.SetAccountTtl

Enclosing class:
TdApi

public static final class TdApi.SetAccountTtl extends TdApi.Function<TdApi.Ok>
Changes the period of inactivity after which the account of the current user will automatically be deleted.

Returns Ok

  • Field Details

  • Constructor Details

    • SetAccountTtl

      public SetAccountTtl()
      Changes the period of inactivity after which the account of the current user will automatically be deleted.

      Returns Ok

    • SetAccountTtl

      public SetAccountTtl(TdApi.AccountTtl ttl)
      Changes the period of inactivity after which the account of the current user will automatically be deleted.

      Returns Ok

      Parameters:
      ttl - AccountTtl New account TTL.
    • SetAccountTtl

      public SetAccountTtl(DataInput input) throws IOException
      Changes the period of inactivity after which the account of the current user will automatically be deleted.

      Returns Ok

      Throws:
      IOException
  • Method Details