Module tdlight.api

Class TdApi.UpdateWebAppMessageSent

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateWebAppMessageSent
Enclosing class:
TdApi

public static final class TdApi.UpdateWebAppMessageSent extends TdApi.Update
A message was sent by an opened Web App, so the Web App needs to be closed.
  • Field Details

    • webAppLaunchId

      public long webAppLaunchId
      Identifier of Web App launch.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateWebAppMessageSent

      public UpdateWebAppMessageSent()
      A message was sent by an opened Web App, so the Web App needs to be closed.
    • UpdateWebAppMessageSent

      public UpdateWebAppMessageSent(long webAppLaunchId)
      A message was sent by an opened Web App, so the Web App needs to be closed.
      Parameters:
      webAppLaunchId - long Identifier of Web App launch.
    • UpdateWebAppMessageSent

      public UpdateWebAppMessageSent(DataInput input) throws IOException
      A message was sent by an opened Web App, so the Web App needs to be closed.
      Throws:
      IOException
  • Method Details