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 Detail

      • url

        public String url
        The message link.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.