Class TdApi.BotWriteAccessAllowReasonConnectedWebsite

Enclosing class:
TdApi

public static class TdApi.BotWriteAccessAllowReasonConnectedWebsite extends TdApi.BotWriteAccessAllowReason
The user 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • BotWriteAccessAllowReasonConnectedWebsite

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

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

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR