Class TdApi.SetAccountTtl

Enclosing class:
TdApi

public static class TdApi.SetAccountTtl
extends TdApi.Function
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
      Throws:
      IOException
  • Method Details