Class TdApi.GetMessageLinkInfo

Enclosing class:
TdApi

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

Returns MessageLinkInfo

  • Field Details

  • Constructor Details

    • GetMessageLinkInfo

      public GetMessageLinkInfo()
      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)
      Returns information about a public or private message link. Can be called for any internal link of the type internalLinkTypeMessage.

      Returns MessageLinkInfo

      Parameters:
      url - String The message link.
    • GetMessageLinkInfo

      public GetMessageLinkInfo​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details