Class TdApi.GetMessageLinkInfo

Enclosing class:
TdApi

public static class TdApi.GetMessageLinkInfo extends TdApi.Function<TdApi.MessageLinkInfo>
Returns information about a public or private message link. Can be called for any internal link of the type internalLinkTypeMessage.

Returns MessageLinkInfo

  • Field Details

    • url

      public String url
      The message link.
    • CONSTRUCTOR

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

    • GetMessageLinkInfo

      public GetMessageLinkInfo()
      Default constructor for a function, which returns information about a public or private message link. Can be called for any internal link of the type internalLinkTypeMessage.

      Returns MessageLinkInfo

    • GetMessageLinkInfo

      public GetMessageLinkInfo(String url)
      Creates a function, which returns information about a public or private message link. Can be called for any internal link of the type internalLinkTypeMessage.

      Returns MessageLinkInfo

      Parameters:
      url - The message link.
  • Method Details