Class TdApi.InternalLinkTypePublicChat

  • Enclosing class:
    TdApi

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

      • chatUsername

        public String chatUsername
        Username of the chat.
      • CONSTRUCTOR

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

      • 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 - Username of the chat.