Module tdlight.api

Class TdApi.TargetChatInternalLink

Enclosing class:
TdApi

public static final class TdApi.TargetChatInternalLink extends TdApi.TargetChat
The chat needs to be open with the provided internal link.
  • Field Details

  • Constructor Details

    • TargetChatInternalLink

      public TargetChatInternalLink()
      The chat needs to be open with the provided internal link.
    • TargetChatInternalLink

      public TargetChatInternalLink(TdApi.InternalLinkType link)
      The chat needs to be open with the provided internal link.
      Parameters:
      link - InternalLinkType An internal link pointing to the chat.
    • TargetChatInternalLink

      public TargetChatInternalLink(DataInput input) throws IOException
      The chat needs to be open with the provided internal link.
      Throws:
      IOException
  • Method Details