Module tdlight.api

Class TdApi.GetThemeParametersJsonString

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Text>
it.tdlight.jni.TdApi.GetThemeParametersJsonString
Enclosing class:
TdApi

public static final class TdApi.GetThemeParametersJsonString extends TdApi.Function<TdApi.Text>
Converts a themeParameters object to corresponding JSON-serialized string. Can be called synchronously. Returns Text
  • Field Details

  • Constructor Details

    • GetThemeParametersJsonString

      public GetThemeParametersJsonString()
      Converts a themeParameters object to corresponding JSON-serialized string. Can be called synchronously. Returns Text
    • GetThemeParametersJsonString

      public GetThemeParametersJsonString(TdApi.ThemeParameters theme)
      Converts a themeParameters object to corresponding JSON-serialized string. Can be called synchronously. Returns Text
      Parameters:
      theme - ThemeParameters Theme parameters to convert to JSON.
    • GetThemeParametersJsonString

      public GetThemeParametersJsonString(DataInput input) throws IOException
      Converts a themeParameters object to corresponding JSON-serialized string. Can be called synchronously. Returns Text
      Throws:
      IOException
  • Method Details