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 Details

    • domainName

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

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • MessageWebsiteConnected

      public MessageWebsiteConnected()
      The current user has connected a website by logging in using Telegram Login Widget on it.
    • MessageWebsiteConnected

      public MessageWebsiteConnected​(String domainName)
      The current user has connected a website by logging in using Telegram Login Widget on it.
      Parameters:
      domainName - String Domain name of the connected website.
    • MessageWebsiteConnected

      public MessageWebsiteConnected​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details