Module tdlight.api

Class TdApi.InternalLinkTypePublicChat

Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypePublicChat extends TdApi.InternalLinkType
The link is a link to a chat by its username. Call searchPublicChat with the given chat username to process the link.
  • Field Details

    • chatUsername

      public String chatUsername
      Username of the chat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InternalLinkTypePublicChat

      public InternalLinkTypePublicChat()
      The link is a link to a chat by its username. Call searchPublicChat with the given chat username to process the link.
    • InternalLinkTypePublicChat

      public InternalLinkTypePublicChat(String chatUsername)
      The link is a link to a chat by its username. Call searchPublicChat with the given chat username to process the link.
      Parameters:
      chatUsername - String Username of the chat.
    • InternalLinkTypePublicChat

      public InternalLinkTypePublicChat(DataInput input) throws IOException
      The link is a link to a chat by its username. Call searchPublicChat with the given chat username to process the link.
      Throws:
      IOException
  • Method Details