Module tdlight.api

Class TdApi.GetForumTopicLink

Enclosing class:
TdApi

public static final class TdApi.GetForumTopicLink extends TdApi.Function<TdApi.MessageLink>
Returns an HTTPS link to a topic in a forum chat. This is an offline request. Returns MessageLink
  • Field Details

    • chatId

      public long chatId
      Identifier of the chat.
    • messageThreadId

      public long messageThreadId
      Message thread identifier of the forum topic.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetForumTopicLink

      public GetForumTopicLink()
      Returns an HTTPS link to a topic in a forum chat. This is an offline request. Returns MessageLink
    • GetForumTopicLink

      public GetForumTopicLink(long chatId, long messageThreadId)
      Returns an HTTPS link to a topic in a forum chat. This is an offline request. Returns MessageLink
      Parameters:
      chatId - long Identifier of the chat.
      messageThreadId - long Message thread identifier of the forum topic.
    • GetForumTopicLink

      public GetForumTopicLink(DataInput input) throws IOException
      Returns an HTTPS link to a topic in a forum chat. This is an offline request. Returns MessageLink
      Throws:
      IOException
  • Method Details