Class TdApi.GetApplicationConfig

Enclosing class:
TdApi

public static class TdApi.GetApplicationConfig extends TdApi.Function<TdApi.JsonValue>
Returns application config, provided by the server. Can be called before authorization.

Returns JsonValue

  • Field Details

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetApplicationConfig

      public GetApplicationConfig()
      Default constructor for a function, which returns application config, provided by the server. Can be called before authorization.

      Returns JsonValue

  • Method Details