Module tdlight.api

Class TdApi.GetMessageLinkInfo

Enclosing class:
TdApi

public static final 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

  • 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
      Returns information about a public or private message link. Can be called for any internal link of the type internalLinkTypeMessage. Returns MessageLinkInfo
      Throws:
      IOException
  • Method Details