Class TdApi.ConnectedWebsites

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ConnectedWebsites
Enclosing class:
TdApi

public static class TdApi.ConnectedWebsites extends TdApi.Object
Contains a list of websites the current user is logged in with Telegram.
  • Field Details

    • websites

      public TdApi.ConnectedWebsite[] websites
      List of connected websites.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ConnectedWebsites

      public ConnectedWebsites()
      Contains a list of websites the current user is logged in with Telegram.
    • ConnectedWebsites

      public ConnectedWebsites(TdApi.ConnectedWebsite[] websites)
      Contains a list of websites the current user is logged in with Telegram.
      Parameters:
      websites - List of connected websites.
  • 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