Module tdlight.api

Class TdApi.GetWebAppLinkUrl

Enclosing class:
TdApi

public static final class TdApi.GetWebAppLinkUrl extends TdApi.Function<TdApi.HttpUrl>
Returns an HTTPS URL of a Web App to open after a link of the type internalLinkTypeWebApp is clicked.

Returns HttpUrl

  • Field Details

    • chatId

      public long chatId
      Identifier of the chat in which the link was clicked; pass 0 if none.
    • botUserId

      public long botUserId
      Identifier of the target bot.
    • webAppShortName

      public String webAppShortName
      Short name of the Web App.
    • startParameter

      public String startParameter
      Start parameter from internalLinkTypeWebApp.
    • theme

      public TdApi.ThemeParameters theme
      Preferred Web App theme; pass null to use the default theme.
    • applicationName

      public String applicationName
      Short name of the application; 0-64 English letters, digits, and underscores.
    • allowWriteAccess

      public boolean allowWriteAccess
      Pass true if the current user allowed the bot to send them messages.
    • CONSTRUCTOR

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

    • GetWebAppLinkUrl

      public GetWebAppLinkUrl()
      Returns an HTTPS URL of a Web App to open after a link of the type internalLinkTypeWebApp is clicked.

      Returns HttpUrl

    • GetWebAppLinkUrl

      public GetWebAppLinkUrl(long chatId, long botUserId, String webAppShortName, String startParameter, TdApi.ThemeParameters theme, String applicationName, boolean allowWriteAccess)
      Returns an HTTPS URL of a Web App to open after a link of the type internalLinkTypeWebApp is clicked.

      Returns HttpUrl

      Parameters:
      chatId - Identifier of the chat in which the link was clicked; pass 0 if none.
      botUserId - Identifier of the target bot.
      webAppShortName - Short name of the Web App.
      startParameter - Start parameter from internalLinkTypeWebApp.
      theme - Preferred Web App theme; pass null to use the default theme.
      applicationName - Short name of the application; 0-64 English letters, digits, and underscores.
      allowWriteAccess - Pass true if the current user allowed the bot to send them messages.

      Returns HttpUrl

    • GetWebAppLinkUrl

      public GetWebAppLinkUrl(DataInput input) throws IOException
      Returns an HTTPS URL of a Web App to open after a link of the type internalLinkTypeWebApp is clicked.

      Returns HttpUrl

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object