Class TdApi.InputStoryAreaTypeLink

Enclosing class:
TdApi

public static class TdApi.InputStoryAreaTypeLink extends TdApi.InputStoryAreaType
An area pointing to a HTTP or tg:// link.
  • Field Details

    • url

      public String url
      HTTP or tg:// URL to be opened when the area is clicked.
    • CONSTRUCTOR

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

    • InputStoryAreaTypeLink

      public InputStoryAreaTypeLink()
      An area pointing to a HTTP or tg:// link.
    • InputStoryAreaTypeLink

      public InputStoryAreaTypeLink(String url)
      An area pointing to a HTTP or tg:// link.
      Parameters:
      url - HTTP or tg:// URL to be opened when the area is clicked.
  • Method Details