Class TdApi.MessageWebsiteConnected

  • Enclosing class:
    TdApi

    public static class TdApi.MessageWebsiteConnected
    extends TdApi.MessageContent
    The current user has connected a website by logging in using Telegram Login Widget on it.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String domainName
      Domain name of the connected website.
    • Field Detail

      • domainName

        public java.lang.String domainName
        Domain name of the connected website.
      • CONSTRUCTOR

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

      • MessageWebsiteConnected

        public MessageWebsiteConnected()
        Default constructor.
      • MessageWebsiteConnected

        public MessageWebsiteConnected​(java.lang.String domainName)
        Constructor for initialization of all fields.
        Parameters:
        domainName - Domain name of the connected website.