diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4c1ce1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +# ----------- +# Java ignore + +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + + +# ------------- +# Gradle ignore + + +.gradle +/build/ + +# Ignore Gradle GUI config +gradle-app.setting + +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) +!gradle-wrapper.jar + +# Cache of project +.gradletasknamecache + +# ----------- +# Idea ignore + + +# Ignore Idea Projects directory +.idea diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf39303 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +LICENSE +======= + JTDLib, an wrapper of Tdlib for interaction with TDLib. + + Copyright (C) 2018 Ernesto Castellotti + + Ernesto Castellotti is the copyright holder of this software, for + any need, do not hesitate to contact him. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program in the file called "LICENSE". If not, contact the copyright holder. + +LIBRARIES/EXTERNAL CODE +======================= +Telegram Tdlib-TD Copyright owner and contributors: + - Aliaksei Levin + - Arseny Smirnov + - hekkup + - Vladislav Yashin + - cosmonawt + - Aziz Kasymov + - Felix Krause + - Mark + +TDLib is licensed under the terms of the Boost Software License \ No newline at end of file diff --git a/build.gradle b/build.gradle index 54d0d0b..a526f5b 100644 --- a/build.gradle +++ b/build.gradle @@ -9,17 +9,11 @@ plugins { // Apply the java-library plugin to add support for Java Library id 'java-library' - id 'de.fuerstenau.buildconfig' version '1.1.8' } sourceCompatibility=10 targetCompatibility=10 -buildConfig { - buildConfigField 'int', 'API_ID', '94575' - buildConfigField 'String', 'API_HASH', 'a3406de8d171bb422bb6ddf3bbd800e2' -} - dependencies { } @@ -29,12 +23,3 @@ repositories { // You can declare any Maven/Ivy/file repository here. jcenter() } - -task fatJar(type: Jar) { - baseName = project.name - from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } } - with jar - manifest { - attributes 'Main-Class': 'Main' - } -} diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index c9c83e4..634a614 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes @@ -21,14 +21,23 @@

All Classes

    +
  • Arch
  • AuthorizationHandler
  • BotClient
  • +
  • CantLoadLibrary
  • Client
  • ClientActor
  • +
  • CloseCallback
  • ConstructorDetector
  • EasyClient
  • +
  • ErrorCallback
  • FatalErrorCallbackPtr
  • +
  • Init
  • +
  • LoadLibrary
  • Log
  • +
  • MissingTdlibLibrary
  • +
  • Os
  • +
  • ReceiveCallback
  • Request
  • Response
  • TdApi
  • diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index ef591e7..8c14cd7 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes @@ -21,14 +21,23 @@

    All Classes

      +
    • Arch
    • AuthorizationHandler
    • BotClient
    • +
    • CantLoadLibrary
    • Client
    • ClientActor
    • +
    • CloseCallback
    • ConstructorDetector
    • EasyClient
    • +
    • ErrorCallback
    • FatalErrorCallbackPtr
    • +
    • Init
    • +
    • LoadLibrary
    • Log
    • +
    • MissingTdlibLibrary
    • +
    • Os
    • +
    • ReceiveCallback
    • Request
    • Response
    • TdApi
    • diff --git a/docs/constant-values.html b/docs/constant-values.html index 0aaa3fd..513a3e5 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html index ae3d70b..e99db56 100644 --- a/docs/deprecated-list.html +++ b/docs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List diff --git a/docs/element-list b/docs/element-list index 7439c82..9a14f25 100644 --- a/docs/element-list +++ b/docs/element-list @@ -1,2 +1,3 @@ it.ernytech.tdbot it.ernytech.tdlib +it.ernytech.tdlib.utils diff --git a/docs/help-doc.html b/docs/help-doc.html index 1f83c4e..e7cf027 100644 --- a/docs/help-doc.html +++ b/docs/help-doc.html @@ -2,7 +2,7 @@ - + API Help diff --git a/docs/index-all.html b/docs/index-all.html index 268b3c8..261e818 100644 --- a/docs/index-all.html +++ b/docs/index-all.html @@ -2,7 +2,7 @@ - + Index @@ -247,6 +247,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      True, if scrolling should be allowed.
      +
      amd64 - it.ernytech.tdlib.utils.Arch
      +
       
      amount - Variable in class it.ernytech.tdlib.TdApi.LabeledPricePart
      Currency amount in minimal quantity of the currency.
      @@ -387,6 +389,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Application version; must be non-empty.
      +
      Arch - Enum in it.ernytech.tdlib.utils
      +
      +
      Enumeration with all architectures recognized by this library.
      +
      asAlbum - Variable in class it.ernytech.tdlib.TdApi.ForwardMessages
      True, if the messages should be grouped into an album after forwarding.
      @@ -1001,6 +1007,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      True, if the chat can be made public.
      +
      CantLoadLibrary - Exception in it.ernytech.tdlib.utils
      +
      +
      An exception that is thrown when the LoadLibrary class fails to load the library.
      +
      caption - Variable in class it.ernytech.tdlib.TdApi.EditInlineMessageCaption
      New message content caption; 0-200 characters.
      @@ -2037,6 +2047,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Default constructor.
      +
      CloseCallback - Interface in it.ernytech.tdlib.utils
      +
      +
      Interface of callback for receive notification of closing Tdlib.
      +
      CloseChat() - Constructor for class it.ernytech.tdlib.TdApi.CloseChat
      Default constructor.
      @@ -6147,6 +6161,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Constructor for initialization of all fields.
      +
      ErrorCallback - Interface in it.ernytech.tdlib.utils
      +
      +
      Interface of callback for receive incoming error response.
      +
      errorCode - Variable in class it.ernytech.tdlib.TdApi.UpdateMessageSendFailed
      An error code.
      @@ -8461,6 +8479,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Constructor for initialization of all fields.
      +
      getOs() - Static method in class it.ernytech.tdlib.utils.LoadLibrary
      +
       
      GetPasswordState() - Constructor for class it.ernytech.tdlib.TdApi.GetPasswordState
      Default constructor.
      @@ -8847,6 +8867,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));

      I

      +
      i686 - it.ernytech.tdlib.utils.Arch
      +
       
      id - Variable in class it.ernytech.tdlib.TdApi.BasicGroup
      Group identifier.
      @@ -9123,6 +9145,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Initialize the ConstructorDetector, it is called from the Init class.
      +
      Init - Class in it.ernytech.tdlib.utils
      +
      +
      Init class to successfully initialize Tdlib
      +
      +
      Init() - Constructor for class it.ernytech.tdlib.utils.Init
      +
       
      InlineKeyboardButton() - Constructor for class it.ernytech.tdlib.TdApi.InlineKeyboardButton
      Default constructor.
      @@ -10095,6 +10123,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
       
      it.ernytech.tdlib - package it.ernytech.tdlib
       
      +
      it.ernytech.tdlib.utils - package it.ernytech.tdlib.utils
      +
       
      items - Variable in class it.ernytech.tdlib.TdApi.PageBlockList
      Texts.
      @@ -10365,6 +10395,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Default constructor.
      +
      linux - it.ernytech.tdlib.utils.Os
      +
       
      livePeriod - Variable in class it.ernytech.tdlib.TdApi.InputInlineQueryResultLocation
      Amount of time relative to the message sent time until the location can be updated, in seconds.
      @@ -10377,6 +10409,16 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Time relative to the message sent date until which the location can be updated, in seconds.
      +
      load(String) - Static method in class it.ernytech.tdlib.utils.LoadLibrary
      +
      +
      Load a library installed in the system (priority choice) or a library included in the jar.
      +
      +
      LoadLibrary - Class in it.ernytech.tdlib.utils
      +
      +
      The class to load the libraries needed to run Tdlib
      +
      +
      LoadLibrary() - Constructor for class it.ernytech.tdlib.utils.LoadLibrary
      +
       
      local - Variable in class it.ernytech.tdlib.TdApi.File
      Information about the local copy of the file.
      @@ -10461,6 +10503,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));

      M

      +
      mac - it.ernytech.tdlib.utils.Os
      +
       
      MaskPoint() - Constructor for class it.ernytech.tdlib.TdApi.MaskPoint
       
      MaskPointChin() - Constructor for class it.ernytech.tdlib.TdApi.MaskPointChin
      @@ -11093,6 +11137,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Minimum supported API layer; use 65.
      +
      MissingTdlibLibrary - Exception in it.ernytech.tdlib.utils
      +
      +
      An runtime exception that is thrown when the libraries needed for Tdlib have not been loaded.
      +
      +
      MissingTdlibLibrary() - Constructor for exception it.ernytech.tdlib.utils.MissingTdlibLibrary
      +
      +
      Creates a new MissingTdlibLibrary runtime exception.
      +
      mpeg4Duration - Variable in class it.ernytech.tdlib.TdApi.InputInlineQueryResultAnimatedMpeg4
      Duration of the video, in seconds.
      @@ -11505,6 +11557,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      This method is called when waiting for the telephone number.
      +
      onClosed() - Method in interface it.ernytech.tdlib.utils.CloseCallback
      +
      +
      This method is called when tdlib is closing
      +
      +
      onError(Response) - Method in interface it.ernytech.tdlib.utils.ErrorCallback
      +
      +
      This method is called when the library receives error responses
      +
      oneTime - Variable in class it.ernytech.tdlib.TdApi.ReplyMarkupShowKeyboard
      True, if the client needs to hide the keyboard after use.
      @@ -11529,6 +11589,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      If true, returns only messages with missed calls.
      +
      onResult(Response) - Method in interface it.ernytech.tdlib.utils.ReceiveCallback
      +
      +
      This method is called when the library receives update or request response.
      +
      OpenChat() - Constructor for class it.ernytech.tdlib.TdApi.OpenChat
      Default constructor.
      @@ -11643,6 +11707,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      The path to a file from which a new file is generated, may be empty.
      +
      Os - Enum in it.ernytech.tdlib.utils
      +
      +
      Enumeration with all operating systems recognized by this library.
      +
      otherUserIds - Variable in class it.ernytech.tdlib.TdApi.RegisterDevice
      List of at most 100 user identifiers of other users currently using the client.
      @@ -12457,6 +12525,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Receives incoming updates and request responses from TDLib.
      +
      ReceiveCallback - Interface in it.ernytech.tdlib.utils
      +
      +
      Interface of callback for receive incoming update or request response.
      +
      receivedBytes - Variable in class it.ernytech.tdlib.TdApi.NetworkStatisticsEntryCall
      Total number of bytes received.
      @@ -13899,6 +13971,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      An audio file name for notification sounds; only applies to iOS applications.
      +
      start() - Static method in class it.ernytech.tdlib.utils.Init
      +
      +
      Initialize Tdlib
      +
      startParameter - Variable in class it.ernytech.tdlib.TdApi.InputMessageInvoice
      Unique invoice bot startParameter for the generation of this invoice.
      @@ -18580,6 +18656,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Pattern of the email address to which a confirmation email was sent.
      +
      unknown - it.ernytech.tdlib.utils.Arch
      +
       
      +
      unknown - it.ernytech.tdlib.utils.Os
      +
       
      UnpinSupergroupMessage() - Constructor for class it.ernytech.tdlib.TdApi.UnpinSupergroupMessage
      Default constructor.
      @@ -19632,6 +19712,24 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      The new option value.
      +
      valueOf(String) - Static method in enum it.ernytech.tdlib.utils.Arch
      +
      +
      Returns the enum constant of this type with the specified name.
      +
      +
      valueOf(String) - Static method in enum it.ernytech.tdlib.utils.Os
      +
      +
      Returns the enum constant of this type with the specified name.
      +
      +
      values() - Static method in enum it.ernytech.tdlib.utils.Arch
      +
      +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
      values() - Static method in enum it.ernytech.tdlib.utils.Os
      +
      +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      venue - Variable in class it.ernytech.tdlib.TdApi.InlineQueryResultVenue
      Venue result.
      @@ -19902,6 +20000,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Video width; as defined by the sender.
      +
      win - it.ernytech.tdlib.utils.Os
      +
       
      diff --git a/docs/index.html b/docs/index.html index fe2ad58..7a99049 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled) diff --git a/docs/it/ernytech/tdbot/AuthorizationHandler.html b/docs/it/ernytech/tdbot/AuthorizationHandler.html index ed92b2b..9e34c29 100644 --- a/docs/it/ernytech/tdbot/AuthorizationHandler.html +++ b/docs/it/ernytech/tdbot/AuthorizationHandler.html @@ -2,7 +2,7 @@ - + AuthorizationHandler diff --git a/docs/it/ernytech/tdbot/BotClient.html b/docs/it/ernytech/tdbot/BotClient.html index a759522..6d617dc 100644 --- a/docs/it/ernytech/tdbot/BotClient.html +++ b/docs/it/ernytech/tdbot/BotClient.html @@ -2,7 +2,7 @@ - + BotClient diff --git a/docs/it/ernytech/tdbot/ConstructorDetector.html b/docs/it/ernytech/tdbot/ConstructorDetector.html index a9c2ac3..9554c23 100644 --- a/docs/it/ernytech/tdbot/ConstructorDetector.html +++ b/docs/it/ernytech/tdbot/ConstructorDetector.html @@ -2,7 +2,7 @@ - + ConstructorDetector diff --git a/docs/it/ernytech/tdbot/EasyClient.html b/docs/it/ernytech/tdbot/EasyClient.html index 03555c6..0ca9d15 100644 --- a/docs/it/ernytech/tdbot/EasyClient.html +++ b/docs/it/ernytech/tdbot/EasyClient.html @@ -2,7 +2,7 @@ - + EasyClient @@ -236,8 +236,8 @@ extends java.lang.Object protected void execute​(TdApi.Function function, - it.ernytech.tdlib.utils.ReceiveCallback receiveCallback, - it.ernytech.tdlib.utils.ErrorCallback errorCallback) + ReceiveCallback receiveCallback, + ErrorCallback errorCallback)
      Send a request to tdlib and send the response to the callbacks.
      @@ -251,21 +251,21 @@ extends java.lang.Object protected void -setCloseCallback​(it.ernytech.tdlib.utils.CloseCallback closeCallback) +setCloseCallback​(CloseCallback closeCallback)
      Set the default callback for Tdlib closing notification.
      protected void -setErrorCallback​(it.ernytech.tdlib.utils.ErrorCallback errorCallback) +setErrorCallback​(ErrorCallback errorCallback)
      Set the default callback for general error updates (no response to requests).
      protected void -setUpdateCallback​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback) +setUpdateCallback​(ReceiveCallback receiveCallback)
      Set the default callback for general updates (no response to requests).
      @@ -360,8 +360,8 @@ extends java.lang.Object
    • execute

      protected void execute​(TdApi.Function function,
      -                       it.ernytech.tdlib.utils.ReceiveCallback receiveCallback,
      -                       it.ernytech.tdlib.utils.ErrorCallback errorCallback)
      + ReceiveCallback receiveCallback, + ErrorCallback errorCallback)
      Send a request to tdlib and send the response to the callbacks.
      Parameters:
      @@ -393,7 +393,7 @@ extends java.lang.Object
      • setUpdateCallback

        -
        protected void setUpdateCallback​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback)
        +
        protected void setUpdateCallback​(ReceiveCallback receiveCallback)
        Set the default callback for general updates (no response to requests).
        Parameters:
        @@ -407,7 +407,7 @@ extends java.lang.Object
        • setErrorCallback

          -
          protected void setErrorCallback​(it.ernytech.tdlib.utils.ErrorCallback errorCallback)
          +
          protected void setErrorCallback​(ErrorCallback errorCallback)
          Set the default callback for general error updates (no response to requests).
          Parameters:
          @@ -421,7 +421,7 @@ extends java.lang.Object
          • setCloseCallback

            -
            protected void setCloseCallback​(it.ernytech.tdlib.utils.CloseCallback closeCallback)
            +
            protected void setCloseCallback​(CloseCallback closeCallback)
            Set the default callback for Tdlib closing notification.
            Parameters:
            diff --git a/docs/it/ernytech/tdbot/UserClient.html b/docs/it/ernytech/tdbot/UserClient.html index 5e54238..c7b3019 100644 --- a/docs/it/ernytech/tdbot/UserClient.html +++ b/docs/it/ernytech/tdbot/UserClient.html @@ -2,7 +2,7 @@ - + UserClient diff --git a/docs/it/ernytech/tdbot/package-frame.html b/docs/it/ernytech/tdbot/package-frame.html index 1e2e88c..1cd2a5a 100644 --- a/docs/it/ernytech/tdbot/package-frame.html +++ b/docs/it/ernytech/tdbot/package-frame.html @@ -2,7 +2,7 @@ - + it.ernytech.tdbot diff --git a/docs/it/ernytech/tdbot/package-summary.html b/docs/it/ernytech/tdbot/package-summary.html index 71d3344..8aaf0e1 100644 --- a/docs/it/ernytech/tdbot/package-summary.html +++ b/docs/it/ernytech/tdbot/package-summary.html @@ -2,7 +2,7 @@ - + it.ernytech.tdbot diff --git a/docs/it/ernytech/tdbot/package-tree.html b/docs/it/ernytech/tdbot/package-tree.html index 3c6d136..e9c3404 100644 --- a/docs/it/ernytech/tdbot/package-tree.html +++ b/docs/it/ernytech/tdbot/package-tree.html @@ -2,7 +2,7 @@ - + it.ernytech.tdbot Class Hierarchy diff --git a/docs/it/ernytech/tdlib/Client.html b/docs/it/ernytech/tdlib/Client.html index 8b890d1..b4261eb 100644 --- a/docs/it/ernytech/tdlib/Client.html +++ b/docs/it/ernytech/tdlib/Client.html @@ -2,7 +2,7 @@ - + Client diff --git a/docs/it/ernytech/tdlib/ClientActor.html b/docs/it/ernytech/tdlib/ClientActor.html index 8a25bb9..26295a9 100644 --- a/docs/it/ernytech/tdlib/ClientActor.html +++ b/docs/it/ernytech/tdlib/ClientActor.html @@ -2,7 +2,7 @@ - + ClientActor diff --git a/docs/it/ernytech/tdlib/FatalErrorCallbackPtr.html b/docs/it/ernytech/tdlib/FatalErrorCallbackPtr.html index b31af4b..bb69774 100644 --- a/docs/it/ernytech/tdlib/FatalErrorCallbackPtr.html +++ b/docs/it/ernytech/tdlib/FatalErrorCallbackPtr.html @@ -2,7 +2,7 @@ - + FatalErrorCallbackPtr diff --git a/docs/it/ernytech/tdlib/Log.html b/docs/it/ernytech/tdlib/Log.html index 516ce3c..dc319d2 100644 --- a/docs/it/ernytech/tdlib/Log.html +++ b/docs/it/ernytech/tdlib/Log.html @@ -2,7 +2,7 @@ - + Log diff --git a/docs/it/ernytech/tdlib/Request.html b/docs/it/ernytech/tdlib/Request.html index 7675446..b87356b 100644 --- a/docs/it/ernytech/tdlib/Request.html +++ b/docs/it/ernytech/tdlib/Request.html @@ -2,7 +2,7 @@ - + Request diff --git a/docs/it/ernytech/tdlib/Response.html b/docs/it/ernytech/tdlib/Response.html index dafa598..2ece93d 100644 --- a/docs/it/ernytech/tdlib/Response.html +++ b/docs/it/ernytech/tdlib/Response.html @@ -2,7 +2,7 @@ - + Response diff --git a/docs/it/ernytech/tdlib/TdApi.AcceptCall.html b/docs/it/ernytech/tdlib/TdApi.AcceptCall.html index e41617a..f8c5f39 100644 --- a/docs/it/ernytech/tdlib/TdApi.AcceptCall.html +++ b/docs/it/ernytech/tdlib/TdApi.AcceptCall.html @@ -2,7 +2,7 @@ - + TdApi.AcceptCall diff --git a/docs/it/ernytech/tdlib/TdApi.AccountTtl.html b/docs/it/ernytech/tdlib/TdApi.AccountTtl.html index 555d751..3e43b26 100644 --- a/docs/it/ernytech/tdlib/TdApi.AccountTtl.html +++ b/docs/it/ernytech/tdlib/TdApi.AccountTtl.html @@ -2,7 +2,7 @@ - + TdApi.AccountTtl diff --git a/docs/it/ernytech/tdlib/TdApi.AddChatMember.html b/docs/it/ernytech/tdlib/TdApi.AddChatMember.html index 7f5fae1..cf66f77 100644 --- a/docs/it/ernytech/tdlib/TdApi.AddChatMember.html +++ b/docs/it/ernytech/tdlib/TdApi.AddChatMember.html @@ -2,7 +2,7 @@ - + TdApi.AddChatMember diff --git a/docs/it/ernytech/tdlib/TdApi.AddChatMembers.html b/docs/it/ernytech/tdlib/TdApi.AddChatMembers.html index 3a2c9f2..6b550f5 100644 --- a/docs/it/ernytech/tdlib/TdApi.AddChatMembers.html +++ b/docs/it/ernytech/tdlib/TdApi.AddChatMembers.html @@ -2,7 +2,7 @@ - + TdApi.AddChatMembers diff --git a/docs/it/ernytech/tdlib/TdApi.AddFavoriteSticker.html b/docs/it/ernytech/tdlib/TdApi.AddFavoriteSticker.html index dfec083..15e05ed 100644 --- a/docs/it/ernytech/tdlib/TdApi.AddFavoriteSticker.html +++ b/docs/it/ernytech/tdlib/TdApi.AddFavoriteSticker.html @@ -2,7 +2,7 @@ - + TdApi.AddFavoriteSticker diff --git a/docs/it/ernytech/tdlib/TdApi.AddNetworkStatistics.html b/docs/it/ernytech/tdlib/TdApi.AddNetworkStatistics.html index 077b324..bdc7a7a 100644 --- a/docs/it/ernytech/tdlib/TdApi.AddNetworkStatistics.html +++ b/docs/it/ernytech/tdlib/TdApi.AddNetworkStatistics.html @@ -2,7 +2,7 @@ - + TdApi.AddNetworkStatistics diff --git a/docs/it/ernytech/tdlib/TdApi.AddRecentSticker.html b/docs/it/ernytech/tdlib/TdApi.AddRecentSticker.html index 14bbda0..c14d6f6 100644 --- a/docs/it/ernytech/tdlib/TdApi.AddRecentSticker.html +++ b/docs/it/ernytech/tdlib/TdApi.AddRecentSticker.html @@ -2,7 +2,7 @@ - + TdApi.AddRecentSticker diff --git a/docs/it/ernytech/tdlib/TdApi.AddRecentlyFoundChat.html b/docs/it/ernytech/tdlib/TdApi.AddRecentlyFoundChat.html index 7475f65..41e40cf 100644 --- a/docs/it/ernytech/tdlib/TdApi.AddRecentlyFoundChat.html +++ b/docs/it/ernytech/tdlib/TdApi.AddRecentlyFoundChat.html @@ -2,7 +2,7 @@ - + TdApi.AddRecentlyFoundChat diff --git a/docs/it/ernytech/tdlib/TdApi.AddSavedAnimation.html b/docs/it/ernytech/tdlib/TdApi.AddSavedAnimation.html index 82e605e..8b58ea1 100644 --- a/docs/it/ernytech/tdlib/TdApi.AddSavedAnimation.html +++ b/docs/it/ernytech/tdlib/TdApi.AddSavedAnimation.html @@ -2,7 +2,7 @@ - + TdApi.AddSavedAnimation diff --git a/docs/it/ernytech/tdlib/TdApi.AddStickerToSet.html b/docs/it/ernytech/tdlib/TdApi.AddStickerToSet.html index 464f390..821894a 100644 --- a/docs/it/ernytech/tdlib/TdApi.AddStickerToSet.html +++ b/docs/it/ernytech/tdlib/TdApi.AddStickerToSet.html @@ -2,7 +2,7 @@ - + TdApi.AddStickerToSet diff --git a/docs/it/ernytech/tdlib/TdApi.Animation.html b/docs/it/ernytech/tdlib/TdApi.Animation.html index 2a619f5..01cb3b6 100644 --- a/docs/it/ernytech/tdlib/TdApi.Animation.html +++ b/docs/it/ernytech/tdlib/TdApi.Animation.html @@ -2,7 +2,7 @@ - + TdApi.Animation diff --git a/docs/it/ernytech/tdlib/TdApi.Animations.html b/docs/it/ernytech/tdlib/TdApi.Animations.html index 1e959db..9d87cd5 100644 --- a/docs/it/ernytech/tdlib/TdApi.Animations.html +++ b/docs/it/ernytech/tdlib/TdApi.Animations.html @@ -2,7 +2,7 @@ - + TdApi.Animations diff --git a/docs/it/ernytech/tdlib/TdApi.AnswerCallbackQuery.html b/docs/it/ernytech/tdlib/TdApi.AnswerCallbackQuery.html index 4d8e5fb..0f34a1b 100644 --- a/docs/it/ernytech/tdlib/TdApi.AnswerCallbackQuery.html +++ b/docs/it/ernytech/tdlib/TdApi.AnswerCallbackQuery.html @@ -2,7 +2,7 @@ - + TdApi.AnswerCallbackQuery diff --git a/docs/it/ernytech/tdlib/TdApi.AnswerCustomQuery.html b/docs/it/ernytech/tdlib/TdApi.AnswerCustomQuery.html index da786be..554d0ed 100644 --- a/docs/it/ernytech/tdlib/TdApi.AnswerCustomQuery.html +++ b/docs/it/ernytech/tdlib/TdApi.AnswerCustomQuery.html @@ -2,7 +2,7 @@ - + TdApi.AnswerCustomQuery diff --git a/docs/it/ernytech/tdlib/TdApi.AnswerInlineQuery.html b/docs/it/ernytech/tdlib/TdApi.AnswerInlineQuery.html index 1fe42f6..21dfc63 100644 --- a/docs/it/ernytech/tdlib/TdApi.AnswerInlineQuery.html +++ b/docs/it/ernytech/tdlib/TdApi.AnswerInlineQuery.html @@ -2,7 +2,7 @@ - + TdApi.AnswerInlineQuery diff --git a/docs/it/ernytech/tdlib/TdApi.AnswerPreCheckoutQuery.html b/docs/it/ernytech/tdlib/TdApi.AnswerPreCheckoutQuery.html index c1a2c21..26f56d4 100644 --- a/docs/it/ernytech/tdlib/TdApi.AnswerPreCheckoutQuery.html +++ b/docs/it/ernytech/tdlib/TdApi.AnswerPreCheckoutQuery.html @@ -2,7 +2,7 @@ - + TdApi.AnswerPreCheckoutQuery diff --git a/docs/it/ernytech/tdlib/TdApi.AnswerShippingQuery.html b/docs/it/ernytech/tdlib/TdApi.AnswerShippingQuery.html index c103257..f876d77 100644 --- a/docs/it/ernytech/tdlib/TdApi.AnswerShippingQuery.html +++ b/docs/it/ernytech/tdlib/TdApi.AnswerShippingQuery.html @@ -2,7 +2,7 @@ - + TdApi.AnswerShippingQuery diff --git a/docs/it/ernytech/tdlib/TdApi.Audio.html b/docs/it/ernytech/tdlib/TdApi.Audio.html index 366af2e..a950a51 100644 --- a/docs/it/ernytech/tdlib/TdApi.Audio.html +++ b/docs/it/ernytech/tdlib/TdApi.Audio.html @@ -2,7 +2,7 @@ - + TdApi.Audio diff --git a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeInfo.html b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeInfo.html index 1830b66..42c80d4 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeInfo.html @@ -2,7 +2,7 @@ - + TdApi.AuthenticationCodeInfo diff --git a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeType.html b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeType.html index 6c670ad..7c9fc11 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeType.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeType.html @@ -2,7 +2,7 @@ - + TdApi.AuthenticationCodeType diff --git a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeCall.html b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeCall.html index 8f3b14e..50cc2c8 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeCall.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeCall.html @@ -2,7 +2,7 @@ - + TdApi.AuthenticationCodeTypeCall diff --git a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeFlashCall.html b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeFlashCall.html index a2e0a71..da45d43 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeFlashCall.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeFlashCall.html @@ -2,7 +2,7 @@ - + TdApi.AuthenticationCodeTypeFlashCall diff --git a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeSms.html b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeSms.html index 7319e6b..80dfc7f 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeSms.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeSms.html @@ -2,7 +2,7 @@ - + TdApi.AuthenticationCodeTypeSms diff --git a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeTelegramMessage.html b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeTelegramMessage.html index 27ea462..7c9b8c0 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeTelegramMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthenticationCodeTypeTelegramMessage.html @@ -2,7 +2,7 @@ - + TdApi.AuthenticationCodeTypeTelegramMessage diff --git a/docs/it/ernytech/tdlib/TdApi.AuthorizationState.html b/docs/it/ernytech/tdlib/TdApi.AuthorizationState.html index c578e34..955b964 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthorizationState.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthorizationState.html @@ -2,7 +2,7 @@ - + TdApi.AuthorizationState diff --git a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateClosed.html b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateClosed.html index 8e51626..c3cc4dc 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateClosed.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateClosed.html @@ -2,7 +2,7 @@ - + TdApi.AuthorizationStateClosed diff --git a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateClosing.html b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateClosing.html index cb5ec4f..2e0d489 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateClosing.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateClosing.html @@ -2,7 +2,7 @@ - + TdApi.AuthorizationStateClosing diff --git a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateLoggingOut.html b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateLoggingOut.html index 511c91b..9fcf391 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateLoggingOut.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateLoggingOut.html @@ -2,7 +2,7 @@ - + TdApi.AuthorizationStateLoggingOut diff --git a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateReady.html b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateReady.html index 4ce8e40..3339217 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateReady.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateReady.html @@ -2,7 +2,7 @@ - + TdApi.AuthorizationStateReady diff --git a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitCode.html b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitCode.html index c8f0746..80d16dc 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitCode.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitCode.html @@ -2,7 +2,7 @@ - + TdApi.AuthorizationStateWaitCode diff --git a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitEncryptionKey.html b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitEncryptionKey.html index 20e56bb..c710a32 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitEncryptionKey.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitEncryptionKey.html @@ -2,7 +2,7 @@ - + TdApi.AuthorizationStateWaitEncryptionKey diff --git a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitPassword.html b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitPassword.html index 3f3eed1..d002f9c 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitPassword.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitPassword.html @@ -2,7 +2,7 @@ - + TdApi.AuthorizationStateWaitPassword diff --git a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitPhoneNumber.html b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitPhoneNumber.html index a1a2bab..f80bfb0 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitPhoneNumber.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitPhoneNumber.html @@ -2,7 +2,7 @@ - + TdApi.AuthorizationStateWaitPhoneNumber diff --git a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitTdlibParameters.html b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitTdlibParameters.html index f091da0..b582075 100644 --- a/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitTdlibParameters.html +++ b/docs/it/ernytech/tdlib/TdApi.AuthorizationStateWaitTdlibParameters.html @@ -2,7 +2,7 @@ - + TdApi.AuthorizationStateWaitTdlibParameters diff --git a/docs/it/ernytech/tdlib/TdApi.BasicGroup.html b/docs/it/ernytech/tdlib/TdApi.BasicGroup.html index 1abd940..3cbc94f 100644 --- a/docs/it/ernytech/tdlib/TdApi.BasicGroup.html +++ b/docs/it/ernytech/tdlib/TdApi.BasicGroup.html @@ -2,7 +2,7 @@ - + TdApi.BasicGroup diff --git a/docs/it/ernytech/tdlib/TdApi.BasicGroupFullInfo.html b/docs/it/ernytech/tdlib/TdApi.BasicGroupFullInfo.html index 3ddeeca..571c919 100644 --- a/docs/it/ernytech/tdlib/TdApi.BasicGroupFullInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.BasicGroupFullInfo.html @@ -2,7 +2,7 @@ - + TdApi.BasicGroupFullInfo diff --git a/docs/it/ernytech/tdlib/TdApi.BlockUser.html b/docs/it/ernytech/tdlib/TdApi.BlockUser.html index 3195f34..d45fd32 100644 --- a/docs/it/ernytech/tdlib/TdApi.BlockUser.html +++ b/docs/it/ernytech/tdlib/TdApi.BlockUser.html @@ -2,7 +2,7 @@ - + TdApi.BlockUser diff --git a/docs/it/ernytech/tdlib/TdApi.BotCommand.html b/docs/it/ernytech/tdlib/TdApi.BotCommand.html index bd4c945..d23ad64 100644 --- a/docs/it/ernytech/tdlib/TdApi.BotCommand.html +++ b/docs/it/ernytech/tdlib/TdApi.BotCommand.html @@ -2,7 +2,7 @@ - + TdApi.BotCommand diff --git a/docs/it/ernytech/tdlib/TdApi.BotInfo.html b/docs/it/ernytech/tdlib/TdApi.BotInfo.html index 2f54615..8542f75 100644 --- a/docs/it/ernytech/tdlib/TdApi.BotInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.BotInfo.html @@ -2,7 +2,7 @@ - + TdApi.BotInfo diff --git a/docs/it/ernytech/tdlib/TdApi.Call.html b/docs/it/ernytech/tdlib/TdApi.Call.html index b37e146..bb8613c 100644 --- a/docs/it/ernytech/tdlib/TdApi.Call.html +++ b/docs/it/ernytech/tdlib/TdApi.Call.html @@ -2,7 +2,7 @@ - + TdApi.Call diff --git a/docs/it/ernytech/tdlib/TdApi.CallConnection.html b/docs/it/ernytech/tdlib/TdApi.CallConnection.html index 825f72a..9e33e92 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallConnection.html +++ b/docs/it/ernytech/tdlib/TdApi.CallConnection.html @@ -2,7 +2,7 @@ - + TdApi.CallConnection diff --git a/docs/it/ernytech/tdlib/TdApi.CallDiscardReason.html b/docs/it/ernytech/tdlib/TdApi.CallDiscardReason.html index 31a30d9..c477de2 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallDiscardReason.html +++ b/docs/it/ernytech/tdlib/TdApi.CallDiscardReason.html @@ -2,7 +2,7 @@ - + TdApi.CallDiscardReason diff --git a/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonDeclined.html b/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonDeclined.html index ad3c04b..e1df817 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonDeclined.html +++ b/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonDeclined.html @@ -2,7 +2,7 @@ - + TdApi.CallDiscardReasonDeclined diff --git a/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonDisconnected.html b/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonDisconnected.html index ac5226a..0de97fb 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonDisconnected.html +++ b/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonDisconnected.html @@ -2,7 +2,7 @@ - + TdApi.CallDiscardReasonDisconnected diff --git a/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonEmpty.html b/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonEmpty.html index 3cfc484..1e55bbe 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonEmpty.html +++ b/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonEmpty.html @@ -2,7 +2,7 @@ - + TdApi.CallDiscardReasonEmpty diff --git a/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonHungUp.html b/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonHungUp.html index 09ec997..a5ec3ce 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonHungUp.html +++ b/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonHungUp.html @@ -2,7 +2,7 @@ - + TdApi.CallDiscardReasonHungUp diff --git a/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonMissed.html b/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonMissed.html index fd19e28..e8ece25 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonMissed.html +++ b/docs/it/ernytech/tdlib/TdApi.CallDiscardReasonMissed.html @@ -2,7 +2,7 @@ - + TdApi.CallDiscardReasonMissed diff --git a/docs/it/ernytech/tdlib/TdApi.CallId.html b/docs/it/ernytech/tdlib/TdApi.CallId.html index 76e388e..6dcf6cb 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallId.html +++ b/docs/it/ernytech/tdlib/TdApi.CallId.html @@ -2,7 +2,7 @@ - + TdApi.CallId diff --git a/docs/it/ernytech/tdlib/TdApi.CallProtocol.html b/docs/it/ernytech/tdlib/TdApi.CallProtocol.html index a956d57..120a8ee 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallProtocol.html +++ b/docs/it/ernytech/tdlib/TdApi.CallProtocol.html @@ -2,7 +2,7 @@ - + TdApi.CallProtocol diff --git a/docs/it/ernytech/tdlib/TdApi.CallState.html b/docs/it/ernytech/tdlib/TdApi.CallState.html index b191510..e8b42c9 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallState.html +++ b/docs/it/ernytech/tdlib/TdApi.CallState.html @@ -2,7 +2,7 @@ - + TdApi.CallState diff --git a/docs/it/ernytech/tdlib/TdApi.CallStateDiscarded.html b/docs/it/ernytech/tdlib/TdApi.CallStateDiscarded.html index c4941c0..7987631 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallStateDiscarded.html +++ b/docs/it/ernytech/tdlib/TdApi.CallStateDiscarded.html @@ -2,7 +2,7 @@ - + TdApi.CallStateDiscarded diff --git a/docs/it/ernytech/tdlib/TdApi.CallStateError.html b/docs/it/ernytech/tdlib/TdApi.CallStateError.html index 20c9c16..ee44842 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallStateError.html +++ b/docs/it/ernytech/tdlib/TdApi.CallStateError.html @@ -2,7 +2,7 @@ - + TdApi.CallStateError diff --git a/docs/it/ernytech/tdlib/TdApi.CallStateExchangingKeys.html b/docs/it/ernytech/tdlib/TdApi.CallStateExchangingKeys.html index 3463167..3810293 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallStateExchangingKeys.html +++ b/docs/it/ernytech/tdlib/TdApi.CallStateExchangingKeys.html @@ -2,7 +2,7 @@ - + TdApi.CallStateExchangingKeys diff --git a/docs/it/ernytech/tdlib/TdApi.CallStateHangingUp.html b/docs/it/ernytech/tdlib/TdApi.CallStateHangingUp.html index a2c653e..133f7e7 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallStateHangingUp.html +++ b/docs/it/ernytech/tdlib/TdApi.CallStateHangingUp.html @@ -2,7 +2,7 @@ - + TdApi.CallStateHangingUp diff --git a/docs/it/ernytech/tdlib/TdApi.CallStatePending.html b/docs/it/ernytech/tdlib/TdApi.CallStatePending.html index 64ec23c..53aefa6 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallStatePending.html +++ b/docs/it/ernytech/tdlib/TdApi.CallStatePending.html @@ -2,7 +2,7 @@ - + TdApi.CallStatePending diff --git a/docs/it/ernytech/tdlib/TdApi.CallStateReady.html b/docs/it/ernytech/tdlib/TdApi.CallStateReady.html index 75c2d2a..8aa16c4 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallStateReady.html +++ b/docs/it/ernytech/tdlib/TdApi.CallStateReady.html @@ -2,7 +2,7 @@ - + TdApi.CallStateReady diff --git a/docs/it/ernytech/tdlib/TdApi.CallbackQueryAnswer.html b/docs/it/ernytech/tdlib/TdApi.CallbackQueryAnswer.html index 68014b6..f917695 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallbackQueryAnswer.html +++ b/docs/it/ernytech/tdlib/TdApi.CallbackQueryAnswer.html @@ -2,7 +2,7 @@ - + TdApi.CallbackQueryAnswer diff --git a/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayload.html b/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayload.html index 274c43c..7894e8e 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayload.html +++ b/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayload.html @@ -2,7 +2,7 @@ - + TdApi.CallbackQueryPayload diff --git a/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayloadData.html b/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayloadData.html index 74499c6..0878b2a 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayloadData.html +++ b/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayloadData.html @@ -2,7 +2,7 @@ - + TdApi.CallbackQueryPayloadData diff --git a/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayloadGame.html b/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayloadGame.html index 5440e4b..93480f8 100644 --- a/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayloadGame.html +++ b/docs/it/ernytech/tdlib/TdApi.CallbackQueryPayloadGame.html @@ -2,7 +2,7 @@ - + TdApi.CallbackQueryPayloadGame diff --git a/docs/it/ernytech/tdlib/TdApi.CancelDownloadFile.html b/docs/it/ernytech/tdlib/TdApi.CancelDownloadFile.html index c73c8cf..d7eb175 100644 --- a/docs/it/ernytech/tdlib/TdApi.CancelDownloadFile.html +++ b/docs/it/ernytech/tdlib/TdApi.CancelDownloadFile.html @@ -2,7 +2,7 @@ - + TdApi.CancelDownloadFile diff --git a/docs/it/ernytech/tdlib/TdApi.CancelUploadFile.html b/docs/it/ernytech/tdlib/TdApi.CancelUploadFile.html index e8c393b..6a050e5 100644 --- a/docs/it/ernytech/tdlib/TdApi.CancelUploadFile.html +++ b/docs/it/ernytech/tdlib/TdApi.CancelUploadFile.html @@ -2,7 +2,7 @@ - + TdApi.CancelUploadFile diff --git a/docs/it/ernytech/tdlib/TdApi.ChangeChatReportSpamState.html b/docs/it/ernytech/tdlib/TdApi.ChangeChatReportSpamState.html index 8fedd1b..f88b52f 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChangeChatReportSpamState.html +++ b/docs/it/ernytech/tdlib/TdApi.ChangeChatReportSpamState.html @@ -2,7 +2,7 @@ - + TdApi.ChangeChatReportSpamState diff --git a/docs/it/ernytech/tdlib/TdApi.ChangeImportedContacts.html b/docs/it/ernytech/tdlib/TdApi.ChangeImportedContacts.html index 8ce0533..5235d6e 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChangeImportedContacts.html +++ b/docs/it/ernytech/tdlib/TdApi.ChangeImportedContacts.html @@ -2,7 +2,7 @@ - + TdApi.ChangeImportedContacts diff --git a/docs/it/ernytech/tdlib/TdApi.ChangePhoneNumber.html b/docs/it/ernytech/tdlib/TdApi.ChangePhoneNumber.html index 34cc4bb..68863fe 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChangePhoneNumber.html +++ b/docs/it/ernytech/tdlib/TdApi.ChangePhoneNumber.html @@ -2,7 +2,7 @@ - + TdApi.ChangePhoneNumber diff --git a/docs/it/ernytech/tdlib/TdApi.ChangeStickerSet.html b/docs/it/ernytech/tdlib/TdApi.ChangeStickerSet.html index a7cfb2e..bd8cc99 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChangeStickerSet.html +++ b/docs/it/ernytech/tdlib/TdApi.ChangeStickerSet.html @@ -2,7 +2,7 @@ - + TdApi.ChangeStickerSet diff --git a/docs/it/ernytech/tdlib/TdApi.Chat.html b/docs/it/ernytech/tdlib/TdApi.Chat.html index 665076c..cdff469 100644 --- a/docs/it/ernytech/tdlib/TdApi.Chat.html +++ b/docs/it/ernytech/tdlib/TdApi.Chat.html @@ -2,7 +2,7 @@ - + TdApi.Chat diff --git a/docs/it/ernytech/tdlib/TdApi.ChatAction.html b/docs/it/ernytech/tdlib/TdApi.ChatAction.html index 705d8db..6aa50de 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatAction.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatAction.html @@ -2,7 +2,7 @@ - + TdApi.ChatAction diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionCancel.html b/docs/it/ernytech/tdlib/TdApi.ChatActionCancel.html index c1cdfb9..6b0d722 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionCancel.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionCancel.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionCancel diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionChoosingContact.html b/docs/it/ernytech/tdlib/TdApi.ChatActionChoosingContact.html index d7395bf..f920d6c 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionChoosingContact.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionChoosingContact.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionChoosingContact diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionChoosingLocation.html b/docs/it/ernytech/tdlib/TdApi.ChatActionChoosingLocation.html index a3a2fc4..72a6c7e 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionChoosingLocation.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionChoosingLocation.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionChoosingLocation diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVideo.html b/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVideo.html index d0c30a2..678fbea 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVideo.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVideo.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionRecordingVideo diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVideoNote.html b/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVideoNote.html index 04352a9..7196946 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVideoNote.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVideoNote.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionRecordingVideoNote diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVoiceNote.html b/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVoiceNote.html index a0d994e..e5dd24d 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVoiceNote.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionRecordingVoiceNote.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionRecordingVoiceNote diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionStartPlayingGame.html b/docs/it/ernytech/tdlib/TdApi.ChatActionStartPlayingGame.html index a516ef3..a1e2bc5 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionStartPlayingGame.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionStartPlayingGame.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionStartPlayingGame diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionTyping.html b/docs/it/ernytech/tdlib/TdApi.ChatActionTyping.html index 1183630..d30af6c 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionTyping.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionTyping.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionTyping diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingDocument.html b/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingDocument.html index 6b7d607..d361368 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingDocument.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingDocument.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionUploadingDocument diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingPhoto.html b/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingPhoto.html index 023c565..3428e68 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingPhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingPhoto.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionUploadingPhoto diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVideo.html b/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVideo.html index 5d6016e..ca51e33 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVideo.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVideo.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionUploadingVideo diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVideoNote.html b/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVideoNote.html index 5a71630..b7d6afb 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVideoNote.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVideoNote.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionUploadingVideoNote diff --git a/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVoiceNote.html b/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVoiceNote.html index 33b4217..3d57ee7 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVoiceNote.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatActionUploadingVoiceNote.html @@ -2,7 +2,7 @@ - + TdApi.ChatActionUploadingVoiceNote diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEvent.html b/docs/it/ernytech/tdlib/TdApi.ChatEvent.html index 48fd914..90314f7 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEvent.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEvent.html @@ -2,7 +2,7 @@ - + TdApi.ChatEvent diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventAction.html b/docs/it/ernytech/tdlib/TdApi.ChatEventAction.html index a95db23..cb687c0 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventAction.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventAction.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventAction diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventDescriptionChanged.html b/docs/it/ernytech/tdlib/TdApi.ChatEventDescriptionChanged.html index e059523..c02c5d4 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventDescriptionChanged.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventDescriptionChanged.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventDescriptionChanged diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventInvitesToggled.html b/docs/it/ernytech/tdlib/TdApi.ChatEventInvitesToggled.html index 09a5ba1..e4f5e5d 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventInvitesToggled.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventInvitesToggled.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventInvitesToggled diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventIsAllHistoryAvailableToggled.html b/docs/it/ernytech/tdlib/TdApi.ChatEventIsAllHistoryAvailableToggled.html index fae50fb..50dbb52 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventIsAllHistoryAvailableToggled.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventIsAllHistoryAvailableToggled.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventIsAllHistoryAvailableToggled diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventLogFilters.html b/docs/it/ernytech/tdlib/TdApi.ChatEventLogFilters.html index 9cc8315..551a32f 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventLogFilters.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventLogFilters.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventLogFilters diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventMemberInvited.html b/docs/it/ernytech/tdlib/TdApi.ChatEventMemberInvited.html index 8257b3f..7c591f9 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventMemberInvited.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventMemberInvited.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventMemberInvited diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventMemberJoined.html b/docs/it/ernytech/tdlib/TdApi.ChatEventMemberJoined.html index 26ed3f1..06b6437 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventMemberJoined.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventMemberJoined.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventMemberJoined diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventMemberLeft.html b/docs/it/ernytech/tdlib/TdApi.ChatEventMemberLeft.html index e3b372c..133feb6 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventMemberLeft.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventMemberLeft.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventMemberLeft diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventMemberPromoted.html b/docs/it/ernytech/tdlib/TdApi.ChatEventMemberPromoted.html index c5a53dd..a02a037 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventMemberPromoted.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventMemberPromoted.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventMemberPromoted diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventMemberRestricted.html b/docs/it/ernytech/tdlib/TdApi.ChatEventMemberRestricted.html index e6c4561..e7d65d6 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventMemberRestricted.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventMemberRestricted.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventMemberRestricted diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventMessageDeleted.html b/docs/it/ernytech/tdlib/TdApi.ChatEventMessageDeleted.html index 817b439..c08134f 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventMessageDeleted.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventMessageDeleted.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventMessageDeleted diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventMessageEdited.html b/docs/it/ernytech/tdlib/TdApi.ChatEventMessageEdited.html index 97f933b..38e421e 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventMessageEdited.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventMessageEdited.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventMessageEdited diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventMessagePinned.html b/docs/it/ernytech/tdlib/TdApi.ChatEventMessagePinned.html index b92a4d7..c7b53c3 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventMessagePinned.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventMessagePinned.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventMessagePinned diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventMessageUnpinned.html b/docs/it/ernytech/tdlib/TdApi.ChatEventMessageUnpinned.html index b50d151..0d93027 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventMessageUnpinned.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventMessageUnpinned.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventMessageUnpinned diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventPhotoChanged.html b/docs/it/ernytech/tdlib/TdApi.ChatEventPhotoChanged.html index 162e834..3647292 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventPhotoChanged.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventPhotoChanged.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventPhotoChanged diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventSignMessagesToggled.html b/docs/it/ernytech/tdlib/TdApi.ChatEventSignMessagesToggled.html index 24b20be..b391909 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventSignMessagesToggled.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventSignMessagesToggled.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventSignMessagesToggled diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventStickerSetChanged.html b/docs/it/ernytech/tdlib/TdApi.ChatEventStickerSetChanged.html index 7ec9528..0d1422f 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventStickerSetChanged.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventStickerSetChanged.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventStickerSetChanged diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventTitleChanged.html b/docs/it/ernytech/tdlib/TdApi.ChatEventTitleChanged.html index f26c6dd..2c2031e 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventTitleChanged.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventTitleChanged.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventTitleChanged diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEventUsernameChanged.html b/docs/it/ernytech/tdlib/TdApi.ChatEventUsernameChanged.html index 32f2a61..280da86 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEventUsernameChanged.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEventUsernameChanged.html @@ -2,7 +2,7 @@ - + TdApi.ChatEventUsernameChanged diff --git a/docs/it/ernytech/tdlib/TdApi.ChatEvents.html b/docs/it/ernytech/tdlib/TdApi.ChatEvents.html index 0b73569..b701090 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatEvents.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatEvents.html @@ -2,7 +2,7 @@ - + TdApi.ChatEvents diff --git a/docs/it/ernytech/tdlib/TdApi.ChatInviteLink.html b/docs/it/ernytech/tdlib/TdApi.ChatInviteLink.html index 6764202..67bec1e 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatInviteLink.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatInviteLink.html @@ -2,7 +2,7 @@ - + TdApi.ChatInviteLink diff --git a/docs/it/ernytech/tdlib/TdApi.ChatInviteLinkInfo.html b/docs/it/ernytech/tdlib/TdApi.ChatInviteLinkInfo.html index 9371f17..f435691 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatInviteLinkInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatInviteLinkInfo.html @@ -2,7 +2,7 @@ - + TdApi.ChatInviteLinkInfo diff --git a/docs/it/ernytech/tdlib/TdApi.ChatMember.html b/docs/it/ernytech/tdlib/TdApi.ChatMember.html index acb0701..9f8dbda 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatMember.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatMember.html @@ -2,7 +2,7 @@ - + TdApi.ChatMember diff --git a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatus.html b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatus.html index 5083ec9..37bddb0 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatus.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatus.html @@ -2,7 +2,7 @@ - + TdApi.ChatMemberStatus diff --git a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusAdministrator.html b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusAdministrator.html index b3568d4..cf91843 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusAdministrator.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusAdministrator.html @@ -2,7 +2,7 @@ - + TdApi.ChatMemberStatusAdministrator diff --git a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusBanned.html b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusBanned.html index a1dbc7a..1f7a706 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusBanned.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusBanned.html @@ -2,7 +2,7 @@ - + TdApi.ChatMemberStatusBanned diff --git a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusCreator.html b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusCreator.html index 8483e85..36d343b 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusCreator.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusCreator.html @@ -2,7 +2,7 @@ - + TdApi.ChatMemberStatusCreator diff --git a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusLeft.html b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusLeft.html index 818d11f..a1f5d79 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusLeft.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusLeft.html @@ -2,7 +2,7 @@ - + TdApi.ChatMemberStatusLeft diff --git a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusMember.html b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusMember.html index 93befe2..0bd932d 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusMember.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusMember.html @@ -2,7 +2,7 @@ - + TdApi.ChatMemberStatusMember diff --git a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusRestricted.html b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusRestricted.html index 125fb7a..8193901 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusRestricted.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatMemberStatusRestricted.html @@ -2,7 +2,7 @@ - + TdApi.ChatMemberStatusRestricted diff --git a/docs/it/ernytech/tdlib/TdApi.ChatMembers.html b/docs/it/ernytech/tdlib/TdApi.ChatMembers.html index c21070b..ce1429d 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatMembers.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatMembers.html @@ -2,7 +2,7 @@ - + TdApi.ChatMembers diff --git a/docs/it/ernytech/tdlib/TdApi.ChatPhoto.html b/docs/it/ernytech/tdlib/TdApi.ChatPhoto.html index c4ace3d..614aaf6 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatPhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatPhoto.html @@ -2,7 +2,7 @@ - + TdApi.ChatPhoto diff --git a/docs/it/ernytech/tdlib/TdApi.ChatReportReason.html b/docs/it/ernytech/tdlib/TdApi.ChatReportReason.html index e18ddf7..e7b8073 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatReportReason.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatReportReason.html @@ -2,7 +2,7 @@ - + TdApi.ChatReportReason diff --git a/docs/it/ernytech/tdlib/TdApi.ChatReportReasonCustom.html b/docs/it/ernytech/tdlib/TdApi.ChatReportReasonCustom.html index 3b272c3..2badb1c 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatReportReasonCustom.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatReportReasonCustom.html @@ -2,7 +2,7 @@ - + TdApi.ChatReportReasonCustom diff --git a/docs/it/ernytech/tdlib/TdApi.ChatReportReasonPornography.html b/docs/it/ernytech/tdlib/TdApi.ChatReportReasonPornography.html index 857f49b..45777fd 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatReportReasonPornography.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatReportReasonPornography.html @@ -2,7 +2,7 @@ - + TdApi.ChatReportReasonPornography diff --git a/docs/it/ernytech/tdlib/TdApi.ChatReportReasonSpam.html b/docs/it/ernytech/tdlib/TdApi.ChatReportReasonSpam.html index 247a4eb..5b9206f 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatReportReasonSpam.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatReportReasonSpam.html @@ -2,7 +2,7 @@ - + TdApi.ChatReportReasonSpam diff --git a/docs/it/ernytech/tdlib/TdApi.ChatReportReasonViolence.html b/docs/it/ernytech/tdlib/TdApi.ChatReportReasonViolence.html index bf28297..59a8c46 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatReportReasonViolence.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatReportReasonViolence.html @@ -2,7 +2,7 @@ - + TdApi.ChatReportReasonViolence diff --git a/docs/it/ernytech/tdlib/TdApi.ChatReportSpamState.html b/docs/it/ernytech/tdlib/TdApi.ChatReportSpamState.html index 2b326ae..d617fd9 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatReportSpamState.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatReportSpamState.html @@ -2,7 +2,7 @@ - + TdApi.ChatReportSpamState diff --git a/docs/it/ernytech/tdlib/TdApi.ChatType.html b/docs/it/ernytech/tdlib/TdApi.ChatType.html index 1068a28..046eaf5 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatType.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatType.html @@ -2,7 +2,7 @@ - + TdApi.ChatType diff --git a/docs/it/ernytech/tdlib/TdApi.ChatTypeBasicGroup.html b/docs/it/ernytech/tdlib/TdApi.ChatTypeBasicGroup.html index 746deed..ace10d1 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatTypeBasicGroup.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatTypeBasicGroup.html @@ -2,7 +2,7 @@ - + TdApi.ChatTypeBasicGroup diff --git a/docs/it/ernytech/tdlib/TdApi.ChatTypePrivate.html b/docs/it/ernytech/tdlib/TdApi.ChatTypePrivate.html index fafa6e5..fb0be71 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatTypePrivate.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatTypePrivate.html @@ -2,7 +2,7 @@ - + TdApi.ChatTypePrivate diff --git a/docs/it/ernytech/tdlib/TdApi.ChatTypeSecret.html b/docs/it/ernytech/tdlib/TdApi.ChatTypeSecret.html index 32fbd8f..e385855 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatTypeSecret.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatTypeSecret.html @@ -2,7 +2,7 @@ - + TdApi.ChatTypeSecret diff --git a/docs/it/ernytech/tdlib/TdApi.ChatTypeSupergroup.html b/docs/it/ernytech/tdlib/TdApi.ChatTypeSupergroup.html index 5b8216a..ed0b5a6 100644 --- a/docs/it/ernytech/tdlib/TdApi.ChatTypeSupergroup.html +++ b/docs/it/ernytech/tdlib/TdApi.ChatTypeSupergroup.html @@ -2,7 +2,7 @@ - + TdApi.ChatTypeSupergroup diff --git a/docs/it/ernytech/tdlib/TdApi.Chats.html b/docs/it/ernytech/tdlib/TdApi.Chats.html index f8ce79c..38f35f3 100644 --- a/docs/it/ernytech/tdlib/TdApi.Chats.html +++ b/docs/it/ernytech/tdlib/TdApi.Chats.html @@ -2,7 +2,7 @@ - + TdApi.Chats diff --git a/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationBotToken.html b/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationBotToken.html index c17fe92..8bea8a4 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationBotToken.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationBotToken.html @@ -2,7 +2,7 @@ - + TdApi.CheckAuthenticationBotToken diff --git a/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationCode.html b/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationCode.html index d720120..a8ed043 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationCode.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationCode.html @@ -2,7 +2,7 @@ - + TdApi.CheckAuthenticationCode diff --git a/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationPassword.html b/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationPassword.html index 4afa4b1..9919731 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationPassword.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckAuthenticationPassword.html @@ -2,7 +2,7 @@ - + TdApi.CheckAuthenticationPassword diff --git a/docs/it/ernytech/tdlib/TdApi.CheckChangePhoneNumberCode.html b/docs/it/ernytech/tdlib/TdApi.CheckChangePhoneNumberCode.html index 7b51dec..34db40b 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckChangePhoneNumberCode.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckChangePhoneNumberCode.html @@ -2,7 +2,7 @@ - + TdApi.CheckChangePhoneNumberCode diff --git a/docs/it/ernytech/tdlib/TdApi.CheckChatInviteLink.html b/docs/it/ernytech/tdlib/TdApi.CheckChatInviteLink.html index 3178c09..7330afd 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckChatInviteLink.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckChatInviteLink.html @@ -2,7 +2,7 @@ - + TdApi.CheckChatInviteLink diff --git a/docs/it/ernytech/tdlib/TdApi.CheckChatUsername.html b/docs/it/ernytech/tdlib/TdApi.CheckChatUsername.html index 41f7782..98ed932 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckChatUsername.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckChatUsername.html @@ -2,7 +2,7 @@ - + TdApi.CheckChatUsername diff --git a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResult.html b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResult.html index 9e7e7db..9352b0a 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResult.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResult.html @@ -2,7 +2,7 @@ - + TdApi.CheckChatUsernameResult diff --git a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultOk.html b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultOk.html index ef56363..7f0fae0 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultOk.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultOk.html @@ -2,7 +2,7 @@ - + TdApi.CheckChatUsernameResultOk diff --git a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultPublicChatsTooMuch.html b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultPublicChatsTooMuch.html index 3339fc9..024275f 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultPublicChatsTooMuch.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultPublicChatsTooMuch.html @@ -2,7 +2,7 @@ - + TdApi.CheckChatUsernameResultPublicChatsTooMuch diff --git a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultPublicGroupsUnavailable.html b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultPublicGroupsUnavailable.html index fd1da51..64aea7f 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultPublicGroupsUnavailable.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultPublicGroupsUnavailable.html @@ -2,7 +2,7 @@ - + TdApi.CheckChatUsernameResultPublicGroupsUnavailable diff --git a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultUsernameInvalid.html b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultUsernameInvalid.html index ef61a57..a933edc 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultUsernameInvalid.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultUsernameInvalid.html @@ -2,7 +2,7 @@ - + TdApi.CheckChatUsernameResultUsernameInvalid diff --git a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultUsernameOccupied.html b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultUsernameOccupied.html index 149b76b..cabad35 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultUsernameOccupied.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckChatUsernameResultUsernameOccupied.html @@ -2,7 +2,7 @@ - + TdApi.CheckChatUsernameResultUsernameOccupied diff --git a/docs/it/ernytech/tdlib/TdApi.CheckDatabaseEncryptionKey.html b/docs/it/ernytech/tdlib/TdApi.CheckDatabaseEncryptionKey.html index e3b839f..213110f 100644 --- a/docs/it/ernytech/tdlib/TdApi.CheckDatabaseEncryptionKey.html +++ b/docs/it/ernytech/tdlib/TdApi.CheckDatabaseEncryptionKey.html @@ -2,7 +2,7 @@ - + TdApi.CheckDatabaseEncryptionKey diff --git a/docs/it/ernytech/tdlib/TdApi.ClearImportedContacts.html b/docs/it/ernytech/tdlib/TdApi.ClearImportedContacts.html index db38518..97ba484 100644 --- a/docs/it/ernytech/tdlib/TdApi.ClearImportedContacts.html +++ b/docs/it/ernytech/tdlib/TdApi.ClearImportedContacts.html @@ -2,7 +2,7 @@ - + TdApi.ClearImportedContacts diff --git a/docs/it/ernytech/tdlib/TdApi.ClearRecentStickers.html b/docs/it/ernytech/tdlib/TdApi.ClearRecentStickers.html index 80d2bea..8ea1665 100644 --- a/docs/it/ernytech/tdlib/TdApi.ClearRecentStickers.html +++ b/docs/it/ernytech/tdlib/TdApi.ClearRecentStickers.html @@ -2,7 +2,7 @@ - + TdApi.ClearRecentStickers diff --git a/docs/it/ernytech/tdlib/TdApi.ClearRecentlyFoundChats.html b/docs/it/ernytech/tdlib/TdApi.ClearRecentlyFoundChats.html index 8251e5e..4096d55 100644 --- a/docs/it/ernytech/tdlib/TdApi.ClearRecentlyFoundChats.html +++ b/docs/it/ernytech/tdlib/TdApi.ClearRecentlyFoundChats.html @@ -2,7 +2,7 @@ - + TdApi.ClearRecentlyFoundChats diff --git a/docs/it/ernytech/tdlib/TdApi.Close.html b/docs/it/ernytech/tdlib/TdApi.Close.html index 70d0248..e48fac2 100644 --- a/docs/it/ernytech/tdlib/TdApi.Close.html +++ b/docs/it/ernytech/tdlib/TdApi.Close.html @@ -2,7 +2,7 @@ - + TdApi.Close diff --git a/docs/it/ernytech/tdlib/TdApi.CloseChat.html b/docs/it/ernytech/tdlib/TdApi.CloseChat.html index 5b472db..a6b0ea9 100644 --- a/docs/it/ernytech/tdlib/TdApi.CloseChat.html +++ b/docs/it/ernytech/tdlib/TdApi.CloseChat.html @@ -2,7 +2,7 @@ - + TdApi.CloseChat diff --git a/docs/it/ernytech/tdlib/TdApi.CloseSecretChat.html b/docs/it/ernytech/tdlib/TdApi.CloseSecretChat.html index 0ca62fa..8402cab 100644 --- a/docs/it/ernytech/tdlib/TdApi.CloseSecretChat.html +++ b/docs/it/ernytech/tdlib/TdApi.CloseSecretChat.html @@ -2,7 +2,7 @@ - + TdApi.CloseSecretChat diff --git a/docs/it/ernytech/tdlib/TdApi.ConnectedWebsite.html b/docs/it/ernytech/tdlib/TdApi.ConnectedWebsite.html index 3d7f5cc..89794bf 100644 --- a/docs/it/ernytech/tdlib/TdApi.ConnectedWebsite.html +++ b/docs/it/ernytech/tdlib/TdApi.ConnectedWebsite.html @@ -2,7 +2,7 @@ - + TdApi.ConnectedWebsite diff --git a/docs/it/ernytech/tdlib/TdApi.ConnectedWebsites.html b/docs/it/ernytech/tdlib/TdApi.ConnectedWebsites.html index 736777b..87ef110 100644 --- a/docs/it/ernytech/tdlib/TdApi.ConnectedWebsites.html +++ b/docs/it/ernytech/tdlib/TdApi.ConnectedWebsites.html @@ -2,7 +2,7 @@ - + TdApi.ConnectedWebsites diff --git a/docs/it/ernytech/tdlib/TdApi.ConnectionState.html b/docs/it/ernytech/tdlib/TdApi.ConnectionState.html index eefba1b..731bf4a 100644 --- a/docs/it/ernytech/tdlib/TdApi.ConnectionState.html +++ b/docs/it/ernytech/tdlib/TdApi.ConnectionState.html @@ -2,7 +2,7 @@ - + TdApi.ConnectionState diff --git a/docs/it/ernytech/tdlib/TdApi.ConnectionStateConnecting.html b/docs/it/ernytech/tdlib/TdApi.ConnectionStateConnecting.html index 43bc3dc..4fe36bd 100644 --- a/docs/it/ernytech/tdlib/TdApi.ConnectionStateConnecting.html +++ b/docs/it/ernytech/tdlib/TdApi.ConnectionStateConnecting.html @@ -2,7 +2,7 @@ - + TdApi.ConnectionStateConnecting diff --git a/docs/it/ernytech/tdlib/TdApi.ConnectionStateConnectingToProxy.html b/docs/it/ernytech/tdlib/TdApi.ConnectionStateConnectingToProxy.html index 03551a2..772651b 100644 --- a/docs/it/ernytech/tdlib/TdApi.ConnectionStateConnectingToProxy.html +++ b/docs/it/ernytech/tdlib/TdApi.ConnectionStateConnectingToProxy.html @@ -2,7 +2,7 @@ - + TdApi.ConnectionStateConnectingToProxy diff --git a/docs/it/ernytech/tdlib/TdApi.ConnectionStateReady.html b/docs/it/ernytech/tdlib/TdApi.ConnectionStateReady.html index 1c5a9ff..4545d6f 100644 --- a/docs/it/ernytech/tdlib/TdApi.ConnectionStateReady.html +++ b/docs/it/ernytech/tdlib/TdApi.ConnectionStateReady.html @@ -2,7 +2,7 @@ - + TdApi.ConnectionStateReady diff --git a/docs/it/ernytech/tdlib/TdApi.ConnectionStateUpdating.html b/docs/it/ernytech/tdlib/TdApi.ConnectionStateUpdating.html index def7918..90d6702 100644 --- a/docs/it/ernytech/tdlib/TdApi.ConnectionStateUpdating.html +++ b/docs/it/ernytech/tdlib/TdApi.ConnectionStateUpdating.html @@ -2,7 +2,7 @@ - + TdApi.ConnectionStateUpdating diff --git a/docs/it/ernytech/tdlib/TdApi.ConnectionStateWaitingForNetwork.html b/docs/it/ernytech/tdlib/TdApi.ConnectionStateWaitingForNetwork.html index db85a8c..e7054fc 100644 --- a/docs/it/ernytech/tdlib/TdApi.ConnectionStateWaitingForNetwork.html +++ b/docs/it/ernytech/tdlib/TdApi.ConnectionStateWaitingForNetwork.html @@ -2,7 +2,7 @@ - + TdApi.ConnectionStateWaitingForNetwork diff --git a/docs/it/ernytech/tdlib/TdApi.Contact.html b/docs/it/ernytech/tdlib/TdApi.Contact.html index 7978348..cc0eb44 100644 --- a/docs/it/ernytech/tdlib/TdApi.Contact.html +++ b/docs/it/ernytech/tdlib/TdApi.Contact.html @@ -2,7 +2,7 @@ - + TdApi.Contact diff --git a/docs/it/ernytech/tdlib/TdApi.Count.html b/docs/it/ernytech/tdlib/TdApi.Count.html index a26d33e..0c60833 100644 --- a/docs/it/ernytech/tdlib/TdApi.Count.html +++ b/docs/it/ernytech/tdlib/TdApi.Count.html @@ -2,7 +2,7 @@ - + TdApi.Count diff --git a/docs/it/ernytech/tdlib/TdApi.CreateBasicGroupChat.html b/docs/it/ernytech/tdlib/TdApi.CreateBasicGroupChat.html index a74e231..01107ca 100644 --- a/docs/it/ernytech/tdlib/TdApi.CreateBasicGroupChat.html +++ b/docs/it/ernytech/tdlib/TdApi.CreateBasicGroupChat.html @@ -2,7 +2,7 @@ - + TdApi.CreateBasicGroupChat diff --git a/docs/it/ernytech/tdlib/TdApi.CreateCall.html b/docs/it/ernytech/tdlib/TdApi.CreateCall.html index 48df49c..9b881cd 100644 --- a/docs/it/ernytech/tdlib/TdApi.CreateCall.html +++ b/docs/it/ernytech/tdlib/TdApi.CreateCall.html @@ -2,7 +2,7 @@ - + TdApi.CreateCall diff --git a/docs/it/ernytech/tdlib/TdApi.CreateNewBasicGroupChat.html b/docs/it/ernytech/tdlib/TdApi.CreateNewBasicGroupChat.html index 534c2ef..d00d1c5 100644 --- a/docs/it/ernytech/tdlib/TdApi.CreateNewBasicGroupChat.html +++ b/docs/it/ernytech/tdlib/TdApi.CreateNewBasicGroupChat.html @@ -2,7 +2,7 @@ - + TdApi.CreateNewBasicGroupChat diff --git a/docs/it/ernytech/tdlib/TdApi.CreateNewSecretChat.html b/docs/it/ernytech/tdlib/TdApi.CreateNewSecretChat.html index 32ea6d8..5cc410b 100644 --- a/docs/it/ernytech/tdlib/TdApi.CreateNewSecretChat.html +++ b/docs/it/ernytech/tdlib/TdApi.CreateNewSecretChat.html @@ -2,7 +2,7 @@ - + TdApi.CreateNewSecretChat diff --git a/docs/it/ernytech/tdlib/TdApi.CreateNewStickerSet.html b/docs/it/ernytech/tdlib/TdApi.CreateNewStickerSet.html index c0b79fe..1bde7a2 100644 --- a/docs/it/ernytech/tdlib/TdApi.CreateNewStickerSet.html +++ b/docs/it/ernytech/tdlib/TdApi.CreateNewStickerSet.html @@ -2,7 +2,7 @@ - + TdApi.CreateNewStickerSet diff --git a/docs/it/ernytech/tdlib/TdApi.CreateNewSupergroupChat.html b/docs/it/ernytech/tdlib/TdApi.CreateNewSupergroupChat.html index df7238b..1cef543 100644 --- a/docs/it/ernytech/tdlib/TdApi.CreateNewSupergroupChat.html +++ b/docs/it/ernytech/tdlib/TdApi.CreateNewSupergroupChat.html @@ -2,7 +2,7 @@ - + TdApi.CreateNewSupergroupChat diff --git a/docs/it/ernytech/tdlib/TdApi.CreatePrivateChat.html b/docs/it/ernytech/tdlib/TdApi.CreatePrivateChat.html index e7bf40c..638bda8 100644 --- a/docs/it/ernytech/tdlib/TdApi.CreatePrivateChat.html +++ b/docs/it/ernytech/tdlib/TdApi.CreatePrivateChat.html @@ -2,7 +2,7 @@ - + TdApi.CreatePrivateChat diff --git a/docs/it/ernytech/tdlib/TdApi.CreateSecretChat.html b/docs/it/ernytech/tdlib/TdApi.CreateSecretChat.html index 83e1831..0bbd5e0 100644 --- a/docs/it/ernytech/tdlib/TdApi.CreateSecretChat.html +++ b/docs/it/ernytech/tdlib/TdApi.CreateSecretChat.html @@ -2,7 +2,7 @@ - + TdApi.CreateSecretChat diff --git a/docs/it/ernytech/tdlib/TdApi.CreateSupergroupChat.html b/docs/it/ernytech/tdlib/TdApi.CreateSupergroupChat.html index 05fde13..b922052 100644 --- a/docs/it/ernytech/tdlib/TdApi.CreateSupergroupChat.html +++ b/docs/it/ernytech/tdlib/TdApi.CreateSupergroupChat.html @@ -2,7 +2,7 @@ - + TdApi.CreateSupergroupChat diff --git a/docs/it/ernytech/tdlib/TdApi.CreateTemporaryPassword.html b/docs/it/ernytech/tdlib/TdApi.CreateTemporaryPassword.html index b001011..e1016f2 100644 --- a/docs/it/ernytech/tdlib/TdApi.CreateTemporaryPassword.html +++ b/docs/it/ernytech/tdlib/TdApi.CreateTemporaryPassword.html @@ -2,7 +2,7 @@ - + TdApi.CreateTemporaryPassword diff --git a/docs/it/ernytech/tdlib/TdApi.CustomRequestResult.html b/docs/it/ernytech/tdlib/TdApi.CustomRequestResult.html index aa62024..11218f4 100644 --- a/docs/it/ernytech/tdlib/TdApi.CustomRequestResult.html +++ b/docs/it/ernytech/tdlib/TdApi.CustomRequestResult.html @@ -2,7 +2,7 @@ - + TdApi.CustomRequestResult diff --git a/docs/it/ernytech/tdlib/TdApi.DeleteAccount.html b/docs/it/ernytech/tdlib/TdApi.DeleteAccount.html index fbf8f89..3903857 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeleteAccount.html +++ b/docs/it/ernytech/tdlib/TdApi.DeleteAccount.html @@ -2,7 +2,7 @@ - + TdApi.DeleteAccount diff --git a/docs/it/ernytech/tdlib/TdApi.DeleteChatHistory.html b/docs/it/ernytech/tdlib/TdApi.DeleteChatHistory.html index bd50c19..9a360b7 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeleteChatHistory.html +++ b/docs/it/ernytech/tdlib/TdApi.DeleteChatHistory.html @@ -2,7 +2,7 @@ - + TdApi.DeleteChatHistory diff --git a/docs/it/ernytech/tdlib/TdApi.DeleteChatMessagesFromUser.html b/docs/it/ernytech/tdlib/TdApi.DeleteChatMessagesFromUser.html index ee1824c..f43a26c 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeleteChatMessagesFromUser.html +++ b/docs/it/ernytech/tdlib/TdApi.DeleteChatMessagesFromUser.html @@ -2,7 +2,7 @@ - + TdApi.DeleteChatMessagesFromUser diff --git a/docs/it/ernytech/tdlib/TdApi.DeleteChatReplyMarkup.html b/docs/it/ernytech/tdlib/TdApi.DeleteChatReplyMarkup.html index 5bd1544..b940a7c 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeleteChatReplyMarkup.html +++ b/docs/it/ernytech/tdlib/TdApi.DeleteChatReplyMarkup.html @@ -2,7 +2,7 @@ - + TdApi.DeleteChatReplyMarkup diff --git a/docs/it/ernytech/tdlib/TdApi.DeleteFile.html b/docs/it/ernytech/tdlib/TdApi.DeleteFile.html index 39aca94..ed3f6f3 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeleteFile.html +++ b/docs/it/ernytech/tdlib/TdApi.DeleteFile.html @@ -2,7 +2,7 @@ - + TdApi.DeleteFile diff --git a/docs/it/ernytech/tdlib/TdApi.DeleteMessages.html b/docs/it/ernytech/tdlib/TdApi.DeleteMessages.html index 67f2e2a..868addb 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeleteMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.DeleteMessages.html @@ -2,7 +2,7 @@ - + TdApi.DeleteMessages diff --git a/docs/it/ernytech/tdlib/TdApi.DeleteProfilePhoto.html b/docs/it/ernytech/tdlib/TdApi.DeleteProfilePhoto.html index 60c9bf3..1041930 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeleteProfilePhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.DeleteProfilePhoto.html @@ -2,7 +2,7 @@ - + TdApi.DeleteProfilePhoto diff --git a/docs/it/ernytech/tdlib/TdApi.DeleteSavedCredentials.html b/docs/it/ernytech/tdlib/TdApi.DeleteSavedCredentials.html index 4257615..5600e12 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeleteSavedCredentials.html +++ b/docs/it/ernytech/tdlib/TdApi.DeleteSavedCredentials.html @@ -2,7 +2,7 @@ - + TdApi.DeleteSavedCredentials diff --git a/docs/it/ernytech/tdlib/TdApi.DeleteSavedOrderInfo.html b/docs/it/ernytech/tdlib/TdApi.DeleteSavedOrderInfo.html index 473b4fc..ea612cc 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeleteSavedOrderInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.DeleteSavedOrderInfo.html @@ -2,7 +2,7 @@ - + TdApi.DeleteSavedOrderInfo diff --git a/docs/it/ernytech/tdlib/TdApi.DeleteSupergroup.html b/docs/it/ernytech/tdlib/TdApi.DeleteSupergroup.html index a6afda3..2c7227a 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeleteSupergroup.html +++ b/docs/it/ernytech/tdlib/TdApi.DeleteSupergroup.html @@ -2,7 +2,7 @@ - + TdApi.DeleteSupergroup diff --git a/docs/it/ernytech/tdlib/TdApi.Destroy.html b/docs/it/ernytech/tdlib/TdApi.Destroy.html index c62aeaf..e35bf8d 100644 --- a/docs/it/ernytech/tdlib/TdApi.Destroy.html +++ b/docs/it/ernytech/tdlib/TdApi.Destroy.html @@ -2,7 +2,7 @@ - + TdApi.Destroy diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceToken.html b/docs/it/ernytech/tdlib/TdApi.DeviceToken.html index 610670d..b3ef22c 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceToken.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceToken.html @@ -2,7 +2,7 @@ - + TdApi.DeviceToken diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceTokenApplePush.html b/docs/it/ernytech/tdlib/TdApi.DeviceTokenApplePush.html index 8d573d5..7522c39 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceTokenApplePush.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceTokenApplePush.html @@ -2,7 +2,7 @@ - + TdApi.DeviceTokenApplePush diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceTokenApplePushVoIP.html b/docs/it/ernytech/tdlib/TdApi.DeviceTokenApplePushVoIP.html index 00ab4b1..c97d457 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceTokenApplePushVoIP.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceTokenApplePushVoIP.html @@ -2,7 +2,7 @@ - + TdApi.DeviceTokenApplePushVoIP diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceTokenBlackBerryPush.html b/docs/it/ernytech/tdlib/TdApi.DeviceTokenBlackBerryPush.html index 1305671..b253418 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceTokenBlackBerryPush.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceTokenBlackBerryPush.html @@ -2,7 +2,7 @@ - + TdApi.DeviceTokenBlackBerryPush diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceTokenGoogleCloudMessaging.html b/docs/it/ernytech/tdlib/TdApi.DeviceTokenGoogleCloudMessaging.html index 013f020..841118c 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceTokenGoogleCloudMessaging.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceTokenGoogleCloudMessaging.html @@ -2,7 +2,7 @@ - + TdApi.DeviceTokenGoogleCloudMessaging diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceTokenMicrosoftPush.html b/docs/it/ernytech/tdlib/TdApi.DeviceTokenMicrosoftPush.html index 347a18f..94e8789 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceTokenMicrosoftPush.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceTokenMicrosoftPush.html @@ -2,7 +2,7 @@ - + TdApi.DeviceTokenMicrosoftPush diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceTokenMicrosoftPushVoIP.html b/docs/it/ernytech/tdlib/TdApi.DeviceTokenMicrosoftPushVoIP.html index f4461fa..a907ffa 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceTokenMicrosoftPushVoIP.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceTokenMicrosoftPushVoIP.html @@ -2,7 +2,7 @@ - + TdApi.DeviceTokenMicrosoftPushVoIP diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceTokenSimplePush.html b/docs/it/ernytech/tdlib/TdApi.DeviceTokenSimplePush.html index 31d1003..ba99f11 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceTokenSimplePush.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceTokenSimplePush.html @@ -2,7 +2,7 @@ - + TdApi.DeviceTokenSimplePush diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceTokenTizenPush.html b/docs/it/ernytech/tdlib/TdApi.DeviceTokenTizenPush.html index 9739a1d..15d5422 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceTokenTizenPush.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceTokenTizenPush.html @@ -2,7 +2,7 @@ - + TdApi.DeviceTokenTizenPush diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceTokenUbuntuPush.html b/docs/it/ernytech/tdlib/TdApi.DeviceTokenUbuntuPush.html index 8ddc7e7..57a12be 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceTokenUbuntuPush.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceTokenUbuntuPush.html @@ -2,7 +2,7 @@ - + TdApi.DeviceTokenUbuntuPush diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceTokenWebPush.html b/docs/it/ernytech/tdlib/TdApi.DeviceTokenWebPush.html index 7609af4..9b36a35 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceTokenWebPush.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceTokenWebPush.html @@ -2,7 +2,7 @@ - + TdApi.DeviceTokenWebPush diff --git a/docs/it/ernytech/tdlib/TdApi.DeviceTokenWindowsPush.html b/docs/it/ernytech/tdlib/TdApi.DeviceTokenWindowsPush.html index a24ed47..b6e3aa3 100644 --- a/docs/it/ernytech/tdlib/TdApi.DeviceTokenWindowsPush.html +++ b/docs/it/ernytech/tdlib/TdApi.DeviceTokenWindowsPush.html @@ -2,7 +2,7 @@ - + TdApi.DeviceTokenWindowsPush diff --git a/docs/it/ernytech/tdlib/TdApi.DiscardCall.html b/docs/it/ernytech/tdlib/TdApi.DiscardCall.html index 4caa14c..289e262 100644 --- a/docs/it/ernytech/tdlib/TdApi.DiscardCall.html +++ b/docs/it/ernytech/tdlib/TdApi.DiscardCall.html @@ -2,7 +2,7 @@ - + TdApi.DiscardCall diff --git a/docs/it/ernytech/tdlib/TdApi.DisconnectAllWebsites.html b/docs/it/ernytech/tdlib/TdApi.DisconnectAllWebsites.html index 9c902a4..00314c8 100644 --- a/docs/it/ernytech/tdlib/TdApi.DisconnectAllWebsites.html +++ b/docs/it/ernytech/tdlib/TdApi.DisconnectAllWebsites.html @@ -2,7 +2,7 @@ - + TdApi.DisconnectAllWebsites diff --git a/docs/it/ernytech/tdlib/TdApi.DisconnectWebsite.html b/docs/it/ernytech/tdlib/TdApi.DisconnectWebsite.html index 1d9b1cf..c00b37d 100644 --- a/docs/it/ernytech/tdlib/TdApi.DisconnectWebsite.html +++ b/docs/it/ernytech/tdlib/TdApi.DisconnectWebsite.html @@ -2,7 +2,7 @@ - + TdApi.DisconnectWebsite diff --git a/docs/it/ernytech/tdlib/TdApi.Document.html b/docs/it/ernytech/tdlib/TdApi.Document.html index 4d124cf..a96c537 100644 --- a/docs/it/ernytech/tdlib/TdApi.Document.html +++ b/docs/it/ernytech/tdlib/TdApi.Document.html @@ -2,7 +2,7 @@ - + TdApi.Document diff --git a/docs/it/ernytech/tdlib/TdApi.DownloadFile.html b/docs/it/ernytech/tdlib/TdApi.DownloadFile.html index 33cf2e4..d582831 100644 --- a/docs/it/ernytech/tdlib/TdApi.DownloadFile.html +++ b/docs/it/ernytech/tdlib/TdApi.DownloadFile.html @@ -2,7 +2,7 @@ - + TdApi.DownloadFile diff --git a/docs/it/ernytech/tdlib/TdApi.DraftMessage.html b/docs/it/ernytech/tdlib/TdApi.DraftMessage.html index 96307fa..c35c7f7 100644 --- a/docs/it/ernytech/tdlib/TdApi.DraftMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.DraftMessage.html @@ -2,7 +2,7 @@ - + TdApi.DraftMessage diff --git a/docs/it/ernytech/tdlib/TdApi.EditInlineMessageCaption.html b/docs/it/ernytech/tdlib/TdApi.EditInlineMessageCaption.html index eca2bc0..9ab84bd 100644 --- a/docs/it/ernytech/tdlib/TdApi.EditInlineMessageCaption.html +++ b/docs/it/ernytech/tdlib/TdApi.EditInlineMessageCaption.html @@ -2,7 +2,7 @@ - + TdApi.EditInlineMessageCaption diff --git a/docs/it/ernytech/tdlib/TdApi.EditInlineMessageLiveLocation.html b/docs/it/ernytech/tdlib/TdApi.EditInlineMessageLiveLocation.html index 36008c3..642f546 100644 --- a/docs/it/ernytech/tdlib/TdApi.EditInlineMessageLiveLocation.html +++ b/docs/it/ernytech/tdlib/TdApi.EditInlineMessageLiveLocation.html @@ -2,7 +2,7 @@ - + TdApi.EditInlineMessageLiveLocation diff --git a/docs/it/ernytech/tdlib/TdApi.EditInlineMessageReplyMarkup.html b/docs/it/ernytech/tdlib/TdApi.EditInlineMessageReplyMarkup.html index 91d5c63..90c4775 100644 --- a/docs/it/ernytech/tdlib/TdApi.EditInlineMessageReplyMarkup.html +++ b/docs/it/ernytech/tdlib/TdApi.EditInlineMessageReplyMarkup.html @@ -2,7 +2,7 @@ - + TdApi.EditInlineMessageReplyMarkup diff --git a/docs/it/ernytech/tdlib/TdApi.EditInlineMessageText.html b/docs/it/ernytech/tdlib/TdApi.EditInlineMessageText.html index 3971900..43e06ed 100644 --- a/docs/it/ernytech/tdlib/TdApi.EditInlineMessageText.html +++ b/docs/it/ernytech/tdlib/TdApi.EditInlineMessageText.html @@ -2,7 +2,7 @@ - + TdApi.EditInlineMessageText diff --git a/docs/it/ernytech/tdlib/TdApi.EditMessageCaption.html b/docs/it/ernytech/tdlib/TdApi.EditMessageCaption.html index 1840c28..1094a28 100644 --- a/docs/it/ernytech/tdlib/TdApi.EditMessageCaption.html +++ b/docs/it/ernytech/tdlib/TdApi.EditMessageCaption.html @@ -2,7 +2,7 @@ - + TdApi.EditMessageCaption diff --git a/docs/it/ernytech/tdlib/TdApi.EditMessageLiveLocation.html b/docs/it/ernytech/tdlib/TdApi.EditMessageLiveLocation.html index 0f30212..77fa9da 100644 --- a/docs/it/ernytech/tdlib/TdApi.EditMessageLiveLocation.html +++ b/docs/it/ernytech/tdlib/TdApi.EditMessageLiveLocation.html @@ -2,7 +2,7 @@ - + TdApi.EditMessageLiveLocation diff --git a/docs/it/ernytech/tdlib/TdApi.EditMessageReplyMarkup.html b/docs/it/ernytech/tdlib/TdApi.EditMessageReplyMarkup.html index 8d81163..7740d9d 100644 --- a/docs/it/ernytech/tdlib/TdApi.EditMessageReplyMarkup.html +++ b/docs/it/ernytech/tdlib/TdApi.EditMessageReplyMarkup.html @@ -2,7 +2,7 @@ - + TdApi.EditMessageReplyMarkup diff --git a/docs/it/ernytech/tdlib/TdApi.EditMessageText.html b/docs/it/ernytech/tdlib/TdApi.EditMessageText.html index 40db8d3..35a0059 100644 --- a/docs/it/ernytech/tdlib/TdApi.EditMessageText.html +++ b/docs/it/ernytech/tdlib/TdApi.EditMessageText.html @@ -2,7 +2,7 @@ - + TdApi.EditMessageText diff --git a/docs/it/ernytech/tdlib/TdApi.Error.html b/docs/it/ernytech/tdlib/TdApi.Error.html index 0c2ae50..7c59728 100644 --- a/docs/it/ernytech/tdlib/TdApi.Error.html +++ b/docs/it/ernytech/tdlib/TdApi.Error.html @@ -2,7 +2,7 @@ - + TdApi.Error diff --git a/docs/it/ernytech/tdlib/TdApi.File.html b/docs/it/ernytech/tdlib/TdApi.File.html index 9c746f2..3c5ea03 100644 --- a/docs/it/ernytech/tdlib/TdApi.File.html +++ b/docs/it/ernytech/tdlib/TdApi.File.html @@ -2,7 +2,7 @@ - + TdApi.File diff --git a/docs/it/ernytech/tdlib/TdApi.FileType.html b/docs/it/ernytech/tdlib/TdApi.FileType.html index c2c1651..f531572 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileType.html +++ b/docs/it/ernytech/tdlib/TdApi.FileType.html @@ -2,7 +2,7 @@ - + TdApi.FileType diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeAnimation.html b/docs/it/ernytech/tdlib/TdApi.FileTypeAnimation.html index 5230aef..ea1a1a5 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeAnimation.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeAnimation.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeAnimation diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeAudio.html b/docs/it/ernytech/tdlib/TdApi.FileTypeAudio.html index 55946b8..a5c8219 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeAudio.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeAudio.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeAudio diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeDocument.html b/docs/it/ernytech/tdlib/TdApi.FileTypeDocument.html index ac74d2d..06c2551 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeDocument.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeDocument.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeDocument diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeNone.html b/docs/it/ernytech/tdlib/TdApi.FileTypeNone.html index f0106ff..7f3ce5a 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeNone.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeNone.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeNone diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypePhoto.html b/docs/it/ernytech/tdlib/TdApi.FileTypePhoto.html index e922293..44ee231 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypePhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypePhoto.html @@ -2,7 +2,7 @@ - + TdApi.FileTypePhoto diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeProfilePhoto.html b/docs/it/ernytech/tdlib/TdApi.FileTypeProfilePhoto.html index 985f538..9bcf2fa 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeProfilePhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeProfilePhoto.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeProfilePhoto diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeSecret.html b/docs/it/ernytech/tdlib/TdApi.FileTypeSecret.html index 20c46f6..5b77a34 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeSecret.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeSecret.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeSecret diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeSecretThumbnail.html b/docs/it/ernytech/tdlib/TdApi.FileTypeSecretThumbnail.html index 5b07b78..6b410ab 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeSecretThumbnail.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeSecretThumbnail.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeSecretThumbnail diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeSticker.html b/docs/it/ernytech/tdlib/TdApi.FileTypeSticker.html index 3d48c8c..f054e9f 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeSticker.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeSticker.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeSticker diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeThumbnail.html b/docs/it/ernytech/tdlib/TdApi.FileTypeThumbnail.html index 77cdfea..0f23303 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeThumbnail.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeThumbnail.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeThumbnail diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeUnknown.html b/docs/it/ernytech/tdlib/TdApi.FileTypeUnknown.html index 57e5110..e9ae470 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeUnknown.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeUnknown.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeUnknown diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeVideo.html b/docs/it/ernytech/tdlib/TdApi.FileTypeVideo.html index 6ce8c30..f34de6a 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeVideo.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeVideo.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeVideo diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeVideoNote.html b/docs/it/ernytech/tdlib/TdApi.FileTypeVideoNote.html index 750cf44..bc5c56e 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeVideoNote.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeVideoNote.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeVideoNote diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeVoiceNote.html b/docs/it/ernytech/tdlib/TdApi.FileTypeVoiceNote.html index fc0b85e..5a88b1c 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeVoiceNote.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeVoiceNote.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeVoiceNote diff --git a/docs/it/ernytech/tdlib/TdApi.FileTypeWallpaper.html b/docs/it/ernytech/tdlib/TdApi.FileTypeWallpaper.html index 61c8698..92de0ef 100644 --- a/docs/it/ernytech/tdlib/TdApi.FileTypeWallpaper.html +++ b/docs/it/ernytech/tdlib/TdApi.FileTypeWallpaper.html @@ -2,7 +2,7 @@ - + TdApi.FileTypeWallpaper diff --git a/docs/it/ernytech/tdlib/TdApi.FinishFileGeneration.html b/docs/it/ernytech/tdlib/TdApi.FinishFileGeneration.html index 7c44e65..50c511e 100644 --- a/docs/it/ernytech/tdlib/TdApi.FinishFileGeneration.html +++ b/docs/it/ernytech/tdlib/TdApi.FinishFileGeneration.html @@ -2,7 +2,7 @@ - + TdApi.FinishFileGeneration diff --git a/docs/it/ernytech/tdlib/TdApi.FormattedText.html b/docs/it/ernytech/tdlib/TdApi.FormattedText.html index f9dae0e..5ec31f0 100644 --- a/docs/it/ernytech/tdlib/TdApi.FormattedText.html +++ b/docs/it/ernytech/tdlib/TdApi.FormattedText.html @@ -2,7 +2,7 @@ - + TdApi.FormattedText diff --git a/docs/it/ernytech/tdlib/TdApi.ForwardMessages.html b/docs/it/ernytech/tdlib/TdApi.ForwardMessages.html index a2df5c9..4736aaf 100644 --- a/docs/it/ernytech/tdlib/TdApi.ForwardMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.ForwardMessages.html @@ -2,7 +2,7 @@ - + TdApi.ForwardMessages diff --git a/docs/it/ernytech/tdlib/TdApi.FoundMessages.html b/docs/it/ernytech/tdlib/TdApi.FoundMessages.html index 67a8465..e30c5fb 100644 --- a/docs/it/ernytech/tdlib/TdApi.FoundMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.FoundMessages.html @@ -2,7 +2,7 @@ - + TdApi.FoundMessages diff --git a/docs/it/ernytech/tdlib/TdApi.Function.html b/docs/it/ernytech/tdlib/TdApi.Function.html index 51286cf..4ac6143 100644 --- a/docs/it/ernytech/tdlib/TdApi.Function.html +++ b/docs/it/ernytech/tdlib/TdApi.Function.html @@ -2,7 +2,7 @@ - + TdApi.Function diff --git a/docs/it/ernytech/tdlib/TdApi.Game.html b/docs/it/ernytech/tdlib/TdApi.Game.html index 1375546..f3c8ab5 100644 --- a/docs/it/ernytech/tdlib/TdApi.Game.html +++ b/docs/it/ernytech/tdlib/TdApi.Game.html @@ -2,7 +2,7 @@ - + TdApi.Game diff --git a/docs/it/ernytech/tdlib/TdApi.GameHighScore.html b/docs/it/ernytech/tdlib/TdApi.GameHighScore.html index f0b34c4..31b55b2 100644 --- a/docs/it/ernytech/tdlib/TdApi.GameHighScore.html +++ b/docs/it/ernytech/tdlib/TdApi.GameHighScore.html @@ -2,7 +2,7 @@ - + TdApi.GameHighScore diff --git a/docs/it/ernytech/tdlib/TdApi.GameHighScores.html b/docs/it/ernytech/tdlib/TdApi.GameHighScores.html index 5558974..3f625b2 100644 --- a/docs/it/ernytech/tdlib/TdApi.GameHighScores.html +++ b/docs/it/ernytech/tdlib/TdApi.GameHighScores.html @@ -2,7 +2,7 @@ - + TdApi.GameHighScores diff --git a/docs/it/ernytech/tdlib/TdApi.GenerateChatInviteLink.html b/docs/it/ernytech/tdlib/TdApi.GenerateChatInviteLink.html index 7468dd8..babc934 100644 --- a/docs/it/ernytech/tdlib/TdApi.GenerateChatInviteLink.html +++ b/docs/it/ernytech/tdlib/TdApi.GenerateChatInviteLink.html @@ -2,7 +2,7 @@ - + TdApi.GenerateChatInviteLink diff --git a/docs/it/ernytech/tdlib/TdApi.GetAccountTtl.html b/docs/it/ernytech/tdlib/TdApi.GetAccountTtl.html index 98de512..7021dd0 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetAccountTtl.html +++ b/docs/it/ernytech/tdlib/TdApi.GetAccountTtl.html @@ -2,7 +2,7 @@ - + TdApi.GetAccountTtl diff --git a/docs/it/ernytech/tdlib/TdApi.GetActiveLiveLocationMessages.html b/docs/it/ernytech/tdlib/TdApi.GetActiveLiveLocationMessages.html index 0af64c7..df0b8bb 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetActiveLiveLocationMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.GetActiveLiveLocationMessages.html @@ -2,7 +2,7 @@ - + TdApi.GetActiveLiveLocationMessages diff --git a/docs/it/ernytech/tdlib/TdApi.GetActiveSessions.html b/docs/it/ernytech/tdlib/TdApi.GetActiveSessions.html index 0cc6263..fe87324 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetActiveSessions.html +++ b/docs/it/ernytech/tdlib/TdApi.GetActiveSessions.html @@ -2,7 +2,7 @@ - + TdApi.GetActiveSessions diff --git a/docs/it/ernytech/tdlib/TdApi.GetArchivedStickerSets.html b/docs/it/ernytech/tdlib/TdApi.GetArchivedStickerSets.html index 39a0212..893e80f 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetArchivedStickerSets.html +++ b/docs/it/ernytech/tdlib/TdApi.GetArchivedStickerSets.html @@ -2,7 +2,7 @@ - + TdApi.GetArchivedStickerSets diff --git a/docs/it/ernytech/tdlib/TdApi.GetAttachedStickerSets.html b/docs/it/ernytech/tdlib/TdApi.GetAttachedStickerSets.html index 035ed67..e386253 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetAttachedStickerSets.html +++ b/docs/it/ernytech/tdlib/TdApi.GetAttachedStickerSets.html @@ -2,7 +2,7 @@ - + TdApi.GetAttachedStickerSets diff --git a/docs/it/ernytech/tdlib/TdApi.GetAuthorizationState.html b/docs/it/ernytech/tdlib/TdApi.GetAuthorizationState.html index e74745a..f53f4ee 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetAuthorizationState.html +++ b/docs/it/ernytech/tdlib/TdApi.GetAuthorizationState.html @@ -2,7 +2,7 @@ - + TdApi.GetAuthorizationState diff --git a/docs/it/ernytech/tdlib/TdApi.GetBasicGroup.html b/docs/it/ernytech/tdlib/TdApi.GetBasicGroup.html index 9cd4291..5d4009d 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetBasicGroup.html +++ b/docs/it/ernytech/tdlib/TdApi.GetBasicGroup.html @@ -2,7 +2,7 @@ - + TdApi.GetBasicGroup diff --git a/docs/it/ernytech/tdlib/TdApi.GetBasicGroupFullInfo.html b/docs/it/ernytech/tdlib/TdApi.GetBasicGroupFullInfo.html index a138c73..573f283 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetBasicGroupFullInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.GetBasicGroupFullInfo.html @@ -2,7 +2,7 @@ - + TdApi.GetBasicGroupFullInfo diff --git a/docs/it/ernytech/tdlib/TdApi.GetBlockedUsers.html b/docs/it/ernytech/tdlib/TdApi.GetBlockedUsers.html index 890f978..4a21499 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetBlockedUsers.html +++ b/docs/it/ernytech/tdlib/TdApi.GetBlockedUsers.html @@ -2,7 +2,7 @@ - + TdApi.GetBlockedUsers diff --git a/docs/it/ernytech/tdlib/TdApi.GetCallbackQueryAnswer.html b/docs/it/ernytech/tdlib/TdApi.GetCallbackQueryAnswer.html index 94009af..56fa982 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetCallbackQueryAnswer.html +++ b/docs/it/ernytech/tdlib/TdApi.GetCallbackQueryAnswer.html @@ -2,7 +2,7 @@ - + TdApi.GetCallbackQueryAnswer diff --git a/docs/it/ernytech/tdlib/TdApi.GetChat.html b/docs/it/ernytech/tdlib/TdApi.GetChat.html index 841c52f..7ef6307 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetChat.html +++ b/docs/it/ernytech/tdlib/TdApi.GetChat.html @@ -2,7 +2,7 @@ - + TdApi.GetChat diff --git a/docs/it/ernytech/tdlib/TdApi.GetChatAdministrators.html b/docs/it/ernytech/tdlib/TdApi.GetChatAdministrators.html index fba2cd0..fb50078 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetChatAdministrators.html +++ b/docs/it/ernytech/tdlib/TdApi.GetChatAdministrators.html @@ -2,7 +2,7 @@ - + TdApi.GetChatAdministrators diff --git a/docs/it/ernytech/tdlib/TdApi.GetChatEventLog.html b/docs/it/ernytech/tdlib/TdApi.GetChatEventLog.html index b6997b1..8e4f989 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetChatEventLog.html +++ b/docs/it/ernytech/tdlib/TdApi.GetChatEventLog.html @@ -2,7 +2,7 @@ - + TdApi.GetChatEventLog diff --git a/docs/it/ernytech/tdlib/TdApi.GetChatHistory.html b/docs/it/ernytech/tdlib/TdApi.GetChatHistory.html index bbe3928..a4b6558 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetChatHistory.html +++ b/docs/it/ernytech/tdlib/TdApi.GetChatHistory.html @@ -2,7 +2,7 @@ - + TdApi.GetChatHistory diff --git a/docs/it/ernytech/tdlib/TdApi.GetChatMember.html b/docs/it/ernytech/tdlib/TdApi.GetChatMember.html index 6c685f9..4aeab1a 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetChatMember.html +++ b/docs/it/ernytech/tdlib/TdApi.GetChatMember.html @@ -2,7 +2,7 @@ - + TdApi.GetChatMember diff --git a/docs/it/ernytech/tdlib/TdApi.GetChatMessageByDate.html b/docs/it/ernytech/tdlib/TdApi.GetChatMessageByDate.html index 52396b6..be3cf69 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetChatMessageByDate.html +++ b/docs/it/ernytech/tdlib/TdApi.GetChatMessageByDate.html @@ -2,7 +2,7 @@ - + TdApi.GetChatMessageByDate diff --git a/docs/it/ernytech/tdlib/TdApi.GetChatPinnedMessage.html b/docs/it/ernytech/tdlib/TdApi.GetChatPinnedMessage.html index 5f2c62d..9d14b7f 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetChatPinnedMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.GetChatPinnedMessage.html @@ -2,7 +2,7 @@ - + TdApi.GetChatPinnedMessage diff --git a/docs/it/ernytech/tdlib/TdApi.GetChatReportSpamState.html b/docs/it/ernytech/tdlib/TdApi.GetChatReportSpamState.html index a166db0..0469488 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetChatReportSpamState.html +++ b/docs/it/ernytech/tdlib/TdApi.GetChatReportSpamState.html @@ -2,7 +2,7 @@ - + TdApi.GetChatReportSpamState diff --git a/docs/it/ernytech/tdlib/TdApi.GetChats.html b/docs/it/ernytech/tdlib/TdApi.GetChats.html index 0159eb8..9dfb4e2 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetChats.html +++ b/docs/it/ernytech/tdlib/TdApi.GetChats.html @@ -2,7 +2,7 @@ - + TdApi.GetChats diff --git a/docs/it/ernytech/tdlib/TdApi.GetConnectedWebsites.html b/docs/it/ernytech/tdlib/TdApi.GetConnectedWebsites.html index 2a8803c..1b6b0b8 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetConnectedWebsites.html +++ b/docs/it/ernytech/tdlib/TdApi.GetConnectedWebsites.html @@ -2,7 +2,7 @@ - + TdApi.GetConnectedWebsites diff --git a/docs/it/ernytech/tdlib/TdApi.GetCountryCode.html b/docs/it/ernytech/tdlib/TdApi.GetCountryCode.html index 1ce6db1..95d1983 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetCountryCode.html +++ b/docs/it/ernytech/tdlib/TdApi.GetCountryCode.html @@ -2,7 +2,7 @@ - + TdApi.GetCountryCode diff --git a/docs/it/ernytech/tdlib/TdApi.GetCreatedPublicChats.html b/docs/it/ernytech/tdlib/TdApi.GetCreatedPublicChats.html index 701b456..ab3fd71 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetCreatedPublicChats.html +++ b/docs/it/ernytech/tdlib/TdApi.GetCreatedPublicChats.html @@ -2,7 +2,7 @@ - + TdApi.GetCreatedPublicChats diff --git a/docs/it/ernytech/tdlib/TdApi.GetFavoriteStickers.html b/docs/it/ernytech/tdlib/TdApi.GetFavoriteStickers.html index e85d3fa..00aad51 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetFavoriteStickers.html +++ b/docs/it/ernytech/tdlib/TdApi.GetFavoriteStickers.html @@ -2,7 +2,7 @@ - + TdApi.GetFavoriteStickers diff --git a/docs/it/ernytech/tdlib/TdApi.GetFile.html b/docs/it/ernytech/tdlib/TdApi.GetFile.html index e3fa3d5..24a2f50 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetFile.html +++ b/docs/it/ernytech/tdlib/TdApi.GetFile.html @@ -2,7 +2,7 @@ - + TdApi.GetFile diff --git a/docs/it/ernytech/tdlib/TdApi.GetFileExtension.html b/docs/it/ernytech/tdlib/TdApi.GetFileExtension.html index 033a2e6..811fdd1 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetFileExtension.html +++ b/docs/it/ernytech/tdlib/TdApi.GetFileExtension.html @@ -2,7 +2,7 @@ - + TdApi.GetFileExtension diff --git a/docs/it/ernytech/tdlib/TdApi.GetFileMimeType.html b/docs/it/ernytech/tdlib/TdApi.GetFileMimeType.html index d3a397e..b6e3c83 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetFileMimeType.html +++ b/docs/it/ernytech/tdlib/TdApi.GetFileMimeType.html @@ -2,7 +2,7 @@ - + TdApi.GetFileMimeType diff --git a/docs/it/ernytech/tdlib/TdApi.GetGameHighScores.html b/docs/it/ernytech/tdlib/TdApi.GetGameHighScores.html index 21d8acb..9ae7957 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetGameHighScores.html +++ b/docs/it/ernytech/tdlib/TdApi.GetGameHighScores.html @@ -2,7 +2,7 @@ - + TdApi.GetGameHighScores diff --git a/docs/it/ernytech/tdlib/TdApi.GetGroupsInCommon.html b/docs/it/ernytech/tdlib/TdApi.GetGroupsInCommon.html index 9e7cdaf..e3384c6 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetGroupsInCommon.html +++ b/docs/it/ernytech/tdlib/TdApi.GetGroupsInCommon.html @@ -2,7 +2,7 @@ - + TdApi.GetGroupsInCommon diff --git a/docs/it/ernytech/tdlib/TdApi.GetImportedContactCount.html b/docs/it/ernytech/tdlib/TdApi.GetImportedContactCount.html index 3fe3416..9435679 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetImportedContactCount.html +++ b/docs/it/ernytech/tdlib/TdApi.GetImportedContactCount.html @@ -2,7 +2,7 @@ - + TdApi.GetImportedContactCount diff --git a/docs/it/ernytech/tdlib/TdApi.GetInlineGameHighScores.html b/docs/it/ernytech/tdlib/TdApi.GetInlineGameHighScores.html index b6c183c..e98869c 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetInlineGameHighScores.html +++ b/docs/it/ernytech/tdlib/TdApi.GetInlineGameHighScores.html @@ -2,7 +2,7 @@ - + TdApi.GetInlineGameHighScores diff --git a/docs/it/ernytech/tdlib/TdApi.GetInlineQueryResults.html b/docs/it/ernytech/tdlib/TdApi.GetInlineQueryResults.html index fdd899e..671c840 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetInlineQueryResults.html +++ b/docs/it/ernytech/tdlib/TdApi.GetInlineQueryResults.html @@ -2,7 +2,7 @@ - + TdApi.GetInlineQueryResults diff --git a/docs/it/ernytech/tdlib/TdApi.GetInstalledStickerSets.html b/docs/it/ernytech/tdlib/TdApi.GetInstalledStickerSets.html index 172e1f8..c7b5573 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetInstalledStickerSets.html +++ b/docs/it/ernytech/tdlib/TdApi.GetInstalledStickerSets.html @@ -2,7 +2,7 @@ - + TdApi.GetInstalledStickerSets diff --git a/docs/it/ernytech/tdlib/TdApi.GetInviteText.html b/docs/it/ernytech/tdlib/TdApi.GetInviteText.html index c5fa2fb..67e34e4 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetInviteText.html +++ b/docs/it/ernytech/tdlib/TdApi.GetInviteText.html @@ -2,7 +2,7 @@ - + TdApi.GetInviteText diff --git a/docs/it/ernytech/tdlib/TdApi.GetMe.html b/docs/it/ernytech/tdlib/TdApi.GetMe.html index b2027af..cae64ff 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetMe.html +++ b/docs/it/ernytech/tdlib/TdApi.GetMe.html @@ -2,7 +2,7 @@ - + TdApi.GetMe diff --git a/docs/it/ernytech/tdlib/TdApi.GetMessage.html b/docs/it/ernytech/tdlib/TdApi.GetMessage.html index 5fea827..416d9c9 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.GetMessage.html @@ -2,7 +2,7 @@ - + TdApi.GetMessage diff --git a/docs/it/ernytech/tdlib/TdApi.GetMessages.html b/docs/it/ernytech/tdlib/TdApi.GetMessages.html index 38d883e..ee563fc 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.GetMessages.html @@ -2,7 +2,7 @@ - + TdApi.GetMessages diff --git a/docs/it/ernytech/tdlib/TdApi.GetNetworkStatistics.html b/docs/it/ernytech/tdlib/TdApi.GetNetworkStatistics.html index acd72ef..8ebd8ae 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetNetworkStatistics.html +++ b/docs/it/ernytech/tdlib/TdApi.GetNetworkStatistics.html @@ -2,7 +2,7 @@ - + TdApi.GetNetworkStatistics diff --git a/docs/it/ernytech/tdlib/TdApi.GetNotificationSettings.html b/docs/it/ernytech/tdlib/TdApi.GetNotificationSettings.html index 66dd1fc..70a12ee 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetNotificationSettings.html +++ b/docs/it/ernytech/tdlib/TdApi.GetNotificationSettings.html @@ -2,7 +2,7 @@ - + TdApi.GetNotificationSettings diff --git a/docs/it/ernytech/tdlib/TdApi.GetOption.html b/docs/it/ernytech/tdlib/TdApi.GetOption.html index 66fbf3f..aa3b9b0 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetOption.html +++ b/docs/it/ernytech/tdlib/TdApi.GetOption.html @@ -2,7 +2,7 @@ - + TdApi.GetOption diff --git a/docs/it/ernytech/tdlib/TdApi.GetPasswordState.html b/docs/it/ernytech/tdlib/TdApi.GetPasswordState.html index 21fbff1..80518c9 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetPasswordState.html +++ b/docs/it/ernytech/tdlib/TdApi.GetPasswordState.html @@ -2,7 +2,7 @@ - + TdApi.GetPasswordState diff --git a/docs/it/ernytech/tdlib/TdApi.GetPaymentForm.html b/docs/it/ernytech/tdlib/TdApi.GetPaymentForm.html index babc849..6eec9b3 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetPaymentForm.html +++ b/docs/it/ernytech/tdlib/TdApi.GetPaymentForm.html @@ -2,7 +2,7 @@ - + TdApi.GetPaymentForm diff --git a/docs/it/ernytech/tdlib/TdApi.GetPaymentReceipt.html b/docs/it/ernytech/tdlib/TdApi.GetPaymentReceipt.html index 001bca1..fa43d95 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetPaymentReceipt.html +++ b/docs/it/ernytech/tdlib/TdApi.GetPaymentReceipt.html @@ -2,7 +2,7 @@ - + TdApi.GetPaymentReceipt diff --git a/docs/it/ernytech/tdlib/TdApi.GetProxy.html b/docs/it/ernytech/tdlib/TdApi.GetProxy.html index 7f89ac6..e05dd52 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetProxy.html +++ b/docs/it/ernytech/tdlib/TdApi.GetProxy.html @@ -2,7 +2,7 @@ - + TdApi.GetProxy diff --git a/docs/it/ernytech/tdlib/TdApi.GetPublicMessageLink.html b/docs/it/ernytech/tdlib/TdApi.GetPublicMessageLink.html index b35c5d5..9f80e37 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetPublicMessageLink.html +++ b/docs/it/ernytech/tdlib/TdApi.GetPublicMessageLink.html @@ -2,7 +2,7 @@ - + TdApi.GetPublicMessageLink diff --git a/docs/it/ernytech/tdlib/TdApi.GetRecentInlineBots.html b/docs/it/ernytech/tdlib/TdApi.GetRecentInlineBots.html index 5876cdb..1406bad 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetRecentInlineBots.html +++ b/docs/it/ernytech/tdlib/TdApi.GetRecentInlineBots.html @@ -2,7 +2,7 @@ - + TdApi.GetRecentInlineBots diff --git a/docs/it/ernytech/tdlib/TdApi.GetRecentStickers.html b/docs/it/ernytech/tdlib/TdApi.GetRecentStickers.html index a2ad542..d272377 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetRecentStickers.html +++ b/docs/it/ernytech/tdlib/TdApi.GetRecentStickers.html @@ -2,7 +2,7 @@ - + TdApi.GetRecentStickers diff --git a/docs/it/ernytech/tdlib/TdApi.GetRecentlyVisitedTMeUrls.html b/docs/it/ernytech/tdlib/TdApi.GetRecentlyVisitedTMeUrls.html index 4c75ed0..188007a 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetRecentlyVisitedTMeUrls.html +++ b/docs/it/ernytech/tdlib/TdApi.GetRecentlyVisitedTMeUrls.html @@ -2,7 +2,7 @@ - + TdApi.GetRecentlyVisitedTMeUrls diff --git a/docs/it/ernytech/tdlib/TdApi.GetRecoveryEmailAddress.html b/docs/it/ernytech/tdlib/TdApi.GetRecoveryEmailAddress.html index c63aaf1..7b168c9 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetRecoveryEmailAddress.html +++ b/docs/it/ernytech/tdlib/TdApi.GetRecoveryEmailAddress.html @@ -2,7 +2,7 @@ - + TdApi.GetRecoveryEmailAddress diff --git a/docs/it/ernytech/tdlib/TdApi.GetRemoteFile.html b/docs/it/ernytech/tdlib/TdApi.GetRemoteFile.html index 0e5b70b..6744b6a 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetRemoteFile.html +++ b/docs/it/ernytech/tdlib/TdApi.GetRemoteFile.html @@ -2,7 +2,7 @@ - + TdApi.GetRemoteFile diff --git a/docs/it/ernytech/tdlib/TdApi.GetRepliedMessage.html b/docs/it/ernytech/tdlib/TdApi.GetRepliedMessage.html index b58c9e7..7a325a7 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetRepliedMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.GetRepliedMessage.html @@ -2,7 +2,7 @@ - + TdApi.GetRepliedMessage diff --git a/docs/it/ernytech/tdlib/TdApi.GetSavedAnimations.html b/docs/it/ernytech/tdlib/TdApi.GetSavedAnimations.html index 6114eac..a76aad4 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetSavedAnimations.html +++ b/docs/it/ernytech/tdlib/TdApi.GetSavedAnimations.html @@ -2,7 +2,7 @@ - + TdApi.GetSavedAnimations diff --git a/docs/it/ernytech/tdlib/TdApi.GetSavedOrderInfo.html b/docs/it/ernytech/tdlib/TdApi.GetSavedOrderInfo.html index 61552c2..57581e0 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetSavedOrderInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.GetSavedOrderInfo.html @@ -2,7 +2,7 @@ - + TdApi.GetSavedOrderInfo diff --git a/docs/it/ernytech/tdlib/TdApi.GetSecretChat.html b/docs/it/ernytech/tdlib/TdApi.GetSecretChat.html index 1ee1968..0f8bcc7 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetSecretChat.html +++ b/docs/it/ernytech/tdlib/TdApi.GetSecretChat.html @@ -2,7 +2,7 @@ - + TdApi.GetSecretChat diff --git a/docs/it/ernytech/tdlib/TdApi.GetStickerEmojis.html b/docs/it/ernytech/tdlib/TdApi.GetStickerEmojis.html index b1ac3b5..6d0338f 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetStickerEmojis.html +++ b/docs/it/ernytech/tdlib/TdApi.GetStickerEmojis.html @@ -2,7 +2,7 @@ - + TdApi.GetStickerEmojis diff --git a/docs/it/ernytech/tdlib/TdApi.GetStickerSet.html b/docs/it/ernytech/tdlib/TdApi.GetStickerSet.html index 7cb42d9..6c3c5c0 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetStickerSet.html +++ b/docs/it/ernytech/tdlib/TdApi.GetStickerSet.html @@ -2,7 +2,7 @@ - + TdApi.GetStickerSet diff --git a/docs/it/ernytech/tdlib/TdApi.GetStickers.html b/docs/it/ernytech/tdlib/TdApi.GetStickers.html index 87f182d..22f0584 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetStickers.html +++ b/docs/it/ernytech/tdlib/TdApi.GetStickers.html @@ -2,7 +2,7 @@ - + TdApi.GetStickers diff --git a/docs/it/ernytech/tdlib/TdApi.GetStorageStatistics.html b/docs/it/ernytech/tdlib/TdApi.GetStorageStatistics.html index 69bc4b2..af2bc2c 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetStorageStatistics.html +++ b/docs/it/ernytech/tdlib/TdApi.GetStorageStatistics.html @@ -2,7 +2,7 @@ - + TdApi.GetStorageStatistics diff --git a/docs/it/ernytech/tdlib/TdApi.GetStorageStatisticsFast.html b/docs/it/ernytech/tdlib/TdApi.GetStorageStatisticsFast.html index 8d57d69..f1b271b 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetStorageStatisticsFast.html +++ b/docs/it/ernytech/tdlib/TdApi.GetStorageStatisticsFast.html @@ -2,7 +2,7 @@ - + TdApi.GetStorageStatisticsFast diff --git a/docs/it/ernytech/tdlib/TdApi.GetSupergroup.html b/docs/it/ernytech/tdlib/TdApi.GetSupergroup.html index e6ef363..c00d803 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetSupergroup.html +++ b/docs/it/ernytech/tdlib/TdApi.GetSupergroup.html @@ -2,7 +2,7 @@ - + TdApi.GetSupergroup diff --git a/docs/it/ernytech/tdlib/TdApi.GetSupergroupFullInfo.html b/docs/it/ernytech/tdlib/TdApi.GetSupergroupFullInfo.html index b2ecc56..a4f190e 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetSupergroupFullInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.GetSupergroupFullInfo.html @@ -2,7 +2,7 @@ - + TdApi.GetSupergroupFullInfo diff --git a/docs/it/ernytech/tdlib/TdApi.GetSupergroupMembers.html b/docs/it/ernytech/tdlib/TdApi.GetSupergroupMembers.html index 71704f9..9af42b0 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetSupergroupMembers.html +++ b/docs/it/ernytech/tdlib/TdApi.GetSupergroupMembers.html @@ -2,7 +2,7 @@ - + TdApi.GetSupergroupMembers diff --git a/docs/it/ernytech/tdlib/TdApi.GetSupportUser.html b/docs/it/ernytech/tdlib/TdApi.GetSupportUser.html index b40a69b..a2a806a 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetSupportUser.html +++ b/docs/it/ernytech/tdlib/TdApi.GetSupportUser.html @@ -2,7 +2,7 @@ - + TdApi.GetSupportUser diff --git a/docs/it/ernytech/tdlib/TdApi.GetTemporaryPasswordState.html b/docs/it/ernytech/tdlib/TdApi.GetTemporaryPasswordState.html index 35929af..2a83584 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetTemporaryPasswordState.html +++ b/docs/it/ernytech/tdlib/TdApi.GetTemporaryPasswordState.html @@ -2,7 +2,7 @@ - + TdApi.GetTemporaryPasswordState diff --git a/docs/it/ernytech/tdlib/TdApi.GetTermsOfService.html b/docs/it/ernytech/tdlib/TdApi.GetTermsOfService.html index 8850df6..26ade33 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetTermsOfService.html +++ b/docs/it/ernytech/tdlib/TdApi.GetTermsOfService.html @@ -2,7 +2,7 @@ - + TdApi.GetTermsOfService diff --git a/docs/it/ernytech/tdlib/TdApi.GetTextEntities.html b/docs/it/ernytech/tdlib/TdApi.GetTextEntities.html index 828182c..1bc1cb6 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetTextEntities.html +++ b/docs/it/ernytech/tdlib/TdApi.GetTextEntities.html @@ -2,7 +2,7 @@ - + TdApi.GetTextEntities diff --git a/docs/it/ernytech/tdlib/TdApi.GetTopChats.html b/docs/it/ernytech/tdlib/TdApi.GetTopChats.html index 2ccf499..9351389 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetTopChats.html +++ b/docs/it/ernytech/tdlib/TdApi.GetTopChats.html @@ -2,7 +2,7 @@ - + TdApi.GetTopChats diff --git a/docs/it/ernytech/tdlib/TdApi.GetTrendingStickerSets.html b/docs/it/ernytech/tdlib/TdApi.GetTrendingStickerSets.html index 5535621..89216aa 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetTrendingStickerSets.html +++ b/docs/it/ernytech/tdlib/TdApi.GetTrendingStickerSets.html @@ -2,7 +2,7 @@ - + TdApi.GetTrendingStickerSets diff --git a/docs/it/ernytech/tdlib/TdApi.GetUser.html b/docs/it/ernytech/tdlib/TdApi.GetUser.html index 65b1091..62e7e19 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetUser.html +++ b/docs/it/ernytech/tdlib/TdApi.GetUser.html @@ -2,7 +2,7 @@ - + TdApi.GetUser diff --git a/docs/it/ernytech/tdlib/TdApi.GetUserFullInfo.html b/docs/it/ernytech/tdlib/TdApi.GetUserFullInfo.html index 0ac3e4e..790a6ca 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetUserFullInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.GetUserFullInfo.html @@ -2,7 +2,7 @@ - + TdApi.GetUserFullInfo diff --git a/docs/it/ernytech/tdlib/TdApi.GetUserPrivacySettingRules.html b/docs/it/ernytech/tdlib/TdApi.GetUserPrivacySettingRules.html index 28220c2..06908bf 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetUserPrivacySettingRules.html +++ b/docs/it/ernytech/tdlib/TdApi.GetUserPrivacySettingRules.html @@ -2,7 +2,7 @@ - + TdApi.GetUserPrivacySettingRules diff --git a/docs/it/ernytech/tdlib/TdApi.GetUserProfilePhotos.html b/docs/it/ernytech/tdlib/TdApi.GetUserProfilePhotos.html index 46c28b9..7730418 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetUserProfilePhotos.html +++ b/docs/it/ernytech/tdlib/TdApi.GetUserProfilePhotos.html @@ -2,7 +2,7 @@ - + TdApi.GetUserProfilePhotos diff --git a/docs/it/ernytech/tdlib/TdApi.GetWallpapers.html b/docs/it/ernytech/tdlib/TdApi.GetWallpapers.html index 8d13605..96846cd 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetWallpapers.html +++ b/docs/it/ernytech/tdlib/TdApi.GetWallpapers.html @@ -2,7 +2,7 @@ - + TdApi.GetWallpapers diff --git a/docs/it/ernytech/tdlib/TdApi.GetWebPageInstantView.html b/docs/it/ernytech/tdlib/TdApi.GetWebPageInstantView.html index 9354bd8..2d83344 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetWebPageInstantView.html +++ b/docs/it/ernytech/tdlib/TdApi.GetWebPageInstantView.html @@ -2,7 +2,7 @@ - + TdApi.GetWebPageInstantView diff --git a/docs/it/ernytech/tdlib/TdApi.GetWebPagePreview.html b/docs/it/ernytech/tdlib/TdApi.GetWebPagePreview.html index 5b99465..1a46b9a 100644 --- a/docs/it/ernytech/tdlib/TdApi.GetWebPagePreview.html +++ b/docs/it/ernytech/tdlib/TdApi.GetWebPagePreview.html @@ -2,7 +2,7 @@ - + TdApi.GetWebPagePreview diff --git a/docs/it/ernytech/tdlib/TdApi.Hashtags.html b/docs/it/ernytech/tdlib/TdApi.Hashtags.html index 16e2e4c..bc46a1f 100644 --- a/docs/it/ernytech/tdlib/TdApi.Hashtags.html +++ b/docs/it/ernytech/tdlib/TdApi.Hashtags.html @@ -2,7 +2,7 @@ - + TdApi.Hashtags diff --git a/docs/it/ernytech/tdlib/TdApi.ImportContacts.html b/docs/it/ernytech/tdlib/TdApi.ImportContacts.html index 886d6dc..b9ccea4 100644 --- a/docs/it/ernytech/tdlib/TdApi.ImportContacts.html +++ b/docs/it/ernytech/tdlib/TdApi.ImportContacts.html @@ -2,7 +2,7 @@ - + TdApi.ImportContacts diff --git a/docs/it/ernytech/tdlib/TdApi.ImportedContacts.html b/docs/it/ernytech/tdlib/TdApi.ImportedContacts.html index 1ba73aa..95d8bce 100644 --- a/docs/it/ernytech/tdlib/TdApi.ImportedContacts.html +++ b/docs/it/ernytech/tdlib/TdApi.ImportedContacts.html @@ -2,7 +2,7 @@ - + TdApi.ImportedContacts diff --git a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButton.html b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButton.html index 374515b..2e1bc2a 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButton.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButton.html @@ -2,7 +2,7 @@ - + TdApi.InlineKeyboardButton diff --git a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonType.html b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonType.html index 955b7cd..da2ddaf 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonType.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonType.html @@ -2,7 +2,7 @@ - + TdApi.InlineKeyboardButtonType diff --git a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeBuy.html b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeBuy.html index f00ad26..54a0fb1 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeBuy.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeBuy.html @@ -2,7 +2,7 @@ - + TdApi.InlineKeyboardButtonTypeBuy diff --git a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeCallback.html b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeCallback.html index 4eec9b6..29b9202 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeCallback.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeCallback.html @@ -2,7 +2,7 @@ - + TdApi.InlineKeyboardButtonTypeCallback diff --git a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeCallbackGame.html b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeCallbackGame.html index eeed537..16f1224 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeCallbackGame.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeCallbackGame.html @@ -2,7 +2,7 @@ - + TdApi.InlineKeyboardButtonTypeCallbackGame diff --git a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeSwitchInline.html b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeSwitchInline.html index b161c3f..fc1c7cc 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeSwitchInline.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeSwitchInline.html @@ -2,7 +2,7 @@ - + TdApi.InlineKeyboardButtonTypeSwitchInline diff --git a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeUrl.html b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeUrl.html index 5d447d8..39f3c10 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeUrl.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeUrl.html @@ -2,7 +2,7 @@ - + TdApi.InlineKeyboardButtonTypeUrl diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResult.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResult.html index 92cb916..85990a6 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResult.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResult.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResult diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultAnimation.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultAnimation.html index 767272d..858d872 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultAnimation.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultAnimation.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultAnimation diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultArticle.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultArticle.html index 4e42533..24a5afb 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultArticle.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultArticle.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultArticle diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultAudio.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultAudio.html index a2cf072..d3cbd96 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultAudio.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultAudio.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultAudio diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultContact.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultContact.html index 7dab6df..d256149 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultContact.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultContact.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultContact diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultDocument.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultDocument.html index bc1f437..856f993 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultDocument.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultDocument.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultDocument diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultGame.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultGame.html index c1d2d69..b79ba4b 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultGame.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultGame.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultGame diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultLocation.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultLocation.html index 33ba8c3..56b777e 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultLocation.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultLocation.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultLocation diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultPhoto.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultPhoto.html index 91949dc..f969f5c 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultPhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultPhoto.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultPhoto diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultSticker.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultSticker.html index 545cbbc..3e5c578 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultSticker.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultSticker.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultSticker diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVenue.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVenue.html index 5bf5dc3..d02abcf 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVenue.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVenue.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultVenue diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVideo.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVideo.html index 1e2f65d..fe1c1e7 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVideo.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVideo.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultVideo diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVoiceNote.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVoiceNote.html index 2329ca3..94737e8 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVoiceNote.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResultVoiceNote.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResultVoiceNote diff --git a/docs/it/ernytech/tdlib/TdApi.InlineQueryResults.html b/docs/it/ernytech/tdlib/TdApi.InlineQueryResults.html index 1ab5e6e..f5e5fe4 100644 --- a/docs/it/ernytech/tdlib/TdApi.InlineQueryResults.html +++ b/docs/it/ernytech/tdlib/TdApi.InlineQueryResults.html @@ -2,7 +2,7 @@ - + TdApi.InlineQueryResults diff --git a/docs/it/ernytech/tdlib/TdApi.InputCredentials.html b/docs/it/ernytech/tdlib/TdApi.InputCredentials.html index be92c7f..ad23c43 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputCredentials.html +++ b/docs/it/ernytech/tdlib/TdApi.InputCredentials.html @@ -2,7 +2,7 @@ - + TdApi.InputCredentials diff --git a/docs/it/ernytech/tdlib/TdApi.InputCredentialsAndroidPay.html b/docs/it/ernytech/tdlib/TdApi.InputCredentialsAndroidPay.html index 5938042..0beec68 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputCredentialsAndroidPay.html +++ b/docs/it/ernytech/tdlib/TdApi.InputCredentialsAndroidPay.html @@ -2,7 +2,7 @@ - + TdApi.InputCredentialsAndroidPay diff --git a/docs/it/ernytech/tdlib/TdApi.InputCredentialsApplePay.html b/docs/it/ernytech/tdlib/TdApi.InputCredentialsApplePay.html index c826685..5c764e9 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputCredentialsApplePay.html +++ b/docs/it/ernytech/tdlib/TdApi.InputCredentialsApplePay.html @@ -2,7 +2,7 @@ - + TdApi.InputCredentialsApplePay diff --git a/docs/it/ernytech/tdlib/TdApi.InputCredentialsNew.html b/docs/it/ernytech/tdlib/TdApi.InputCredentialsNew.html index f68a7f6..5e40703 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputCredentialsNew.html +++ b/docs/it/ernytech/tdlib/TdApi.InputCredentialsNew.html @@ -2,7 +2,7 @@ - + TdApi.InputCredentialsNew diff --git a/docs/it/ernytech/tdlib/TdApi.InputCredentialsSaved.html b/docs/it/ernytech/tdlib/TdApi.InputCredentialsSaved.html index dac352a..13c95e0 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputCredentialsSaved.html +++ b/docs/it/ernytech/tdlib/TdApi.InputCredentialsSaved.html @@ -2,7 +2,7 @@ - + TdApi.InputCredentialsSaved diff --git a/docs/it/ernytech/tdlib/TdApi.InputFile.html b/docs/it/ernytech/tdlib/TdApi.InputFile.html index 0608b72..6e236e9 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputFile.html +++ b/docs/it/ernytech/tdlib/TdApi.InputFile.html @@ -2,7 +2,7 @@ - + TdApi.InputFile diff --git a/docs/it/ernytech/tdlib/TdApi.InputFileGenerated.html b/docs/it/ernytech/tdlib/TdApi.InputFileGenerated.html index 8b381c0..64d12e5 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputFileGenerated.html +++ b/docs/it/ernytech/tdlib/TdApi.InputFileGenerated.html @@ -2,7 +2,7 @@ - + TdApi.InputFileGenerated diff --git a/docs/it/ernytech/tdlib/TdApi.InputFileId.html b/docs/it/ernytech/tdlib/TdApi.InputFileId.html index 69b078a..4520d48 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputFileId.html +++ b/docs/it/ernytech/tdlib/TdApi.InputFileId.html @@ -2,7 +2,7 @@ - + TdApi.InputFileId diff --git a/docs/it/ernytech/tdlib/TdApi.InputFileLocal.html b/docs/it/ernytech/tdlib/TdApi.InputFileLocal.html index 23ba66a..a0cb700 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputFileLocal.html +++ b/docs/it/ernytech/tdlib/TdApi.InputFileLocal.html @@ -2,7 +2,7 @@ - + TdApi.InputFileLocal diff --git a/docs/it/ernytech/tdlib/TdApi.InputFileRemote.html b/docs/it/ernytech/tdlib/TdApi.InputFileRemote.html index f84acf1..33fc619 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputFileRemote.html +++ b/docs/it/ernytech/tdlib/TdApi.InputFileRemote.html @@ -2,7 +2,7 @@ - + TdApi.InputFileRemote diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResult.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResult.html index 4b095a5..8ed6e5a 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResult.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResult.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResult diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedGif.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedGif.html index fb4a950..5d935f3 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedGif.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedGif.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultAnimatedGif diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedMpeg4.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedMpeg4.html index ce53bd2..d9d1524 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedMpeg4.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedMpeg4.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultAnimatedMpeg4 diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultArticle.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultArticle.html index 8e83735..eae2a6b 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultArticle.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultArticle.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultArticle diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAudio.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAudio.html index 8928c78..c1c534b 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAudio.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultAudio.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultAudio diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultContact.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultContact.html index aab7250..0dddb79 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultContact.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultContact.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultContact diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultDocument.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultDocument.html index bf4a723..d515ee8 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultDocument.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultDocument.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultDocument diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultGame.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultGame.html index f40b492..a6b28c8 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultGame.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultGame.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultGame diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultLocation.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultLocation.html index ad168df..a741dcf 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultLocation.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultLocation.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultLocation diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultPhoto.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultPhoto.html index 54d3a8f..2e8f5df 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultPhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultPhoto.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultPhoto diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultSticker.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultSticker.html index 0a0304e..12926c3 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultSticker.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultSticker.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultSticker diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVenue.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVenue.html index 8a43d7a..57e4453 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVenue.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVenue.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultVenue diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVideo.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVideo.html index f474b06..b4a77a5 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVideo.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVideo.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultVideo diff --git a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVoiceNote.html b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVoiceNote.html index 3bf2753..02cd6b0 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVoiceNote.html +++ b/docs/it/ernytech/tdlib/TdApi.InputInlineQueryResultVoiceNote.html @@ -2,7 +2,7 @@ - + TdApi.InputInlineQueryResultVoiceNote diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageAnimation.html b/docs/it/ernytech/tdlib/TdApi.InputMessageAnimation.html index 80e5834..52f8b99 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageAnimation.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageAnimation.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageAnimation diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageAudio.html b/docs/it/ernytech/tdlib/TdApi.InputMessageAudio.html index cbe208c..c1edbb3 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageAudio.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageAudio.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageAudio diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageContact.html b/docs/it/ernytech/tdlib/TdApi.InputMessageContact.html index 23d1ee3..260e297 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageContact.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageContact.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageContact diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageContent.html b/docs/it/ernytech/tdlib/TdApi.InputMessageContent.html index 0868a33..f24d75d 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageContent.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageContent.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageContent diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageDocument.html b/docs/it/ernytech/tdlib/TdApi.InputMessageDocument.html index c44ead2..74990cf 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageDocument.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageDocument.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageDocument diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageForwarded.html b/docs/it/ernytech/tdlib/TdApi.InputMessageForwarded.html index e6dc11a..f1819e9 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageForwarded.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageForwarded.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageForwarded diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageGame.html b/docs/it/ernytech/tdlib/TdApi.InputMessageGame.html index d3bec16..1bc845a 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageGame.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageGame.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageGame diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageInvoice.html b/docs/it/ernytech/tdlib/TdApi.InputMessageInvoice.html index 5223d75..7e9afc4 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageInvoice.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageInvoice.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageInvoice diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageLocation.html b/docs/it/ernytech/tdlib/TdApi.InputMessageLocation.html index cf05c32..e701b11 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageLocation.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageLocation.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageLocation diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessagePhoto.html b/docs/it/ernytech/tdlib/TdApi.InputMessagePhoto.html index 257ce5a..498ca85 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessagePhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessagePhoto.html @@ -2,7 +2,7 @@ - + TdApi.InputMessagePhoto diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageSticker.html b/docs/it/ernytech/tdlib/TdApi.InputMessageSticker.html index 39d4022..0d748f8 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageSticker.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageSticker.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageSticker diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageText.html b/docs/it/ernytech/tdlib/TdApi.InputMessageText.html index 48eda50..7550e04 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageText.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageText.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageText diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageVenue.html b/docs/it/ernytech/tdlib/TdApi.InputMessageVenue.html index fd51cf5..5fe4bbc 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageVenue.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageVenue.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageVenue diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageVideo.html b/docs/it/ernytech/tdlib/TdApi.InputMessageVideo.html index f1a24d8..e5f1fa2 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageVideo.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageVideo.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageVideo diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageVideoNote.html b/docs/it/ernytech/tdlib/TdApi.InputMessageVideoNote.html index 6271318..e31f869 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageVideoNote.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageVideoNote.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageVideoNote diff --git a/docs/it/ernytech/tdlib/TdApi.InputMessageVoiceNote.html b/docs/it/ernytech/tdlib/TdApi.InputMessageVoiceNote.html index 53d13bb..cd998e4 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputMessageVoiceNote.html +++ b/docs/it/ernytech/tdlib/TdApi.InputMessageVoiceNote.html @@ -2,7 +2,7 @@ - + TdApi.InputMessageVoiceNote diff --git a/docs/it/ernytech/tdlib/TdApi.InputSticker.html b/docs/it/ernytech/tdlib/TdApi.InputSticker.html index e7a0f6e..da04d18 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputSticker.html +++ b/docs/it/ernytech/tdlib/TdApi.InputSticker.html @@ -2,7 +2,7 @@ - + TdApi.InputSticker diff --git a/docs/it/ernytech/tdlib/TdApi.InputThumbnail.html b/docs/it/ernytech/tdlib/TdApi.InputThumbnail.html index 1aab3cc..f9a53fa 100644 --- a/docs/it/ernytech/tdlib/TdApi.InputThumbnail.html +++ b/docs/it/ernytech/tdlib/TdApi.InputThumbnail.html @@ -2,7 +2,7 @@ - + TdApi.InputThumbnail diff --git a/docs/it/ernytech/tdlib/TdApi.Invoice.html b/docs/it/ernytech/tdlib/TdApi.Invoice.html index 697fc5e..b06deba 100644 --- a/docs/it/ernytech/tdlib/TdApi.Invoice.html +++ b/docs/it/ernytech/tdlib/TdApi.Invoice.html @@ -2,7 +2,7 @@ - + TdApi.Invoice diff --git a/docs/it/ernytech/tdlib/TdApi.JoinChatByInviteLink.html b/docs/it/ernytech/tdlib/TdApi.JoinChatByInviteLink.html index 4364f68..f0c4485 100644 --- a/docs/it/ernytech/tdlib/TdApi.JoinChatByInviteLink.html +++ b/docs/it/ernytech/tdlib/TdApi.JoinChatByInviteLink.html @@ -2,7 +2,7 @@ - + TdApi.JoinChatByInviteLink diff --git a/docs/it/ernytech/tdlib/TdApi.KeyboardButton.html b/docs/it/ernytech/tdlib/TdApi.KeyboardButton.html index 84aedbd..26d6202 100644 --- a/docs/it/ernytech/tdlib/TdApi.KeyboardButton.html +++ b/docs/it/ernytech/tdlib/TdApi.KeyboardButton.html @@ -2,7 +2,7 @@ - + TdApi.KeyboardButton diff --git a/docs/it/ernytech/tdlib/TdApi.KeyboardButtonType.html b/docs/it/ernytech/tdlib/TdApi.KeyboardButtonType.html index 80fc63f..c616256 100644 --- a/docs/it/ernytech/tdlib/TdApi.KeyboardButtonType.html +++ b/docs/it/ernytech/tdlib/TdApi.KeyboardButtonType.html @@ -2,7 +2,7 @@ - + TdApi.KeyboardButtonType diff --git a/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeRequestLocation.html b/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeRequestLocation.html index 35be14d..5f29a0b 100644 --- a/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeRequestLocation.html +++ b/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeRequestLocation.html @@ -2,7 +2,7 @@ - + TdApi.KeyboardButtonTypeRequestLocation diff --git a/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeRequestPhoneNumber.html b/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeRequestPhoneNumber.html index b6f8b6e..5789c79 100644 --- a/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeRequestPhoneNumber.html +++ b/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeRequestPhoneNumber.html @@ -2,7 +2,7 @@ - + TdApi.KeyboardButtonTypeRequestPhoneNumber diff --git a/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeText.html b/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeText.html index c781bfb..8083e6d 100644 --- a/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeText.html +++ b/docs/it/ernytech/tdlib/TdApi.KeyboardButtonTypeText.html @@ -2,7 +2,7 @@ - + TdApi.KeyboardButtonTypeText diff --git a/docs/it/ernytech/tdlib/TdApi.LabeledPricePart.html b/docs/it/ernytech/tdlib/TdApi.LabeledPricePart.html index 375c127..bfbfff3 100644 --- a/docs/it/ernytech/tdlib/TdApi.LabeledPricePart.html +++ b/docs/it/ernytech/tdlib/TdApi.LabeledPricePart.html @@ -2,7 +2,7 @@ - + TdApi.LabeledPricePart diff --git a/docs/it/ernytech/tdlib/TdApi.LinkState.html b/docs/it/ernytech/tdlib/TdApi.LinkState.html index 535e3b7..aa4ace0 100644 --- a/docs/it/ernytech/tdlib/TdApi.LinkState.html +++ b/docs/it/ernytech/tdlib/TdApi.LinkState.html @@ -2,7 +2,7 @@ - + TdApi.LinkState diff --git a/docs/it/ernytech/tdlib/TdApi.LinkStateIsContact.html b/docs/it/ernytech/tdlib/TdApi.LinkStateIsContact.html index b5b9590..9bc57cb 100644 --- a/docs/it/ernytech/tdlib/TdApi.LinkStateIsContact.html +++ b/docs/it/ernytech/tdlib/TdApi.LinkStateIsContact.html @@ -2,7 +2,7 @@ - + TdApi.LinkStateIsContact diff --git a/docs/it/ernytech/tdlib/TdApi.LinkStateKnowsPhoneNumber.html b/docs/it/ernytech/tdlib/TdApi.LinkStateKnowsPhoneNumber.html index c329241..125b9fc 100644 --- a/docs/it/ernytech/tdlib/TdApi.LinkStateKnowsPhoneNumber.html +++ b/docs/it/ernytech/tdlib/TdApi.LinkStateKnowsPhoneNumber.html @@ -2,7 +2,7 @@ - + TdApi.LinkStateKnowsPhoneNumber diff --git a/docs/it/ernytech/tdlib/TdApi.LinkStateNone.html b/docs/it/ernytech/tdlib/TdApi.LinkStateNone.html index b1dfa55..57384cf 100644 --- a/docs/it/ernytech/tdlib/TdApi.LinkStateNone.html +++ b/docs/it/ernytech/tdlib/TdApi.LinkStateNone.html @@ -2,7 +2,7 @@ - + TdApi.LinkStateNone diff --git a/docs/it/ernytech/tdlib/TdApi.LocalFile.html b/docs/it/ernytech/tdlib/TdApi.LocalFile.html index 0a7b120..06ca626 100644 --- a/docs/it/ernytech/tdlib/TdApi.LocalFile.html +++ b/docs/it/ernytech/tdlib/TdApi.LocalFile.html @@ -2,7 +2,7 @@ - + TdApi.LocalFile diff --git a/docs/it/ernytech/tdlib/TdApi.Location.html b/docs/it/ernytech/tdlib/TdApi.Location.html index cf14ef1..097994b 100644 --- a/docs/it/ernytech/tdlib/TdApi.Location.html +++ b/docs/it/ernytech/tdlib/TdApi.Location.html @@ -2,7 +2,7 @@ - + TdApi.Location diff --git a/docs/it/ernytech/tdlib/TdApi.LogOut.html b/docs/it/ernytech/tdlib/TdApi.LogOut.html index 04dcb7d..a52921a 100644 --- a/docs/it/ernytech/tdlib/TdApi.LogOut.html +++ b/docs/it/ernytech/tdlib/TdApi.LogOut.html @@ -2,7 +2,7 @@ - + TdApi.LogOut diff --git a/docs/it/ernytech/tdlib/TdApi.MaskPoint.html b/docs/it/ernytech/tdlib/TdApi.MaskPoint.html index d63de8c..64b07e3 100644 --- a/docs/it/ernytech/tdlib/TdApi.MaskPoint.html +++ b/docs/it/ernytech/tdlib/TdApi.MaskPoint.html @@ -2,7 +2,7 @@ - + TdApi.MaskPoint diff --git a/docs/it/ernytech/tdlib/TdApi.MaskPointChin.html b/docs/it/ernytech/tdlib/TdApi.MaskPointChin.html index 9e433ed..6f75a2d 100644 --- a/docs/it/ernytech/tdlib/TdApi.MaskPointChin.html +++ b/docs/it/ernytech/tdlib/TdApi.MaskPointChin.html @@ -2,7 +2,7 @@ - + TdApi.MaskPointChin diff --git a/docs/it/ernytech/tdlib/TdApi.MaskPointEyes.html b/docs/it/ernytech/tdlib/TdApi.MaskPointEyes.html index 631bf6f..2364b89 100644 --- a/docs/it/ernytech/tdlib/TdApi.MaskPointEyes.html +++ b/docs/it/ernytech/tdlib/TdApi.MaskPointEyes.html @@ -2,7 +2,7 @@ - + TdApi.MaskPointEyes diff --git a/docs/it/ernytech/tdlib/TdApi.MaskPointForehead.html b/docs/it/ernytech/tdlib/TdApi.MaskPointForehead.html index 7a12f1b..167864d 100644 --- a/docs/it/ernytech/tdlib/TdApi.MaskPointForehead.html +++ b/docs/it/ernytech/tdlib/TdApi.MaskPointForehead.html @@ -2,7 +2,7 @@ - + TdApi.MaskPointForehead diff --git a/docs/it/ernytech/tdlib/TdApi.MaskPointMouth.html b/docs/it/ernytech/tdlib/TdApi.MaskPointMouth.html index a04425e..8aadd86 100644 --- a/docs/it/ernytech/tdlib/TdApi.MaskPointMouth.html +++ b/docs/it/ernytech/tdlib/TdApi.MaskPointMouth.html @@ -2,7 +2,7 @@ - + TdApi.MaskPointMouth diff --git a/docs/it/ernytech/tdlib/TdApi.MaskPosition.html b/docs/it/ernytech/tdlib/TdApi.MaskPosition.html index edd12c0..56634fa 100644 --- a/docs/it/ernytech/tdlib/TdApi.MaskPosition.html +++ b/docs/it/ernytech/tdlib/TdApi.MaskPosition.html @@ -2,7 +2,7 @@ - + TdApi.MaskPosition diff --git a/docs/it/ernytech/tdlib/TdApi.Message.html b/docs/it/ernytech/tdlib/TdApi.Message.html index 84083e9..78d17d8 100644 --- a/docs/it/ernytech/tdlib/TdApi.Message.html +++ b/docs/it/ernytech/tdlib/TdApi.Message.html @@ -2,7 +2,7 @@ - + TdApi.Message diff --git a/docs/it/ernytech/tdlib/TdApi.MessageAnimation.html b/docs/it/ernytech/tdlib/TdApi.MessageAnimation.html index fb97545..5577c58 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageAnimation.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageAnimation.html @@ -2,7 +2,7 @@ - + TdApi.MessageAnimation diff --git a/docs/it/ernytech/tdlib/TdApi.MessageAudio.html b/docs/it/ernytech/tdlib/TdApi.MessageAudio.html index d2f618e..945cbfa 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageAudio.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageAudio.html @@ -2,7 +2,7 @@ - + TdApi.MessageAudio diff --git a/docs/it/ernytech/tdlib/TdApi.MessageBasicGroupChatCreate.html b/docs/it/ernytech/tdlib/TdApi.MessageBasicGroupChatCreate.html index 6255629..a28d53b 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageBasicGroupChatCreate.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageBasicGroupChatCreate.html @@ -2,7 +2,7 @@ - + TdApi.MessageBasicGroupChatCreate diff --git a/docs/it/ernytech/tdlib/TdApi.MessageCall.html b/docs/it/ernytech/tdlib/TdApi.MessageCall.html index 17ba9b8..88235f6 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageCall.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageCall.html @@ -2,7 +2,7 @@ - + TdApi.MessageCall diff --git a/docs/it/ernytech/tdlib/TdApi.MessageChatAddMembers.html b/docs/it/ernytech/tdlib/TdApi.MessageChatAddMembers.html index 00ede86..c0b3d2f 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageChatAddMembers.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageChatAddMembers.html @@ -2,7 +2,7 @@ - + TdApi.MessageChatAddMembers diff --git a/docs/it/ernytech/tdlib/TdApi.MessageChatChangePhoto.html b/docs/it/ernytech/tdlib/TdApi.MessageChatChangePhoto.html index 7eadcdc..8be275d 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageChatChangePhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageChatChangePhoto.html @@ -2,7 +2,7 @@ - + TdApi.MessageChatChangePhoto diff --git a/docs/it/ernytech/tdlib/TdApi.MessageChatChangeTitle.html b/docs/it/ernytech/tdlib/TdApi.MessageChatChangeTitle.html index 7b9ff55..2af9f05 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageChatChangeTitle.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageChatChangeTitle.html @@ -2,7 +2,7 @@ - + TdApi.MessageChatChangeTitle diff --git a/docs/it/ernytech/tdlib/TdApi.MessageChatDeleteMember.html b/docs/it/ernytech/tdlib/TdApi.MessageChatDeleteMember.html index 6481e38..d07b762 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageChatDeleteMember.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageChatDeleteMember.html @@ -2,7 +2,7 @@ - + TdApi.MessageChatDeleteMember diff --git a/docs/it/ernytech/tdlib/TdApi.MessageChatDeletePhoto.html b/docs/it/ernytech/tdlib/TdApi.MessageChatDeletePhoto.html index 81b86e7..e0ccd3c 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageChatDeletePhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageChatDeletePhoto.html @@ -2,7 +2,7 @@ - + TdApi.MessageChatDeletePhoto diff --git a/docs/it/ernytech/tdlib/TdApi.MessageChatJoinByLink.html b/docs/it/ernytech/tdlib/TdApi.MessageChatJoinByLink.html index 9a933ae..2304e21 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageChatJoinByLink.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageChatJoinByLink.html @@ -2,7 +2,7 @@ - + TdApi.MessageChatJoinByLink diff --git a/docs/it/ernytech/tdlib/TdApi.MessageChatSetTtl.html b/docs/it/ernytech/tdlib/TdApi.MessageChatSetTtl.html index 32fdabb..9398775 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageChatSetTtl.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageChatSetTtl.html @@ -2,7 +2,7 @@ - + TdApi.MessageChatSetTtl diff --git a/docs/it/ernytech/tdlib/TdApi.MessageChatUpgradeFrom.html b/docs/it/ernytech/tdlib/TdApi.MessageChatUpgradeFrom.html index 2c47e29..45a7e95 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageChatUpgradeFrom.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageChatUpgradeFrom.html @@ -2,7 +2,7 @@ - + TdApi.MessageChatUpgradeFrom diff --git a/docs/it/ernytech/tdlib/TdApi.MessageChatUpgradeTo.html b/docs/it/ernytech/tdlib/TdApi.MessageChatUpgradeTo.html index ec788eb..00f1eb8 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageChatUpgradeTo.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageChatUpgradeTo.html @@ -2,7 +2,7 @@ - + TdApi.MessageChatUpgradeTo diff --git a/docs/it/ernytech/tdlib/TdApi.MessageContact.html b/docs/it/ernytech/tdlib/TdApi.MessageContact.html index fc7e8d8..097afd7 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageContact.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageContact.html @@ -2,7 +2,7 @@ - + TdApi.MessageContact diff --git a/docs/it/ernytech/tdlib/TdApi.MessageContactRegistered.html b/docs/it/ernytech/tdlib/TdApi.MessageContactRegistered.html index 0056ce7..125cde8 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageContactRegistered.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageContactRegistered.html @@ -2,7 +2,7 @@ - + TdApi.MessageContactRegistered diff --git a/docs/it/ernytech/tdlib/TdApi.MessageContent.html b/docs/it/ernytech/tdlib/TdApi.MessageContent.html index 0fc2b92..875fff2 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageContent.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageContent.html @@ -2,7 +2,7 @@ - + TdApi.MessageContent diff --git a/docs/it/ernytech/tdlib/TdApi.MessageCustomServiceAction.html b/docs/it/ernytech/tdlib/TdApi.MessageCustomServiceAction.html index b744b00..ea4a2a7 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageCustomServiceAction.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageCustomServiceAction.html @@ -2,7 +2,7 @@ - + TdApi.MessageCustomServiceAction diff --git a/docs/it/ernytech/tdlib/TdApi.MessageDocument.html b/docs/it/ernytech/tdlib/TdApi.MessageDocument.html index 8f0386e..43ab006 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageDocument.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageDocument.html @@ -2,7 +2,7 @@ - + TdApi.MessageDocument diff --git a/docs/it/ernytech/tdlib/TdApi.MessageExpiredPhoto.html b/docs/it/ernytech/tdlib/TdApi.MessageExpiredPhoto.html index 42f5a8e..8a3f9f1 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageExpiredPhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageExpiredPhoto.html @@ -2,7 +2,7 @@ - + TdApi.MessageExpiredPhoto diff --git a/docs/it/ernytech/tdlib/TdApi.MessageExpiredVideo.html b/docs/it/ernytech/tdlib/TdApi.MessageExpiredVideo.html index f60207d..f359418 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageExpiredVideo.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageExpiredVideo.html @@ -2,7 +2,7 @@ - + TdApi.MessageExpiredVideo diff --git a/docs/it/ernytech/tdlib/TdApi.MessageForwardInfo.html b/docs/it/ernytech/tdlib/TdApi.MessageForwardInfo.html index b30ad3d..95333a4 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageForwardInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageForwardInfo.html @@ -2,7 +2,7 @@ - + TdApi.MessageForwardInfo diff --git a/docs/it/ernytech/tdlib/TdApi.MessageForwardedFromUser.html b/docs/it/ernytech/tdlib/TdApi.MessageForwardedFromUser.html index d46ea39..43b1743 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageForwardedFromUser.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageForwardedFromUser.html @@ -2,7 +2,7 @@ - + TdApi.MessageForwardedFromUser diff --git a/docs/it/ernytech/tdlib/TdApi.MessageForwardedPost.html b/docs/it/ernytech/tdlib/TdApi.MessageForwardedPost.html index 225437d..669a5bc 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageForwardedPost.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageForwardedPost.html @@ -2,7 +2,7 @@ - + TdApi.MessageForwardedPost diff --git a/docs/it/ernytech/tdlib/TdApi.MessageGame.html b/docs/it/ernytech/tdlib/TdApi.MessageGame.html index f65a7c0..fdb3dd4 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageGame.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageGame.html @@ -2,7 +2,7 @@ - + TdApi.MessageGame diff --git a/docs/it/ernytech/tdlib/TdApi.MessageGameScore.html b/docs/it/ernytech/tdlib/TdApi.MessageGameScore.html index e9411bc..c51a90c 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageGameScore.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageGameScore.html @@ -2,7 +2,7 @@ - + TdApi.MessageGameScore diff --git a/docs/it/ernytech/tdlib/TdApi.MessageInvoice.html b/docs/it/ernytech/tdlib/TdApi.MessageInvoice.html index 2e94149..62fb6a1 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageInvoice.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageInvoice.html @@ -2,7 +2,7 @@ - + TdApi.MessageInvoice diff --git a/docs/it/ernytech/tdlib/TdApi.MessageLocation.html b/docs/it/ernytech/tdlib/TdApi.MessageLocation.html index 59527ff..30b7994 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageLocation.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageLocation.html @@ -2,7 +2,7 @@ - + TdApi.MessageLocation diff --git a/docs/it/ernytech/tdlib/TdApi.MessagePaymentSuccessful.html b/docs/it/ernytech/tdlib/TdApi.MessagePaymentSuccessful.html index 88864b4..51697af 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessagePaymentSuccessful.html +++ b/docs/it/ernytech/tdlib/TdApi.MessagePaymentSuccessful.html @@ -2,7 +2,7 @@ - + TdApi.MessagePaymentSuccessful diff --git a/docs/it/ernytech/tdlib/TdApi.MessagePaymentSuccessfulBot.html b/docs/it/ernytech/tdlib/TdApi.MessagePaymentSuccessfulBot.html index 11b6793..acad8cc 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessagePaymentSuccessfulBot.html +++ b/docs/it/ernytech/tdlib/TdApi.MessagePaymentSuccessfulBot.html @@ -2,7 +2,7 @@ - + TdApi.MessagePaymentSuccessfulBot diff --git a/docs/it/ernytech/tdlib/TdApi.MessagePhoto.html b/docs/it/ernytech/tdlib/TdApi.MessagePhoto.html index 732a2c5..5559bd4 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessagePhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.MessagePhoto.html @@ -2,7 +2,7 @@ - + TdApi.MessagePhoto diff --git a/docs/it/ernytech/tdlib/TdApi.MessagePinMessage.html b/docs/it/ernytech/tdlib/TdApi.MessagePinMessage.html index f249c12..8559f60 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessagePinMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.MessagePinMessage.html @@ -2,7 +2,7 @@ - + TdApi.MessagePinMessage diff --git a/docs/it/ernytech/tdlib/TdApi.MessageScreenshotTaken.html b/docs/it/ernytech/tdlib/TdApi.MessageScreenshotTaken.html index dbf4bb2..e90e322 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageScreenshotTaken.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageScreenshotTaken.html @@ -2,7 +2,7 @@ - + TdApi.MessageScreenshotTaken diff --git a/docs/it/ernytech/tdlib/TdApi.MessageSendingState.html b/docs/it/ernytech/tdlib/TdApi.MessageSendingState.html index abb7ae5..9f4d245 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageSendingState.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageSendingState.html @@ -2,7 +2,7 @@ - + TdApi.MessageSendingState diff --git a/docs/it/ernytech/tdlib/TdApi.MessageSendingStateFailed.html b/docs/it/ernytech/tdlib/TdApi.MessageSendingStateFailed.html index cdb56b5..04b62a2 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageSendingStateFailed.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageSendingStateFailed.html @@ -2,7 +2,7 @@ - + TdApi.MessageSendingStateFailed diff --git a/docs/it/ernytech/tdlib/TdApi.MessageSendingStatePending.html b/docs/it/ernytech/tdlib/TdApi.MessageSendingStatePending.html index 255c4dc..a63d650 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageSendingStatePending.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageSendingStatePending.html @@ -2,7 +2,7 @@ - + TdApi.MessageSendingStatePending diff --git a/docs/it/ernytech/tdlib/TdApi.MessageSticker.html b/docs/it/ernytech/tdlib/TdApi.MessageSticker.html index f6fb136..8963e3f 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageSticker.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageSticker.html @@ -2,7 +2,7 @@ - + TdApi.MessageSticker diff --git a/docs/it/ernytech/tdlib/TdApi.MessageSupergroupChatCreate.html b/docs/it/ernytech/tdlib/TdApi.MessageSupergroupChatCreate.html index d3093f4..eb4b64e 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageSupergroupChatCreate.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageSupergroupChatCreate.html @@ -2,7 +2,7 @@ - + TdApi.MessageSupergroupChatCreate diff --git a/docs/it/ernytech/tdlib/TdApi.MessageText.html b/docs/it/ernytech/tdlib/TdApi.MessageText.html index d1ccfa0..48a774e 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageText.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageText.html @@ -2,7 +2,7 @@ - + TdApi.MessageText diff --git a/docs/it/ernytech/tdlib/TdApi.MessageUnsupported.html b/docs/it/ernytech/tdlib/TdApi.MessageUnsupported.html index e441b6d..2cb72d5 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageUnsupported.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageUnsupported.html @@ -2,7 +2,7 @@ - + TdApi.MessageUnsupported diff --git a/docs/it/ernytech/tdlib/TdApi.MessageVenue.html b/docs/it/ernytech/tdlib/TdApi.MessageVenue.html index ee886f7..9135b75 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageVenue.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageVenue.html @@ -2,7 +2,7 @@ - + TdApi.MessageVenue diff --git a/docs/it/ernytech/tdlib/TdApi.MessageVideo.html b/docs/it/ernytech/tdlib/TdApi.MessageVideo.html index ecf38f0..acedc87 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageVideo.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageVideo.html @@ -2,7 +2,7 @@ - + TdApi.MessageVideo diff --git a/docs/it/ernytech/tdlib/TdApi.MessageVideoNote.html b/docs/it/ernytech/tdlib/TdApi.MessageVideoNote.html index ca19da5..ec555a1 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageVideoNote.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageVideoNote.html @@ -2,7 +2,7 @@ - + TdApi.MessageVideoNote diff --git a/docs/it/ernytech/tdlib/TdApi.MessageVoiceNote.html b/docs/it/ernytech/tdlib/TdApi.MessageVoiceNote.html index 1c4c735..0fbe278 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageVoiceNote.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageVoiceNote.html @@ -2,7 +2,7 @@ - + TdApi.MessageVoiceNote diff --git a/docs/it/ernytech/tdlib/TdApi.MessageWebsiteConnected.html b/docs/it/ernytech/tdlib/TdApi.MessageWebsiteConnected.html index 03fa542..1b594d7 100644 --- a/docs/it/ernytech/tdlib/TdApi.MessageWebsiteConnected.html +++ b/docs/it/ernytech/tdlib/TdApi.MessageWebsiteConnected.html @@ -2,7 +2,7 @@ - + TdApi.MessageWebsiteConnected diff --git a/docs/it/ernytech/tdlib/TdApi.Messages.html b/docs/it/ernytech/tdlib/TdApi.Messages.html index 2459ffd..2811ac0 100644 --- a/docs/it/ernytech/tdlib/TdApi.Messages.html +++ b/docs/it/ernytech/tdlib/TdApi.Messages.html @@ -2,7 +2,7 @@ - + TdApi.Messages diff --git a/docs/it/ernytech/tdlib/TdApi.NetworkStatistics.html b/docs/it/ernytech/tdlib/TdApi.NetworkStatistics.html index e3e16ae..bdbdc1c 100644 --- a/docs/it/ernytech/tdlib/TdApi.NetworkStatistics.html +++ b/docs/it/ernytech/tdlib/TdApi.NetworkStatistics.html @@ -2,7 +2,7 @@ - + TdApi.NetworkStatistics diff --git a/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntry.html b/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntry.html index 4fef907..71ba9b9 100644 --- a/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntry.html +++ b/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntry.html @@ -2,7 +2,7 @@ - + TdApi.NetworkStatisticsEntry diff --git a/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntryCall.html b/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntryCall.html index c2e4b3d..bc1b692 100644 --- a/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntryCall.html +++ b/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntryCall.html @@ -2,7 +2,7 @@ - + TdApi.NetworkStatisticsEntryCall diff --git a/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntryFile.html b/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntryFile.html index ea35040..e492183 100644 --- a/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntryFile.html +++ b/docs/it/ernytech/tdlib/TdApi.NetworkStatisticsEntryFile.html @@ -2,7 +2,7 @@ - + TdApi.NetworkStatisticsEntryFile diff --git a/docs/it/ernytech/tdlib/TdApi.NetworkType.html b/docs/it/ernytech/tdlib/TdApi.NetworkType.html index 2cef9a6..dfb28c4 100644 --- a/docs/it/ernytech/tdlib/TdApi.NetworkType.html +++ b/docs/it/ernytech/tdlib/TdApi.NetworkType.html @@ -2,7 +2,7 @@ - + TdApi.NetworkType diff --git a/docs/it/ernytech/tdlib/TdApi.NetworkTypeMobile.html b/docs/it/ernytech/tdlib/TdApi.NetworkTypeMobile.html index 7d51c0e..8c20c14 100644 --- a/docs/it/ernytech/tdlib/TdApi.NetworkTypeMobile.html +++ b/docs/it/ernytech/tdlib/TdApi.NetworkTypeMobile.html @@ -2,7 +2,7 @@ - + TdApi.NetworkTypeMobile diff --git a/docs/it/ernytech/tdlib/TdApi.NetworkTypeMobileRoaming.html b/docs/it/ernytech/tdlib/TdApi.NetworkTypeMobileRoaming.html index 10bbe8b..46ac2e9 100644 --- a/docs/it/ernytech/tdlib/TdApi.NetworkTypeMobileRoaming.html +++ b/docs/it/ernytech/tdlib/TdApi.NetworkTypeMobileRoaming.html @@ -2,7 +2,7 @@ - + TdApi.NetworkTypeMobileRoaming diff --git a/docs/it/ernytech/tdlib/TdApi.NetworkTypeNone.html b/docs/it/ernytech/tdlib/TdApi.NetworkTypeNone.html index a596adf..9417a21 100644 --- a/docs/it/ernytech/tdlib/TdApi.NetworkTypeNone.html +++ b/docs/it/ernytech/tdlib/TdApi.NetworkTypeNone.html @@ -2,7 +2,7 @@ - + TdApi.NetworkTypeNone diff --git a/docs/it/ernytech/tdlib/TdApi.NetworkTypeOther.html b/docs/it/ernytech/tdlib/TdApi.NetworkTypeOther.html index ca21303..368bb2f 100644 --- a/docs/it/ernytech/tdlib/TdApi.NetworkTypeOther.html +++ b/docs/it/ernytech/tdlib/TdApi.NetworkTypeOther.html @@ -2,7 +2,7 @@ - + TdApi.NetworkTypeOther diff --git a/docs/it/ernytech/tdlib/TdApi.NetworkTypeWiFi.html b/docs/it/ernytech/tdlib/TdApi.NetworkTypeWiFi.html index f5f044f..095ef75 100644 --- a/docs/it/ernytech/tdlib/TdApi.NetworkTypeWiFi.html +++ b/docs/it/ernytech/tdlib/TdApi.NetworkTypeWiFi.html @@ -2,7 +2,7 @@ - + TdApi.NetworkTypeWiFi diff --git a/docs/it/ernytech/tdlib/TdApi.NotificationSettings.html b/docs/it/ernytech/tdlib/TdApi.NotificationSettings.html index a870428..a66aa4b 100644 --- a/docs/it/ernytech/tdlib/TdApi.NotificationSettings.html +++ b/docs/it/ernytech/tdlib/TdApi.NotificationSettings.html @@ -2,7 +2,7 @@ - + TdApi.NotificationSettings diff --git a/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScope.html b/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScope.html index ee630a4..70072ea 100644 --- a/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScope.html +++ b/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScope.html @@ -2,7 +2,7 @@ - + TdApi.NotificationSettingsScope diff --git a/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeAllChats.html b/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeAllChats.html index 04fbbc0..7d86478 100644 --- a/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeAllChats.html +++ b/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeAllChats.html @@ -2,7 +2,7 @@ - + TdApi.NotificationSettingsScopeAllChats diff --git a/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeBasicGroupChats.html b/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeBasicGroupChats.html index fdb173b..f294dcf 100644 --- a/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeBasicGroupChats.html +++ b/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeBasicGroupChats.html @@ -2,7 +2,7 @@ - + TdApi.NotificationSettingsScopeBasicGroupChats diff --git a/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeChat.html b/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeChat.html index e926cc6..d47e15e 100644 --- a/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeChat.html +++ b/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopeChat.html @@ -2,7 +2,7 @@ - + TdApi.NotificationSettingsScopeChat diff --git a/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopePrivateChats.html b/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopePrivateChats.html index 6413b53..83584d6 100644 --- a/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopePrivateChats.html +++ b/docs/it/ernytech/tdlib/TdApi.NotificationSettingsScopePrivateChats.html @@ -2,7 +2,7 @@ - + TdApi.NotificationSettingsScopePrivateChats diff --git a/docs/it/ernytech/tdlib/TdApi.Object.html b/docs/it/ernytech/tdlib/TdApi.Object.html index 76c0008..de8148f 100644 --- a/docs/it/ernytech/tdlib/TdApi.Object.html +++ b/docs/it/ernytech/tdlib/TdApi.Object.html @@ -2,7 +2,7 @@ - + TdApi.Object diff --git a/docs/it/ernytech/tdlib/TdApi.Ok.html b/docs/it/ernytech/tdlib/TdApi.Ok.html index 3be9dc1..db794cf 100644 --- a/docs/it/ernytech/tdlib/TdApi.Ok.html +++ b/docs/it/ernytech/tdlib/TdApi.Ok.html @@ -2,7 +2,7 @@ - + TdApi.Ok diff --git a/docs/it/ernytech/tdlib/TdApi.OpenChat.html b/docs/it/ernytech/tdlib/TdApi.OpenChat.html index dab9a26..551cafb 100644 --- a/docs/it/ernytech/tdlib/TdApi.OpenChat.html +++ b/docs/it/ernytech/tdlib/TdApi.OpenChat.html @@ -2,7 +2,7 @@ - + TdApi.OpenChat diff --git a/docs/it/ernytech/tdlib/TdApi.OpenMessageContent.html b/docs/it/ernytech/tdlib/TdApi.OpenMessageContent.html index 6bf8b8b..aa2483f 100644 --- a/docs/it/ernytech/tdlib/TdApi.OpenMessageContent.html +++ b/docs/it/ernytech/tdlib/TdApi.OpenMessageContent.html @@ -2,7 +2,7 @@ - + TdApi.OpenMessageContent diff --git a/docs/it/ernytech/tdlib/TdApi.OptimizeStorage.html b/docs/it/ernytech/tdlib/TdApi.OptimizeStorage.html index f14c4e6..0571b68 100644 --- a/docs/it/ernytech/tdlib/TdApi.OptimizeStorage.html +++ b/docs/it/ernytech/tdlib/TdApi.OptimizeStorage.html @@ -2,7 +2,7 @@ - + TdApi.OptimizeStorage diff --git a/docs/it/ernytech/tdlib/TdApi.OptionValue.html b/docs/it/ernytech/tdlib/TdApi.OptionValue.html index 11f89b9..c531a26 100644 --- a/docs/it/ernytech/tdlib/TdApi.OptionValue.html +++ b/docs/it/ernytech/tdlib/TdApi.OptionValue.html @@ -2,7 +2,7 @@ - + TdApi.OptionValue diff --git a/docs/it/ernytech/tdlib/TdApi.OptionValueBoolean.html b/docs/it/ernytech/tdlib/TdApi.OptionValueBoolean.html index a852df4..ae88837 100644 --- a/docs/it/ernytech/tdlib/TdApi.OptionValueBoolean.html +++ b/docs/it/ernytech/tdlib/TdApi.OptionValueBoolean.html @@ -2,7 +2,7 @@ - + TdApi.OptionValueBoolean diff --git a/docs/it/ernytech/tdlib/TdApi.OptionValueEmpty.html b/docs/it/ernytech/tdlib/TdApi.OptionValueEmpty.html index 2122fcd..f51c9e3 100644 --- a/docs/it/ernytech/tdlib/TdApi.OptionValueEmpty.html +++ b/docs/it/ernytech/tdlib/TdApi.OptionValueEmpty.html @@ -2,7 +2,7 @@ - + TdApi.OptionValueEmpty diff --git a/docs/it/ernytech/tdlib/TdApi.OptionValueInteger.html b/docs/it/ernytech/tdlib/TdApi.OptionValueInteger.html index a595ff0..bf7c65c 100644 --- a/docs/it/ernytech/tdlib/TdApi.OptionValueInteger.html +++ b/docs/it/ernytech/tdlib/TdApi.OptionValueInteger.html @@ -2,7 +2,7 @@ - + TdApi.OptionValueInteger diff --git a/docs/it/ernytech/tdlib/TdApi.OptionValueString.html b/docs/it/ernytech/tdlib/TdApi.OptionValueString.html index 90a7337..fc1cfca 100644 --- a/docs/it/ernytech/tdlib/TdApi.OptionValueString.html +++ b/docs/it/ernytech/tdlib/TdApi.OptionValueString.html @@ -2,7 +2,7 @@ - + TdApi.OptionValueString diff --git a/docs/it/ernytech/tdlib/TdApi.OrderInfo.html b/docs/it/ernytech/tdlib/TdApi.OrderInfo.html index fedfad1..64eb488 100644 --- a/docs/it/ernytech/tdlib/TdApi.OrderInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.OrderInfo.html @@ -2,7 +2,7 @@ - + TdApi.OrderInfo diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlock.html b/docs/it/ernytech/tdlib/TdApi.PageBlock.html index a76a12a..9b2f954 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlock.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlock.html @@ -2,7 +2,7 @@ - + TdApi.PageBlock diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockAnchor.html b/docs/it/ernytech/tdlib/TdApi.PageBlockAnchor.html index 3b58ba0..46df162 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockAnchor.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockAnchor.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockAnchor diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockAnimation.html b/docs/it/ernytech/tdlib/TdApi.PageBlockAnimation.html index e7e1e6d..a111f68 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockAnimation.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockAnimation.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockAnimation diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockAudio.html b/docs/it/ernytech/tdlib/TdApi.PageBlockAudio.html index c665c5a..43825b9 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockAudio.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockAudio.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockAudio diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockAuthorDate.html b/docs/it/ernytech/tdlib/TdApi.PageBlockAuthorDate.html index d4479d7..b58819b 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockAuthorDate.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockAuthorDate.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockAuthorDate diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockBlockQuote.html b/docs/it/ernytech/tdlib/TdApi.PageBlockBlockQuote.html index d7b2e82..32ea1f0 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockBlockQuote.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockBlockQuote.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockBlockQuote diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockChatLink.html b/docs/it/ernytech/tdlib/TdApi.PageBlockChatLink.html index 9ae8956..0fc40da 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockChatLink.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockChatLink.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockChatLink diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockCollage.html b/docs/it/ernytech/tdlib/TdApi.PageBlockCollage.html index 54e62dd..c7a30eb 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockCollage.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockCollage.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockCollage diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockCover.html b/docs/it/ernytech/tdlib/TdApi.PageBlockCover.html index 42b9162..9755b41 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockCover.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockCover.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockCover diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockDivider.html b/docs/it/ernytech/tdlib/TdApi.PageBlockDivider.html index e0d3648..28282dd 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockDivider.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockDivider.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockDivider diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockEmbedded.html b/docs/it/ernytech/tdlib/TdApi.PageBlockEmbedded.html index d0fa64e..af26a6c 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockEmbedded.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockEmbedded.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockEmbedded diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockEmbeddedPost.html b/docs/it/ernytech/tdlib/TdApi.PageBlockEmbeddedPost.html index 4306398..fb92b27 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockEmbeddedPost.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockEmbeddedPost.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockEmbeddedPost diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockFooter.html b/docs/it/ernytech/tdlib/TdApi.PageBlockFooter.html index eae8611..9782f56 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockFooter.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockFooter.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockFooter diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockHeader.html b/docs/it/ernytech/tdlib/TdApi.PageBlockHeader.html index 9202ffe..782d10a 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockHeader.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockHeader.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockHeader diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockList.html b/docs/it/ernytech/tdlib/TdApi.PageBlockList.html index 82ac279..4c867e4 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockList.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockList.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockList diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockParagraph.html b/docs/it/ernytech/tdlib/TdApi.PageBlockParagraph.html index cf5f80d..d78f0df 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockParagraph.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockParagraph.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockParagraph diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockPhoto.html b/docs/it/ernytech/tdlib/TdApi.PageBlockPhoto.html index 84a8d91..c555c9c 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockPhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockPhoto.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockPhoto diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockPreformatted.html b/docs/it/ernytech/tdlib/TdApi.PageBlockPreformatted.html index 93e0df3..cdcbc37 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockPreformatted.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockPreformatted.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockPreformatted diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockPullQuote.html b/docs/it/ernytech/tdlib/TdApi.PageBlockPullQuote.html index 1f408dd..bf7e664 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockPullQuote.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockPullQuote.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockPullQuote diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockSlideshow.html b/docs/it/ernytech/tdlib/TdApi.PageBlockSlideshow.html index 6a27550..179ddad 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockSlideshow.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockSlideshow.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockSlideshow diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockSubheader.html b/docs/it/ernytech/tdlib/TdApi.PageBlockSubheader.html index 795a8bd..8c98cb2 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockSubheader.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockSubheader.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockSubheader diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockSubtitle.html b/docs/it/ernytech/tdlib/TdApi.PageBlockSubtitle.html index 10e680b..31c3987 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockSubtitle.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockSubtitle.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockSubtitle diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockTitle.html b/docs/it/ernytech/tdlib/TdApi.PageBlockTitle.html index 6eaf7fa..26e5e05 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockTitle.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockTitle.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockTitle diff --git a/docs/it/ernytech/tdlib/TdApi.PageBlockVideo.html b/docs/it/ernytech/tdlib/TdApi.PageBlockVideo.html index 626fe7e..e929d5e 100644 --- a/docs/it/ernytech/tdlib/TdApi.PageBlockVideo.html +++ b/docs/it/ernytech/tdlib/TdApi.PageBlockVideo.html @@ -2,7 +2,7 @@ - + TdApi.PageBlockVideo diff --git a/docs/it/ernytech/tdlib/TdApi.ParseTextEntities.html b/docs/it/ernytech/tdlib/TdApi.ParseTextEntities.html index e631176..861326a 100644 --- a/docs/it/ernytech/tdlib/TdApi.ParseTextEntities.html +++ b/docs/it/ernytech/tdlib/TdApi.ParseTextEntities.html @@ -2,7 +2,7 @@ - + TdApi.ParseTextEntities diff --git a/docs/it/ernytech/tdlib/TdApi.PasswordRecoveryInfo.html b/docs/it/ernytech/tdlib/TdApi.PasswordRecoveryInfo.html index dd9ef31..425be18 100644 --- a/docs/it/ernytech/tdlib/TdApi.PasswordRecoveryInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.PasswordRecoveryInfo.html @@ -2,7 +2,7 @@ - + TdApi.PasswordRecoveryInfo diff --git a/docs/it/ernytech/tdlib/TdApi.PasswordState.html b/docs/it/ernytech/tdlib/TdApi.PasswordState.html index 15f0b32..d20cb86 100644 --- a/docs/it/ernytech/tdlib/TdApi.PasswordState.html +++ b/docs/it/ernytech/tdlib/TdApi.PasswordState.html @@ -2,7 +2,7 @@ - + TdApi.PasswordState diff --git a/docs/it/ernytech/tdlib/TdApi.PaymentForm.html b/docs/it/ernytech/tdlib/TdApi.PaymentForm.html index 935923f..3e71c82 100644 --- a/docs/it/ernytech/tdlib/TdApi.PaymentForm.html +++ b/docs/it/ernytech/tdlib/TdApi.PaymentForm.html @@ -2,7 +2,7 @@ - + TdApi.PaymentForm diff --git a/docs/it/ernytech/tdlib/TdApi.PaymentReceipt.html b/docs/it/ernytech/tdlib/TdApi.PaymentReceipt.html index eeb808d..cf1f803 100644 --- a/docs/it/ernytech/tdlib/TdApi.PaymentReceipt.html +++ b/docs/it/ernytech/tdlib/TdApi.PaymentReceipt.html @@ -2,7 +2,7 @@ - + TdApi.PaymentReceipt diff --git a/docs/it/ernytech/tdlib/TdApi.PaymentResult.html b/docs/it/ernytech/tdlib/TdApi.PaymentResult.html index d2820c4..721732e 100644 --- a/docs/it/ernytech/tdlib/TdApi.PaymentResult.html +++ b/docs/it/ernytech/tdlib/TdApi.PaymentResult.html @@ -2,7 +2,7 @@ - + TdApi.PaymentResult diff --git a/docs/it/ernytech/tdlib/TdApi.PaymentsProviderStripe.html b/docs/it/ernytech/tdlib/TdApi.PaymentsProviderStripe.html index e0af7f4..16fc65c 100644 --- a/docs/it/ernytech/tdlib/TdApi.PaymentsProviderStripe.html +++ b/docs/it/ernytech/tdlib/TdApi.PaymentsProviderStripe.html @@ -2,7 +2,7 @@ - + TdApi.PaymentsProviderStripe diff --git a/docs/it/ernytech/tdlib/TdApi.Photo.html b/docs/it/ernytech/tdlib/TdApi.Photo.html index ac9f4f0..873f75f 100644 --- a/docs/it/ernytech/tdlib/TdApi.Photo.html +++ b/docs/it/ernytech/tdlib/TdApi.Photo.html @@ -2,7 +2,7 @@ - + TdApi.Photo diff --git a/docs/it/ernytech/tdlib/TdApi.PhotoSize.html b/docs/it/ernytech/tdlib/TdApi.PhotoSize.html index c676f14..46b567f 100644 --- a/docs/it/ernytech/tdlib/TdApi.PhotoSize.html +++ b/docs/it/ernytech/tdlib/TdApi.PhotoSize.html @@ -2,7 +2,7 @@ - + TdApi.PhotoSize diff --git a/docs/it/ernytech/tdlib/TdApi.PinSupergroupMessage.html b/docs/it/ernytech/tdlib/TdApi.PinSupergroupMessage.html index 108e75b..da6a8ce 100644 --- a/docs/it/ernytech/tdlib/TdApi.PinSupergroupMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.PinSupergroupMessage.html @@ -2,7 +2,7 @@ - + TdApi.PinSupergroupMessage diff --git a/docs/it/ernytech/tdlib/TdApi.ProcessDcUpdate.html b/docs/it/ernytech/tdlib/TdApi.ProcessDcUpdate.html index e006c81..670ee8d 100644 --- a/docs/it/ernytech/tdlib/TdApi.ProcessDcUpdate.html +++ b/docs/it/ernytech/tdlib/TdApi.ProcessDcUpdate.html @@ -2,7 +2,7 @@ - + TdApi.ProcessDcUpdate diff --git a/docs/it/ernytech/tdlib/TdApi.ProfilePhoto.html b/docs/it/ernytech/tdlib/TdApi.ProfilePhoto.html index 02dc0ae..7c29efd 100644 --- a/docs/it/ernytech/tdlib/TdApi.ProfilePhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.ProfilePhoto.html @@ -2,7 +2,7 @@ - + TdApi.ProfilePhoto diff --git a/docs/it/ernytech/tdlib/TdApi.Proxy.html b/docs/it/ernytech/tdlib/TdApi.Proxy.html index 251ace2..2146d34 100644 --- a/docs/it/ernytech/tdlib/TdApi.Proxy.html +++ b/docs/it/ernytech/tdlib/TdApi.Proxy.html @@ -2,7 +2,7 @@ - + TdApi.Proxy diff --git a/docs/it/ernytech/tdlib/TdApi.ProxyEmpty.html b/docs/it/ernytech/tdlib/TdApi.ProxyEmpty.html index 2e5c659..ea6a91a 100644 --- a/docs/it/ernytech/tdlib/TdApi.ProxyEmpty.html +++ b/docs/it/ernytech/tdlib/TdApi.ProxyEmpty.html @@ -2,7 +2,7 @@ - + TdApi.ProxyEmpty diff --git a/docs/it/ernytech/tdlib/TdApi.ProxySocks5.html b/docs/it/ernytech/tdlib/TdApi.ProxySocks5.html index 5a398e6..b958e3e 100644 --- a/docs/it/ernytech/tdlib/TdApi.ProxySocks5.html +++ b/docs/it/ernytech/tdlib/TdApi.ProxySocks5.html @@ -2,7 +2,7 @@ - + TdApi.ProxySocks5 diff --git a/docs/it/ernytech/tdlib/TdApi.PublicMessageLink.html b/docs/it/ernytech/tdlib/TdApi.PublicMessageLink.html index 3fb5e27..edca375 100644 --- a/docs/it/ernytech/tdlib/TdApi.PublicMessageLink.html +++ b/docs/it/ernytech/tdlib/TdApi.PublicMessageLink.html @@ -2,7 +2,7 @@ - + TdApi.PublicMessageLink diff --git a/docs/it/ernytech/tdlib/TdApi.ReadAllChatMentions.html b/docs/it/ernytech/tdlib/TdApi.ReadAllChatMentions.html index c8cec2a..c80feca 100644 --- a/docs/it/ernytech/tdlib/TdApi.ReadAllChatMentions.html +++ b/docs/it/ernytech/tdlib/TdApi.ReadAllChatMentions.html @@ -2,7 +2,7 @@ - + TdApi.ReadAllChatMentions diff --git a/docs/it/ernytech/tdlib/TdApi.RecoverAuthenticationPassword.html b/docs/it/ernytech/tdlib/TdApi.RecoverAuthenticationPassword.html index a7b0f14..b728101 100644 --- a/docs/it/ernytech/tdlib/TdApi.RecoverAuthenticationPassword.html +++ b/docs/it/ernytech/tdlib/TdApi.RecoverAuthenticationPassword.html @@ -2,7 +2,7 @@ - + TdApi.RecoverAuthenticationPassword diff --git a/docs/it/ernytech/tdlib/TdApi.RecoverPassword.html b/docs/it/ernytech/tdlib/TdApi.RecoverPassword.html index 862356e..691c6c4 100644 --- a/docs/it/ernytech/tdlib/TdApi.RecoverPassword.html +++ b/docs/it/ernytech/tdlib/TdApi.RecoverPassword.html @@ -2,7 +2,7 @@ - + TdApi.RecoverPassword diff --git a/docs/it/ernytech/tdlib/TdApi.RecoveryEmailAddress.html b/docs/it/ernytech/tdlib/TdApi.RecoveryEmailAddress.html index 1be6b14..579435f 100644 --- a/docs/it/ernytech/tdlib/TdApi.RecoveryEmailAddress.html +++ b/docs/it/ernytech/tdlib/TdApi.RecoveryEmailAddress.html @@ -2,7 +2,7 @@ - + TdApi.RecoveryEmailAddress diff --git a/docs/it/ernytech/tdlib/TdApi.RegisterDevice.html b/docs/it/ernytech/tdlib/TdApi.RegisterDevice.html index 0fa537d..ee1a2fa 100644 --- a/docs/it/ernytech/tdlib/TdApi.RegisterDevice.html +++ b/docs/it/ernytech/tdlib/TdApi.RegisterDevice.html @@ -2,7 +2,7 @@ - + TdApi.RegisterDevice diff --git a/docs/it/ernytech/tdlib/TdApi.RemoteFile.html b/docs/it/ernytech/tdlib/TdApi.RemoteFile.html index e102290..4fd410d 100644 --- a/docs/it/ernytech/tdlib/TdApi.RemoteFile.html +++ b/docs/it/ernytech/tdlib/TdApi.RemoteFile.html @@ -2,7 +2,7 @@ - + TdApi.RemoteFile diff --git a/docs/it/ernytech/tdlib/TdApi.RemoveContacts.html b/docs/it/ernytech/tdlib/TdApi.RemoveContacts.html index dd2ee08..a180a65 100644 --- a/docs/it/ernytech/tdlib/TdApi.RemoveContacts.html +++ b/docs/it/ernytech/tdlib/TdApi.RemoveContacts.html @@ -2,7 +2,7 @@ - + TdApi.RemoveContacts diff --git a/docs/it/ernytech/tdlib/TdApi.RemoveFavoriteSticker.html b/docs/it/ernytech/tdlib/TdApi.RemoveFavoriteSticker.html index 56650ec..69b13cf 100644 --- a/docs/it/ernytech/tdlib/TdApi.RemoveFavoriteSticker.html +++ b/docs/it/ernytech/tdlib/TdApi.RemoveFavoriteSticker.html @@ -2,7 +2,7 @@ - + TdApi.RemoveFavoriteSticker diff --git a/docs/it/ernytech/tdlib/TdApi.RemoveRecentHashtag.html b/docs/it/ernytech/tdlib/TdApi.RemoveRecentHashtag.html index 8f675ba..36038a9 100644 --- a/docs/it/ernytech/tdlib/TdApi.RemoveRecentHashtag.html +++ b/docs/it/ernytech/tdlib/TdApi.RemoveRecentHashtag.html @@ -2,7 +2,7 @@ - + TdApi.RemoveRecentHashtag diff --git a/docs/it/ernytech/tdlib/TdApi.RemoveRecentSticker.html b/docs/it/ernytech/tdlib/TdApi.RemoveRecentSticker.html index 991adbb..4212190 100644 --- a/docs/it/ernytech/tdlib/TdApi.RemoveRecentSticker.html +++ b/docs/it/ernytech/tdlib/TdApi.RemoveRecentSticker.html @@ -2,7 +2,7 @@ - + TdApi.RemoveRecentSticker diff --git a/docs/it/ernytech/tdlib/TdApi.RemoveRecentlyFoundChat.html b/docs/it/ernytech/tdlib/TdApi.RemoveRecentlyFoundChat.html index a8b1dc8..498d430 100644 --- a/docs/it/ernytech/tdlib/TdApi.RemoveRecentlyFoundChat.html +++ b/docs/it/ernytech/tdlib/TdApi.RemoveRecentlyFoundChat.html @@ -2,7 +2,7 @@ - + TdApi.RemoveRecentlyFoundChat diff --git a/docs/it/ernytech/tdlib/TdApi.RemoveSavedAnimation.html b/docs/it/ernytech/tdlib/TdApi.RemoveSavedAnimation.html index 56fd5d0..2ff2a54 100644 --- a/docs/it/ernytech/tdlib/TdApi.RemoveSavedAnimation.html +++ b/docs/it/ernytech/tdlib/TdApi.RemoveSavedAnimation.html @@ -2,7 +2,7 @@ - + TdApi.RemoveSavedAnimation diff --git a/docs/it/ernytech/tdlib/TdApi.RemoveStickerFromSet.html b/docs/it/ernytech/tdlib/TdApi.RemoveStickerFromSet.html index 1f3ddaa..a5ec81b 100644 --- a/docs/it/ernytech/tdlib/TdApi.RemoveStickerFromSet.html +++ b/docs/it/ernytech/tdlib/TdApi.RemoveStickerFromSet.html @@ -2,7 +2,7 @@ - + TdApi.RemoveStickerFromSet diff --git a/docs/it/ernytech/tdlib/TdApi.RemoveTopChat.html b/docs/it/ernytech/tdlib/TdApi.RemoveTopChat.html index 325ac3a..0ca7332 100644 --- a/docs/it/ernytech/tdlib/TdApi.RemoveTopChat.html +++ b/docs/it/ernytech/tdlib/TdApi.RemoveTopChat.html @@ -2,7 +2,7 @@ - + TdApi.RemoveTopChat diff --git a/docs/it/ernytech/tdlib/TdApi.ReorderInstalledStickerSets.html b/docs/it/ernytech/tdlib/TdApi.ReorderInstalledStickerSets.html index 45714b4..40bc053 100644 --- a/docs/it/ernytech/tdlib/TdApi.ReorderInstalledStickerSets.html +++ b/docs/it/ernytech/tdlib/TdApi.ReorderInstalledStickerSets.html @@ -2,7 +2,7 @@ - + TdApi.ReorderInstalledStickerSets diff --git a/docs/it/ernytech/tdlib/TdApi.ReplyMarkup.html b/docs/it/ernytech/tdlib/TdApi.ReplyMarkup.html index 4f20c5a..8394dd0 100644 --- a/docs/it/ernytech/tdlib/TdApi.ReplyMarkup.html +++ b/docs/it/ernytech/tdlib/TdApi.ReplyMarkup.html @@ -2,7 +2,7 @@ - + TdApi.ReplyMarkup diff --git a/docs/it/ernytech/tdlib/TdApi.ReplyMarkupForceReply.html b/docs/it/ernytech/tdlib/TdApi.ReplyMarkupForceReply.html index 3c7b62b..1572f80 100644 --- a/docs/it/ernytech/tdlib/TdApi.ReplyMarkupForceReply.html +++ b/docs/it/ernytech/tdlib/TdApi.ReplyMarkupForceReply.html @@ -2,7 +2,7 @@ - + TdApi.ReplyMarkupForceReply diff --git a/docs/it/ernytech/tdlib/TdApi.ReplyMarkupInlineKeyboard.html b/docs/it/ernytech/tdlib/TdApi.ReplyMarkupInlineKeyboard.html index 96f943d..7d2dea0 100644 --- a/docs/it/ernytech/tdlib/TdApi.ReplyMarkupInlineKeyboard.html +++ b/docs/it/ernytech/tdlib/TdApi.ReplyMarkupInlineKeyboard.html @@ -2,7 +2,7 @@ - + TdApi.ReplyMarkupInlineKeyboard diff --git a/docs/it/ernytech/tdlib/TdApi.ReplyMarkupRemoveKeyboard.html b/docs/it/ernytech/tdlib/TdApi.ReplyMarkupRemoveKeyboard.html index 61d6e9a..948cc8f 100644 --- a/docs/it/ernytech/tdlib/TdApi.ReplyMarkupRemoveKeyboard.html +++ b/docs/it/ernytech/tdlib/TdApi.ReplyMarkupRemoveKeyboard.html @@ -2,7 +2,7 @@ - + TdApi.ReplyMarkupRemoveKeyboard diff --git a/docs/it/ernytech/tdlib/TdApi.ReplyMarkupShowKeyboard.html b/docs/it/ernytech/tdlib/TdApi.ReplyMarkupShowKeyboard.html index d278800..15aee3a 100644 --- a/docs/it/ernytech/tdlib/TdApi.ReplyMarkupShowKeyboard.html +++ b/docs/it/ernytech/tdlib/TdApi.ReplyMarkupShowKeyboard.html @@ -2,7 +2,7 @@ - + TdApi.ReplyMarkupShowKeyboard diff --git a/docs/it/ernytech/tdlib/TdApi.ReportChat.html b/docs/it/ernytech/tdlib/TdApi.ReportChat.html index d037dd0..ac51492 100644 --- a/docs/it/ernytech/tdlib/TdApi.ReportChat.html +++ b/docs/it/ernytech/tdlib/TdApi.ReportChat.html @@ -2,7 +2,7 @@ - + TdApi.ReportChat diff --git a/docs/it/ernytech/tdlib/TdApi.ReportSupergroupSpam.html b/docs/it/ernytech/tdlib/TdApi.ReportSupergroupSpam.html index 0a5dd41..be45fe9 100644 --- a/docs/it/ernytech/tdlib/TdApi.ReportSupergroupSpam.html +++ b/docs/it/ernytech/tdlib/TdApi.ReportSupergroupSpam.html @@ -2,7 +2,7 @@ - + TdApi.ReportSupergroupSpam diff --git a/docs/it/ernytech/tdlib/TdApi.RequestAuthenticationPasswordRecovery.html b/docs/it/ernytech/tdlib/TdApi.RequestAuthenticationPasswordRecovery.html index 4802ad9..4a78d00 100644 --- a/docs/it/ernytech/tdlib/TdApi.RequestAuthenticationPasswordRecovery.html +++ b/docs/it/ernytech/tdlib/TdApi.RequestAuthenticationPasswordRecovery.html @@ -2,7 +2,7 @@ - + TdApi.RequestAuthenticationPasswordRecovery diff --git a/docs/it/ernytech/tdlib/TdApi.RequestPasswordRecovery.html b/docs/it/ernytech/tdlib/TdApi.RequestPasswordRecovery.html index 4f3443c..b9643e9 100644 --- a/docs/it/ernytech/tdlib/TdApi.RequestPasswordRecovery.html +++ b/docs/it/ernytech/tdlib/TdApi.RequestPasswordRecovery.html @@ -2,7 +2,7 @@ - + TdApi.RequestPasswordRecovery diff --git a/docs/it/ernytech/tdlib/TdApi.ResendAuthenticationCode.html b/docs/it/ernytech/tdlib/TdApi.ResendAuthenticationCode.html index 1f42260..022500f 100644 --- a/docs/it/ernytech/tdlib/TdApi.ResendAuthenticationCode.html +++ b/docs/it/ernytech/tdlib/TdApi.ResendAuthenticationCode.html @@ -2,7 +2,7 @@ - + TdApi.ResendAuthenticationCode diff --git a/docs/it/ernytech/tdlib/TdApi.ResendChangePhoneNumberCode.html b/docs/it/ernytech/tdlib/TdApi.ResendChangePhoneNumberCode.html index b74c7c0..634d347 100644 --- a/docs/it/ernytech/tdlib/TdApi.ResendChangePhoneNumberCode.html +++ b/docs/it/ernytech/tdlib/TdApi.ResendChangePhoneNumberCode.html @@ -2,7 +2,7 @@ - + TdApi.ResendChangePhoneNumberCode diff --git a/docs/it/ernytech/tdlib/TdApi.ResetAllNotificationSettings.html b/docs/it/ernytech/tdlib/TdApi.ResetAllNotificationSettings.html index a77b417..5a4c4b2 100644 --- a/docs/it/ernytech/tdlib/TdApi.ResetAllNotificationSettings.html +++ b/docs/it/ernytech/tdlib/TdApi.ResetAllNotificationSettings.html @@ -2,7 +2,7 @@ - + TdApi.ResetAllNotificationSettings diff --git a/docs/it/ernytech/tdlib/TdApi.ResetNetworkStatistics.html b/docs/it/ernytech/tdlib/TdApi.ResetNetworkStatistics.html index 8d0366e..5bb6c48 100644 --- a/docs/it/ernytech/tdlib/TdApi.ResetNetworkStatistics.html +++ b/docs/it/ernytech/tdlib/TdApi.ResetNetworkStatistics.html @@ -2,7 +2,7 @@ - + TdApi.ResetNetworkStatistics diff --git a/docs/it/ernytech/tdlib/TdApi.RichText.html b/docs/it/ernytech/tdlib/TdApi.RichText.html index 34acb7f..b71c7e5 100644 --- a/docs/it/ernytech/tdlib/TdApi.RichText.html +++ b/docs/it/ernytech/tdlib/TdApi.RichText.html @@ -2,7 +2,7 @@ - + TdApi.RichText diff --git a/docs/it/ernytech/tdlib/TdApi.RichTextBold.html b/docs/it/ernytech/tdlib/TdApi.RichTextBold.html index caf8537..94837da 100644 --- a/docs/it/ernytech/tdlib/TdApi.RichTextBold.html +++ b/docs/it/ernytech/tdlib/TdApi.RichTextBold.html @@ -2,7 +2,7 @@ - + TdApi.RichTextBold diff --git a/docs/it/ernytech/tdlib/TdApi.RichTextEmailAddress.html b/docs/it/ernytech/tdlib/TdApi.RichTextEmailAddress.html index af14ad1..2f1e57e 100644 --- a/docs/it/ernytech/tdlib/TdApi.RichTextEmailAddress.html +++ b/docs/it/ernytech/tdlib/TdApi.RichTextEmailAddress.html @@ -2,7 +2,7 @@ - + TdApi.RichTextEmailAddress diff --git a/docs/it/ernytech/tdlib/TdApi.RichTextFixed.html b/docs/it/ernytech/tdlib/TdApi.RichTextFixed.html index 0da0d9e..2bec72d 100644 --- a/docs/it/ernytech/tdlib/TdApi.RichTextFixed.html +++ b/docs/it/ernytech/tdlib/TdApi.RichTextFixed.html @@ -2,7 +2,7 @@ - + TdApi.RichTextFixed diff --git a/docs/it/ernytech/tdlib/TdApi.RichTextItalic.html b/docs/it/ernytech/tdlib/TdApi.RichTextItalic.html index 680f772..ddf495b 100644 --- a/docs/it/ernytech/tdlib/TdApi.RichTextItalic.html +++ b/docs/it/ernytech/tdlib/TdApi.RichTextItalic.html @@ -2,7 +2,7 @@ - + TdApi.RichTextItalic diff --git a/docs/it/ernytech/tdlib/TdApi.RichTextPlain.html b/docs/it/ernytech/tdlib/TdApi.RichTextPlain.html index c782f53..46e3000 100644 --- a/docs/it/ernytech/tdlib/TdApi.RichTextPlain.html +++ b/docs/it/ernytech/tdlib/TdApi.RichTextPlain.html @@ -2,7 +2,7 @@ - + TdApi.RichTextPlain diff --git a/docs/it/ernytech/tdlib/TdApi.RichTextStrikethrough.html b/docs/it/ernytech/tdlib/TdApi.RichTextStrikethrough.html index 4f62992..e543bfb 100644 --- a/docs/it/ernytech/tdlib/TdApi.RichTextStrikethrough.html +++ b/docs/it/ernytech/tdlib/TdApi.RichTextStrikethrough.html @@ -2,7 +2,7 @@ - + TdApi.RichTextStrikethrough diff --git a/docs/it/ernytech/tdlib/TdApi.RichTextUnderline.html b/docs/it/ernytech/tdlib/TdApi.RichTextUnderline.html index 493691d..ba55060 100644 --- a/docs/it/ernytech/tdlib/TdApi.RichTextUnderline.html +++ b/docs/it/ernytech/tdlib/TdApi.RichTextUnderline.html @@ -2,7 +2,7 @@ - + TdApi.RichTextUnderline diff --git a/docs/it/ernytech/tdlib/TdApi.RichTextUrl.html b/docs/it/ernytech/tdlib/TdApi.RichTextUrl.html index 7235c37..cb85bfe 100644 --- a/docs/it/ernytech/tdlib/TdApi.RichTextUrl.html +++ b/docs/it/ernytech/tdlib/TdApi.RichTextUrl.html @@ -2,7 +2,7 @@ - + TdApi.RichTextUrl diff --git a/docs/it/ernytech/tdlib/TdApi.RichTexts.html b/docs/it/ernytech/tdlib/TdApi.RichTexts.html index ff4aa66..40081bf 100644 --- a/docs/it/ernytech/tdlib/TdApi.RichTexts.html +++ b/docs/it/ernytech/tdlib/TdApi.RichTexts.html @@ -2,7 +2,7 @@ - + TdApi.RichTexts diff --git a/docs/it/ernytech/tdlib/TdApi.SavedCredentials.html b/docs/it/ernytech/tdlib/TdApi.SavedCredentials.html index b2b9142..46ecdc8 100644 --- a/docs/it/ernytech/tdlib/TdApi.SavedCredentials.html +++ b/docs/it/ernytech/tdlib/TdApi.SavedCredentials.html @@ -2,7 +2,7 @@ - + TdApi.SavedCredentials diff --git a/docs/it/ernytech/tdlib/TdApi.SearchCallMessages.html b/docs/it/ernytech/tdlib/TdApi.SearchCallMessages.html index 7e84dac..4a10877 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchCallMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchCallMessages.html @@ -2,7 +2,7 @@ - + TdApi.SearchCallMessages diff --git a/docs/it/ernytech/tdlib/TdApi.SearchChatMembers.html b/docs/it/ernytech/tdlib/TdApi.SearchChatMembers.html index dd901c2..505092a 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchChatMembers.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchChatMembers.html @@ -2,7 +2,7 @@ - + TdApi.SearchChatMembers diff --git a/docs/it/ernytech/tdlib/TdApi.SearchChatMessages.html b/docs/it/ernytech/tdlib/TdApi.SearchChatMessages.html index 6358f84..e765353 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchChatMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchChatMessages.html @@ -2,7 +2,7 @@ - + TdApi.SearchChatMessages diff --git a/docs/it/ernytech/tdlib/TdApi.SearchChatRecentLocationMessages.html b/docs/it/ernytech/tdlib/TdApi.SearchChatRecentLocationMessages.html index c602d0b..9118b00 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchChatRecentLocationMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchChatRecentLocationMessages.html @@ -2,7 +2,7 @@ - + TdApi.SearchChatRecentLocationMessages diff --git a/docs/it/ernytech/tdlib/TdApi.SearchChats.html b/docs/it/ernytech/tdlib/TdApi.SearchChats.html index 689efa6..3130822 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchChats.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchChats.html @@ -2,7 +2,7 @@ - + TdApi.SearchChats diff --git a/docs/it/ernytech/tdlib/TdApi.SearchChatsOnServer.html b/docs/it/ernytech/tdlib/TdApi.SearchChatsOnServer.html index 85dae1a..48783e5 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchChatsOnServer.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchChatsOnServer.html @@ -2,7 +2,7 @@ - + TdApi.SearchChatsOnServer diff --git a/docs/it/ernytech/tdlib/TdApi.SearchContacts.html b/docs/it/ernytech/tdlib/TdApi.SearchContacts.html index f739848..610ef22 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchContacts.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchContacts.html @@ -2,7 +2,7 @@ - + TdApi.SearchContacts diff --git a/docs/it/ernytech/tdlib/TdApi.SearchHashtags.html b/docs/it/ernytech/tdlib/TdApi.SearchHashtags.html index 5def181..1613b38 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchHashtags.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchHashtags.html @@ -2,7 +2,7 @@ - + TdApi.SearchHashtags diff --git a/docs/it/ernytech/tdlib/TdApi.SearchInstalledStickerSets.html b/docs/it/ernytech/tdlib/TdApi.SearchInstalledStickerSets.html index f0b2b4e..f6294b0 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchInstalledStickerSets.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchInstalledStickerSets.html @@ -2,7 +2,7 @@ - + TdApi.SearchInstalledStickerSets diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessages.html b/docs/it/ernytech/tdlib/TdApi.SearchMessages.html index 72920d7..861b723 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessages.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessages diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilter.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilter.html index 0598168..d1e770c 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilter.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilter.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilter diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterAnimation.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterAnimation.html index 48d0bf0..f842938 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterAnimation.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterAnimation.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterAnimation diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterAudio.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterAudio.html index 57c7b45..69da282 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterAudio.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterAudio.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterAudio diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterCall.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterCall.html index 102c9f6..ddb2c1f 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterCall.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterCall.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterCall diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterChatPhoto.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterChatPhoto.html index d30c28b..4e3eac5 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterChatPhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterChatPhoto.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterChatPhoto diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterDocument.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterDocument.html index 6aa65b9..6e98e5d 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterDocument.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterDocument.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterDocument diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterEmpty.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterEmpty.html index ae75fa2..958d48c 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterEmpty.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterEmpty.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterEmpty diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterMention.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterMention.html index 774467e..55f5c91 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterMention.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterMention.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterMention diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterMissedCall.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterMissedCall.html index 0bba164..a37be35 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterMissedCall.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterMissedCall.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterMissedCall diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterPhoto.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterPhoto.html index 126ba5c..b5d4a20 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterPhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterPhoto.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterPhoto diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterPhotoAndVideo.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterPhotoAndVideo.html index 87dc31e..ff4a81f 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterPhotoAndVideo.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterPhotoAndVideo.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterPhotoAndVideo diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterUnreadMention.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterUnreadMention.html index 8bb232d..7bc4594 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterUnreadMention.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterUnreadMention.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterUnreadMention diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterUrl.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterUrl.html index c21d629..e2868c2 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterUrl.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterUrl.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterUrl diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVideo.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVideo.html index 0b0ab6d..64fac97 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVideo.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVideo.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterVideo diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVideoNote.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVideoNote.html index 61b3c91..68b1d16 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVideoNote.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVideoNote.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterVideoNote diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVoiceAndVideoNote.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVoiceAndVideoNote.html index f414c21..8ac4d75 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVoiceAndVideoNote.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVoiceAndVideoNote.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterVoiceAndVideoNote diff --git a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVoiceNote.html b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVoiceNote.html index 3d4e708..49f1ab9 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVoiceNote.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchMessagesFilterVoiceNote.html @@ -2,7 +2,7 @@ - + TdApi.SearchMessagesFilterVoiceNote diff --git a/docs/it/ernytech/tdlib/TdApi.SearchPublicChat.html b/docs/it/ernytech/tdlib/TdApi.SearchPublicChat.html index 769562b..e8591a9 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchPublicChat.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchPublicChat.html @@ -2,7 +2,7 @@ - + TdApi.SearchPublicChat diff --git a/docs/it/ernytech/tdlib/TdApi.SearchPublicChats.html b/docs/it/ernytech/tdlib/TdApi.SearchPublicChats.html index e2d4d9f..a3d44b4 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchPublicChats.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchPublicChats.html @@ -2,7 +2,7 @@ - + TdApi.SearchPublicChats diff --git a/docs/it/ernytech/tdlib/TdApi.SearchSecretMessages.html b/docs/it/ernytech/tdlib/TdApi.SearchSecretMessages.html index 41e07a9..a60c03e 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchSecretMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchSecretMessages.html @@ -2,7 +2,7 @@ - + TdApi.SearchSecretMessages diff --git a/docs/it/ernytech/tdlib/TdApi.SearchStickerSet.html b/docs/it/ernytech/tdlib/TdApi.SearchStickerSet.html index 5099188..9752142 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchStickerSet.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchStickerSet.html @@ -2,7 +2,7 @@ - + TdApi.SearchStickerSet diff --git a/docs/it/ernytech/tdlib/TdApi.SearchStickerSets.html b/docs/it/ernytech/tdlib/TdApi.SearchStickerSets.html index e7e730a..52cc50f 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchStickerSets.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchStickerSets.html @@ -2,7 +2,7 @@ - + TdApi.SearchStickerSets diff --git a/docs/it/ernytech/tdlib/TdApi.SearchStickers.html b/docs/it/ernytech/tdlib/TdApi.SearchStickers.html index 146fb08..1ac9200 100644 --- a/docs/it/ernytech/tdlib/TdApi.SearchStickers.html +++ b/docs/it/ernytech/tdlib/TdApi.SearchStickers.html @@ -2,7 +2,7 @@ - + TdApi.SearchStickers diff --git a/docs/it/ernytech/tdlib/TdApi.SecretChat.html b/docs/it/ernytech/tdlib/TdApi.SecretChat.html index 4ecfc00..3c3ca19 100644 --- a/docs/it/ernytech/tdlib/TdApi.SecretChat.html +++ b/docs/it/ernytech/tdlib/TdApi.SecretChat.html @@ -2,7 +2,7 @@ - + TdApi.SecretChat diff --git a/docs/it/ernytech/tdlib/TdApi.SecretChatState.html b/docs/it/ernytech/tdlib/TdApi.SecretChatState.html index cf63d99..62a76ba 100644 --- a/docs/it/ernytech/tdlib/TdApi.SecretChatState.html +++ b/docs/it/ernytech/tdlib/TdApi.SecretChatState.html @@ -2,7 +2,7 @@ - + TdApi.SecretChatState diff --git a/docs/it/ernytech/tdlib/TdApi.SecretChatStateClosed.html b/docs/it/ernytech/tdlib/TdApi.SecretChatStateClosed.html index 5aea274..7061a04 100644 --- a/docs/it/ernytech/tdlib/TdApi.SecretChatStateClosed.html +++ b/docs/it/ernytech/tdlib/TdApi.SecretChatStateClosed.html @@ -2,7 +2,7 @@ - + TdApi.SecretChatStateClosed diff --git a/docs/it/ernytech/tdlib/TdApi.SecretChatStatePending.html b/docs/it/ernytech/tdlib/TdApi.SecretChatStatePending.html index 87bde51..3efca50 100644 --- a/docs/it/ernytech/tdlib/TdApi.SecretChatStatePending.html +++ b/docs/it/ernytech/tdlib/TdApi.SecretChatStatePending.html @@ -2,7 +2,7 @@ - + TdApi.SecretChatStatePending diff --git a/docs/it/ernytech/tdlib/TdApi.SecretChatStateReady.html b/docs/it/ernytech/tdlib/TdApi.SecretChatStateReady.html index 59c8428..39f5f0a 100644 --- a/docs/it/ernytech/tdlib/TdApi.SecretChatStateReady.html +++ b/docs/it/ernytech/tdlib/TdApi.SecretChatStateReady.html @@ -2,7 +2,7 @@ - + TdApi.SecretChatStateReady diff --git a/docs/it/ernytech/tdlib/TdApi.SendBotStartMessage.html b/docs/it/ernytech/tdlib/TdApi.SendBotStartMessage.html index 7c0ad38..94cd1c6 100644 --- a/docs/it/ernytech/tdlib/TdApi.SendBotStartMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.SendBotStartMessage.html @@ -2,7 +2,7 @@ - + TdApi.SendBotStartMessage diff --git a/docs/it/ernytech/tdlib/TdApi.SendCallDebugInformation.html b/docs/it/ernytech/tdlib/TdApi.SendCallDebugInformation.html index d386c4d..6ff74d6 100644 --- a/docs/it/ernytech/tdlib/TdApi.SendCallDebugInformation.html +++ b/docs/it/ernytech/tdlib/TdApi.SendCallDebugInformation.html @@ -2,7 +2,7 @@ - + TdApi.SendCallDebugInformation diff --git a/docs/it/ernytech/tdlib/TdApi.SendCallRating.html b/docs/it/ernytech/tdlib/TdApi.SendCallRating.html index 2ec065c..39ad297 100644 --- a/docs/it/ernytech/tdlib/TdApi.SendCallRating.html +++ b/docs/it/ernytech/tdlib/TdApi.SendCallRating.html @@ -2,7 +2,7 @@ - + TdApi.SendCallRating diff --git a/docs/it/ernytech/tdlib/TdApi.SendChatAction.html b/docs/it/ernytech/tdlib/TdApi.SendChatAction.html index a575bef..d833aad 100644 --- a/docs/it/ernytech/tdlib/TdApi.SendChatAction.html +++ b/docs/it/ernytech/tdlib/TdApi.SendChatAction.html @@ -2,7 +2,7 @@ - + TdApi.SendChatAction diff --git a/docs/it/ernytech/tdlib/TdApi.SendChatScreenshotTakenNotification.html b/docs/it/ernytech/tdlib/TdApi.SendChatScreenshotTakenNotification.html index 4c735c1..ec74f40 100644 --- a/docs/it/ernytech/tdlib/TdApi.SendChatScreenshotTakenNotification.html +++ b/docs/it/ernytech/tdlib/TdApi.SendChatScreenshotTakenNotification.html @@ -2,7 +2,7 @@ - + TdApi.SendChatScreenshotTakenNotification diff --git a/docs/it/ernytech/tdlib/TdApi.SendChatSetTtlMessage.html b/docs/it/ernytech/tdlib/TdApi.SendChatSetTtlMessage.html index c80172a..7fc3444 100644 --- a/docs/it/ernytech/tdlib/TdApi.SendChatSetTtlMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.SendChatSetTtlMessage.html @@ -2,7 +2,7 @@ - + TdApi.SendChatSetTtlMessage diff --git a/docs/it/ernytech/tdlib/TdApi.SendCustomRequest.html b/docs/it/ernytech/tdlib/TdApi.SendCustomRequest.html index 4739474..e293fa9 100644 --- a/docs/it/ernytech/tdlib/TdApi.SendCustomRequest.html +++ b/docs/it/ernytech/tdlib/TdApi.SendCustomRequest.html @@ -2,7 +2,7 @@ - + TdApi.SendCustomRequest diff --git a/docs/it/ernytech/tdlib/TdApi.SendInlineQueryResultMessage.html b/docs/it/ernytech/tdlib/TdApi.SendInlineQueryResultMessage.html index 2079f5a..77abb12 100644 --- a/docs/it/ernytech/tdlib/TdApi.SendInlineQueryResultMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.SendInlineQueryResultMessage.html @@ -2,7 +2,7 @@ - + TdApi.SendInlineQueryResultMessage diff --git a/docs/it/ernytech/tdlib/TdApi.SendMessage.html b/docs/it/ernytech/tdlib/TdApi.SendMessage.html index d10772d..2ddeab8 100644 --- a/docs/it/ernytech/tdlib/TdApi.SendMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.SendMessage.html @@ -2,7 +2,7 @@ - + TdApi.SendMessage diff --git a/docs/it/ernytech/tdlib/TdApi.SendMessageAlbum.html b/docs/it/ernytech/tdlib/TdApi.SendMessageAlbum.html index a3cbbfb..57ef24c 100644 --- a/docs/it/ernytech/tdlib/TdApi.SendMessageAlbum.html +++ b/docs/it/ernytech/tdlib/TdApi.SendMessageAlbum.html @@ -2,7 +2,7 @@ - + TdApi.SendMessageAlbum diff --git a/docs/it/ernytech/tdlib/TdApi.SendPaymentForm.html b/docs/it/ernytech/tdlib/TdApi.SendPaymentForm.html index c8c91d2..72663fd 100644 --- a/docs/it/ernytech/tdlib/TdApi.SendPaymentForm.html +++ b/docs/it/ernytech/tdlib/TdApi.SendPaymentForm.html @@ -2,7 +2,7 @@ - + TdApi.SendPaymentForm diff --git a/docs/it/ernytech/tdlib/TdApi.Session.html b/docs/it/ernytech/tdlib/TdApi.Session.html index 0c2944e..f8429f4 100644 --- a/docs/it/ernytech/tdlib/TdApi.Session.html +++ b/docs/it/ernytech/tdlib/TdApi.Session.html @@ -2,7 +2,7 @@ - + TdApi.Session diff --git a/docs/it/ernytech/tdlib/TdApi.Sessions.html b/docs/it/ernytech/tdlib/TdApi.Sessions.html index 60fe467..fbb0d5c 100644 --- a/docs/it/ernytech/tdlib/TdApi.Sessions.html +++ b/docs/it/ernytech/tdlib/TdApi.Sessions.html @@ -2,7 +2,7 @@ - + TdApi.Sessions diff --git a/docs/it/ernytech/tdlib/TdApi.SetAccountTtl.html b/docs/it/ernytech/tdlib/TdApi.SetAccountTtl.html index a3ea359..0a96b85 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetAccountTtl.html +++ b/docs/it/ernytech/tdlib/TdApi.SetAccountTtl.html @@ -2,7 +2,7 @@ - + TdApi.SetAccountTtl diff --git a/docs/it/ernytech/tdlib/TdApi.SetAlarm.html b/docs/it/ernytech/tdlib/TdApi.SetAlarm.html index ac21d9f..26ed221 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetAlarm.html +++ b/docs/it/ernytech/tdlib/TdApi.SetAlarm.html @@ -2,7 +2,7 @@ - + TdApi.SetAlarm diff --git a/docs/it/ernytech/tdlib/TdApi.SetAuthenticationPhoneNumber.html b/docs/it/ernytech/tdlib/TdApi.SetAuthenticationPhoneNumber.html index b1c6c8b..61f8068 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetAuthenticationPhoneNumber.html +++ b/docs/it/ernytech/tdlib/TdApi.SetAuthenticationPhoneNumber.html @@ -2,7 +2,7 @@ - + TdApi.SetAuthenticationPhoneNumber diff --git a/docs/it/ernytech/tdlib/TdApi.SetBio.html b/docs/it/ernytech/tdlib/TdApi.SetBio.html index e00b0d6..8242905 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetBio.html +++ b/docs/it/ernytech/tdlib/TdApi.SetBio.html @@ -2,7 +2,7 @@ - + TdApi.SetBio diff --git a/docs/it/ernytech/tdlib/TdApi.SetBotUpdatesStatus.html b/docs/it/ernytech/tdlib/TdApi.SetBotUpdatesStatus.html index 8fc17bb..f92cf33 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetBotUpdatesStatus.html +++ b/docs/it/ernytech/tdlib/TdApi.SetBotUpdatesStatus.html @@ -2,7 +2,7 @@ - + TdApi.SetBotUpdatesStatus diff --git a/docs/it/ernytech/tdlib/TdApi.SetChatClientData.html b/docs/it/ernytech/tdlib/TdApi.SetChatClientData.html index 475adf6..0dc2907 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetChatClientData.html +++ b/docs/it/ernytech/tdlib/TdApi.SetChatClientData.html @@ -2,7 +2,7 @@ - + TdApi.SetChatClientData diff --git a/docs/it/ernytech/tdlib/TdApi.SetChatDraftMessage.html b/docs/it/ernytech/tdlib/TdApi.SetChatDraftMessage.html index 6b6c7db..ef70d61 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetChatDraftMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.SetChatDraftMessage.html @@ -2,7 +2,7 @@ - + TdApi.SetChatDraftMessage diff --git a/docs/it/ernytech/tdlib/TdApi.SetChatMemberStatus.html b/docs/it/ernytech/tdlib/TdApi.SetChatMemberStatus.html index ece7da9..b110ac4 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetChatMemberStatus.html +++ b/docs/it/ernytech/tdlib/TdApi.SetChatMemberStatus.html @@ -2,7 +2,7 @@ - + TdApi.SetChatMemberStatus diff --git a/docs/it/ernytech/tdlib/TdApi.SetChatPhoto.html b/docs/it/ernytech/tdlib/TdApi.SetChatPhoto.html index 109d9b4..c75cea5 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetChatPhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.SetChatPhoto.html @@ -2,7 +2,7 @@ - + TdApi.SetChatPhoto diff --git a/docs/it/ernytech/tdlib/TdApi.SetChatTitle.html b/docs/it/ernytech/tdlib/TdApi.SetChatTitle.html index 8e02e53..3a920a1 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetChatTitle.html +++ b/docs/it/ernytech/tdlib/TdApi.SetChatTitle.html @@ -2,7 +2,7 @@ - + TdApi.SetChatTitle diff --git a/docs/it/ernytech/tdlib/TdApi.SetDatabaseEncryptionKey.html b/docs/it/ernytech/tdlib/TdApi.SetDatabaseEncryptionKey.html index ce0686d..230ce92 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetDatabaseEncryptionKey.html +++ b/docs/it/ernytech/tdlib/TdApi.SetDatabaseEncryptionKey.html @@ -2,7 +2,7 @@ - + TdApi.SetDatabaseEncryptionKey diff --git a/docs/it/ernytech/tdlib/TdApi.SetFileGenerationProgress.html b/docs/it/ernytech/tdlib/TdApi.SetFileGenerationProgress.html index 5776e06..5ee7174 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetFileGenerationProgress.html +++ b/docs/it/ernytech/tdlib/TdApi.SetFileGenerationProgress.html @@ -2,7 +2,7 @@ - + TdApi.SetFileGenerationProgress diff --git a/docs/it/ernytech/tdlib/TdApi.SetGameScore.html b/docs/it/ernytech/tdlib/TdApi.SetGameScore.html index 383aefa..c134b0f 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetGameScore.html +++ b/docs/it/ernytech/tdlib/TdApi.SetGameScore.html @@ -2,7 +2,7 @@ - + TdApi.SetGameScore diff --git a/docs/it/ernytech/tdlib/TdApi.SetInlineGameScore.html b/docs/it/ernytech/tdlib/TdApi.SetInlineGameScore.html index 7c29c2b..6caac82 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetInlineGameScore.html +++ b/docs/it/ernytech/tdlib/TdApi.SetInlineGameScore.html @@ -2,7 +2,7 @@ - + TdApi.SetInlineGameScore diff --git a/docs/it/ernytech/tdlib/TdApi.SetName.html b/docs/it/ernytech/tdlib/TdApi.SetName.html index 06ba300..387c983 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetName.html +++ b/docs/it/ernytech/tdlib/TdApi.SetName.html @@ -2,7 +2,7 @@ - + TdApi.SetName diff --git a/docs/it/ernytech/tdlib/TdApi.SetNetworkType.html b/docs/it/ernytech/tdlib/TdApi.SetNetworkType.html index 03568d5..7726b45 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetNetworkType.html +++ b/docs/it/ernytech/tdlib/TdApi.SetNetworkType.html @@ -2,7 +2,7 @@ - + TdApi.SetNetworkType diff --git a/docs/it/ernytech/tdlib/TdApi.SetNotificationSettings.html b/docs/it/ernytech/tdlib/TdApi.SetNotificationSettings.html index 2243ceb..d248d5d 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetNotificationSettings.html +++ b/docs/it/ernytech/tdlib/TdApi.SetNotificationSettings.html @@ -2,7 +2,7 @@ - + TdApi.SetNotificationSettings diff --git a/docs/it/ernytech/tdlib/TdApi.SetOption.html b/docs/it/ernytech/tdlib/TdApi.SetOption.html index ac39dbb..f713314 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetOption.html +++ b/docs/it/ernytech/tdlib/TdApi.SetOption.html @@ -2,7 +2,7 @@ - + TdApi.SetOption diff --git a/docs/it/ernytech/tdlib/TdApi.SetPassword.html b/docs/it/ernytech/tdlib/TdApi.SetPassword.html index 9675c63..ceaae4a 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetPassword.html +++ b/docs/it/ernytech/tdlib/TdApi.SetPassword.html @@ -2,7 +2,7 @@ - + TdApi.SetPassword diff --git a/docs/it/ernytech/tdlib/TdApi.SetPinnedChats.html b/docs/it/ernytech/tdlib/TdApi.SetPinnedChats.html index ce168cb..31e3395 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetPinnedChats.html +++ b/docs/it/ernytech/tdlib/TdApi.SetPinnedChats.html @@ -2,7 +2,7 @@ - + TdApi.SetPinnedChats diff --git a/docs/it/ernytech/tdlib/TdApi.SetProfilePhoto.html b/docs/it/ernytech/tdlib/TdApi.SetProfilePhoto.html index a787341..36d7f41 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetProfilePhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.SetProfilePhoto.html @@ -2,7 +2,7 @@ - + TdApi.SetProfilePhoto diff --git a/docs/it/ernytech/tdlib/TdApi.SetProxy.html b/docs/it/ernytech/tdlib/TdApi.SetProxy.html index 0187556..fcf25fb 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetProxy.html +++ b/docs/it/ernytech/tdlib/TdApi.SetProxy.html @@ -2,7 +2,7 @@ - + TdApi.SetProxy diff --git a/docs/it/ernytech/tdlib/TdApi.SetRecoveryEmailAddress.html b/docs/it/ernytech/tdlib/TdApi.SetRecoveryEmailAddress.html index 628eea3..efad869 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetRecoveryEmailAddress.html +++ b/docs/it/ernytech/tdlib/TdApi.SetRecoveryEmailAddress.html @@ -2,7 +2,7 @@ - + TdApi.SetRecoveryEmailAddress diff --git a/docs/it/ernytech/tdlib/TdApi.SetStickerPositionInSet.html b/docs/it/ernytech/tdlib/TdApi.SetStickerPositionInSet.html index 0338606..02e693e 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetStickerPositionInSet.html +++ b/docs/it/ernytech/tdlib/TdApi.SetStickerPositionInSet.html @@ -2,7 +2,7 @@ - + TdApi.SetStickerPositionInSet diff --git a/docs/it/ernytech/tdlib/TdApi.SetSupergroupDescription.html b/docs/it/ernytech/tdlib/TdApi.SetSupergroupDescription.html index 83d8b95..27d227c 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetSupergroupDescription.html +++ b/docs/it/ernytech/tdlib/TdApi.SetSupergroupDescription.html @@ -2,7 +2,7 @@ - + TdApi.SetSupergroupDescription diff --git a/docs/it/ernytech/tdlib/TdApi.SetSupergroupStickerSet.html b/docs/it/ernytech/tdlib/TdApi.SetSupergroupStickerSet.html index e55ca68..ef33b70 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetSupergroupStickerSet.html +++ b/docs/it/ernytech/tdlib/TdApi.SetSupergroupStickerSet.html @@ -2,7 +2,7 @@ - + TdApi.SetSupergroupStickerSet diff --git a/docs/it/ernytech/tdlib/TdApi.SetSupergroupUsername.html b/docs/it/ernytech/tdlib/TdApi.SetSupergroupUsername.html index 445bbef..a541f7f 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetSupergroupUsername.html +++ b/docs/it/ernytech/tdlib/TdApi.SetSupergroupUsername.html @@ -2,7 +2,7 @@ - + TdApi.SetSupergroupUsername diff --git a/docs/it/ernytech/tdlib/TdApi.SetTdlibParameters.html b/docs/it/ernytech/tdlib/TdApi.SetTdlibParameters.html index 27ac295..af7c6c7 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetTdlibParameters.html +++ b/docs/it/ernytech/tdlib/TdApi.SetTdlibParameters.html @@ -2,7 +2,7 @@ - + TdApi.SetTdlibParameters diff --git a/docs/it/ernytech/tdlib/TdApi.SetUserPrivacySettingRules.html b/docs/it/ernytech/tdlib/TdApi.SetUserPrivacySettingRules.html index c860d0f..95a2ce5 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetUserPrivacySettingRules.html +++ b/docs/it/ernytech/tdlib/TdApi.SetUserPrivacySettingRules.html @@ -2,7 +2,7 @@ - + TdApi.SetUserPrivacySettingRules diff --git a/docs/it/ernytech/tdlib/TdApi.SetUsername.html b/docs/it/ernytech/tdlib/TdApi.SetUsername.html index 60dd39a..4bc6d1b 100644 --- a/docs/it/ernytech/tdlib/TdApi.SetUsername.html +++ b/docs/it/ernytech/tdlib/TdApi.SetUsername.html @@ -2,7 +2,7 @@ - + TdApi.SetUsername diff --git a/docs/it/ernytech/tdlib/TdApi.ShippingAddress.html b/docs/it/ernytech/tdlib/TdApi.ShippingAddress.html index 8f4ecb1..d56b456 100644 --- a/docs/it/ernytech/tdlib/TdApi.ShippingAddress.html +++ b/docs/it/ernytech/tdlib/TdApi.ShippingAddress.html @@ -2,7 +2,7 @@ - + TdApi.ShippingAddress diff --git a/docs/it/ernytech/tdlib/TdApi.ShippingOption.html b/docs/it/ernytech/tdlib/TdApi.ShippingOption.html index 0d16f96..c98626d 100644 --- a/docs/it/ernytech/tdlib/TdApi.ShippingOption.html +++ b/docs/it/ernytech/tdlib/TdApi.ShippingOption.html @@ -2,7 +2,7 @@ - + TdApi.ShippingOption diff --git a/docs/it/ernytech/tdlib/TdApi.Sticker.html b/docs/it/ernytech/tdlib/TdApi.Sticker.html index b7bba26..bf0e9be 100644 --- a/docs/it/ernytech/tdlib/TdApi.Sticker.html +++ b/docs/it/ernytech/tdlib/TdApi.Sticker.html @@ -2,7 +2,7 @@ - + TdApi.Sticker diff --git a/docs/it/ernytech/tdlib/TdApi.StickerEmojis.html b/docs/it/ernytech/tdlib/TdApi.StickerEmojis.html index f9b5446..4537264 100644 --- a/docs/it/ernytech/tdlib/TdApi.StickerEmojis.html +++ b/docs/it/ernytech/tdlib/TdApi.StickerEmojis.html @@ -2,7 +2,7 @@ - + TdApi.StickerEmojis diff --git a/docs/it/ernytech/tdlib/TdApi.StickerSet.html b/docs/it/ernytech/tdlib/TdApi.StickerSet.html index 42ed0a0..aa210a5 100644 --- a/docs/it/ernytech/tdlib/TdApi.StickerSet.html +++ b/docs/it/ernytech/tdlib/TdApi.StickerSet.html @@ -2,7 +2,7 @@ - + TdApi.StickerSet diff --git a/docs/it/ernytech/tdlib/TdApi.StickerSetInfo.html b/docs/it/ernytech/tdlib/TdApi.StickerSetInfo.html index 01f17fd..de67c80 100644 --- a/docs/it/ernytech/tdlib/TdApi.StickerSetInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.StickerSetInfo.html @@ -2,7 +2,7 @@ - + TdApi.StickerSetInfo diff --git a/docs/it/ernytech/tdlib/TdApi.StickerSets.html b/docs/it/ernytech/tdlib/TdApi.StickerSets.html index eff775d..e28e981 100644 --- a/docs/it/ernytech/tdlib/TdApi.StickerSets.html +++ b/docs/it/ernytech/tdlib/TdApi.StickerSets.html @@ -2,7 +2,7 @@ - + TdApi.StickerSets diff --git a/docs/it/ernytech/tdlib/TdApi.Stickers.html b/docs/it/ernytech/tdlib/TdApi.Stickers.html index 7feca1b..c4dc32e 100644 --- a/docs/it/ernytech/tdlib/TdApi.Stickers.html +++ b/docs/it/ernytech/tdlib/TdApi.Stickers.html @@ -2,7 +2,7 @@ - + TdApi.Stickers diff --git a/docs/it/ernytech/tdlib/TdApi.StorageStatistics.html b/docs/it/ernytech/tdlib/TdApi.StorageStatistics.html index 0961a36..d58e7e9 100644 --- a/docs/it/ernytech/tdlib/TdApi.StorageStatistics.html +++ b/docs/it/ernytech/tdlib/TdApi.StorageStatistics.html @@ -2,7 +2,7 @@ - + TdApi.StorageStatistics diff --git a/docs/it/ernytech/tdlib/TdApi.StorageStatisticsByChat.html b/docs/it/ernytech/tdlib/TdApi.StorageStatisticsByChat.html index 29cacd5..72f8b7b 100644 --- a/docs/it/ernytech/tdlib/TdApi.StorageStatisticsByChat.html +++ b/docs/it/ernytech/tdlib/TdApi.StorageStatisticsByChat.html @@ -2,7 +2,7 @@ - + TdApi.StorageStatisticsByChat diff --git a/docs/it/ernytech/tdlib/TdApi.StorageStatisticsByFileType.html b/docs/it/ernytech/tdlib/TdApi.StorageStatisticsByFileType.html index 6a0e8de..35bf19a 100644 --- a/docs/it/ernytech/tdlib/TdApi.StorageStatisticsByFileType.html +++ b/docs/it/ernytech/tdlib/TdApi.StorageStatisticsByFileType.html @@ -2,7 +2,7 @@ - + TdApi.StorageStatisticsByFileType diff --git a/docs/it/ernytech/tdlib/TdApi.StorageStatisticsFast.html b/docs/it/ernytech/tdlib/TdApi.StorageStatisticsFast.html index 41fce43..463bfbd 100644 --- a/docs/it/ernytech/tdlib/TdApi.StorageStatisticsFast.html +++ b/docs/it/ernytech/tdlib/TdApi.StorageStatisticsFast.html @@ -2,7 +2,7 @@ - + TdApi.StorageStatisticsFast diff --git a/docs/it/ernytech/tdlib/TdApi.Supergroup.html b/docs/it/ernytech/tdlib/TdApi.Supergroup.html index 4292385..e022c2e 100644 --- a/docs/it/ernytech/tdlib/TdApi.Supergroup.html +++ b/docs/it/ernytech/tdlib/TdApi.Supergroup.html @@ -2,7 +2,7 @@ - + TdApi.Supergroup diff --git a/docs/it/ernytech/tdlib/TdApi.SupergroupFullInfo.html b/docs/it/ernytech/tdlib/TdApi.SupergroupFullInfo.html index 4f5d496..c3a803e 100644 --- a/docs/it/ernytech/tdlib/TdApi.SupergroupFullInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.SupergroupFullInfo.html @@ -2,7 +2,7 @@ - + TdApi.SupergroupFullInfo diff --git a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilter.html b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilter.html index 5306860..59d316f 100644 --- a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilter.html +++ b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilter.html @@ -2,7 +2,7 @@ - + TdApi.SupergroupMembersFilter diff --git a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterAdministrators.html b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterAdministrators.html index 05a3914..e1a7b5b 100644 --- a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterAdministrators.html +++ b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterAdministrators.html @@ -2,7 +2,7 @@ - + TdApi.SupergroupMembersFilterAdministrators diff --git a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterBanned.html b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterBanned.html index 54b71c9..0d8f4ac 100644 --- a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterBanned.html +++ b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterBanned.html @@ -2,7 +2,7 @@ - + TdApi.SupergroupMembersFilterBanned diff --git a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterBots.html b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterBots.html index f30893a..aaaa2f8 100644 --- a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterBots.html +++ b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterBots.html @@ -2,7 +2,7 @@ - + TdApi.SupergroupMembersFilterBots diff --git a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterRecent.html b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterRecent.html index 3fdd2c2..b24bb4a 100644 --- a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterRecent.html +++ b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterRecent.html @@ -2,7 +2,7 @@ - + TdApi.SupergroupMembersFilterRecent diff --git a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterRestricted.html b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterRestricted.html index 966ae19..f44f435 100644 --- a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterRestricted.html +++ b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterRestricted.html @@ -2,7 +2,7 @@ - + TdApi.SupergroupMembersFilterRestricted diff --git a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterSearch.html b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterSearch.html index 23a06c3..2233669 100644 --- a/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterSearch.html +++ b/docs/it/ernytech/tdlib/TdApi.SupergroupMembersFilterSearch.html @@ -2,7 +2,7 @@ - + TdApi.SupergroupMembersFilterSearch diff --git a/docs/it/ernytech/tdlib/TdApi.TMeUrl.html b/docs/it/ernytech/tdlib/TdApi.TMeUrl.html index eaeb507..a0d6fe6 100644 --- a/docs/it/ernytech/tdlib/TdApi.TMeUrl.html +++ b/docs/it/ernytech/tdlib/TdApi.TMeUrl.html @@ -2,7 +2,7 @@ - + TdApi.TMeUrl diff --git a/docs/it/ernytech/tdlib/TdApi.TMeUrlType.html b/docs/it/ernytech/tdlib/TdApi.TMeUrlType.html index f71842e..9b89c80 100644 --- a/docs/it/ernytech/tdlib/TdApi.TMeUrlType.html +++ b/docs/it/ernytech/tdlib/TdApi.TMeUrlType.html @@ -2,7 +2,7 @@ - + TdApi.TMeUrlType diff --git a/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeChatInvite.html b/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeChatInvite.html index e8be75a..acac232 100644 --- a/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeChatInvite.html +++ b/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeChatInvite.html @@ -2,7 +2,7 @@ - + TdApi.TMeUrlTypeChatInvite diff --git a/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeStickerSet.html b/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeStickerSet.html index 53bd0f1..b103575 100644 --- a/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeStickerSet.html +++ b/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeStickerSet.html @@ -2,7 +2,7 @@ - + TdApi.TMeUrlTypeStickerSet diff --git a/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeSupergroup.html b/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeSupergroup.html index 702cfd6..de1ac70 100644 --- a/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeSupergroup.html +++ b/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeSupergroup.html @@ -2,7 +2,7 @@ - + TdApi.TMeUrlTypeSupergroup diff --git a/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeUser.html b/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeUser.html index 81eea88..d306a0e 100644 --- a/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeUser.html +++ b/docs/it/ernytech/tdlib/TdApi.TMeUrlTypeUser.html @@ -2,7 +2,7 @@ - + TdApi.TMeUrlTypeUser diff --git a/docs/it/ernytech/tdlib/TdApi.TMeUrls.html b/docs/it/ernytech/tdlib/TdApi.TMeUrls.html index 5065507..73f13e6 100644 --- a/docs/it/ernytech/tdlib/TdApi.TMeUrls.html +++ b/docs/it/ernytech/tdlib/TdApi.TMeUrls.html @@ -2,7 +2,7 @@ - + TdApi.TMeUrls diff --git a/docs/it/ernytech/tdlib/TdApi.TdlibParameters.html b/docs/it/ernytech/tdlib/TdApi.TdlibParameters.html index a111d5e..398a85c 100644 --- a/docs/it/ernytech/tdlib/TdApi.TdlibParameters.html +++ b/docs/it/ernytech/tdlib/TdApi.TdlibParameters.html @@ -2,7 +2,7 @@ - + TdApi.TdlibParameters diff --git a/docs/it/ernytech/tdlib/TdApi.TemporaryPasswordState.html b/docs/it/ernytech/tdlib/TdApi.TemporaryPasswordState.html index 5dc007d..3e75caa 100644 --- a/docs/it/ernytech/tdlib/TdApi.TemporaryPasswordState.html +++ b/docs/it/ernytech/tdlib/TdApi.TemporaryPasswordState.html @@ -2,7 +2,7 @@ - + TdApi.TemporaryPasswordState diff --git a/docs/it/ernytech/tdlib/TdApi.TerminateAllOtherSessions.html b/docs/it/ernytech/tdlib/TdApi.TerminateAllOtherSessions.html index 7481a33..836bdae 100644 --- a/docs/it/ernytech/tdlib/TdApi.TerminateAllOtherSessions.html +++ b/docs/it/ernytech/tdlib/TdApi.TerminateAllOtherSessions.html @@ -2,7 +2,7 @@ - + TdApi.TerminateAllOtherSessions diff --git a/docs/it/ernytech/tdlib/TdApi.TerminateSession.html b/docs/it/ernytech/tdlib/TdApi.TerminateSession.html index b7a9365..715e92e 100644 --- a/docs/it/ernytech/tdlib/TdApi.TerminateSession.html +++ b/docs/it/ernytech/tdlib/TdApi.TerminateSession.html @@ -2,7 +2,7 @@ - + TdApi.TerminateSession diff --git a/docs/it/ernytech/tdlib/TdApi.TestBytes.html b/docs/it/ernytech/tdlib/TdApi.TestBytes.html index 387c488..70e40fa 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestBytes.html +++ b/docs/it/ernytech/tdlib/TdApi.TestBytes.html @@ -2,7 +2,7 @@ - + TdApi.TestBytes diff --git a/docs/it/ernytech/tdlib/TdApi.TestCallBytes.html b/docs/it/ernytech/tdlib/TdApi.TestCallBytes.html index 47574c2..a60adb8 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestCallBytes.html +++ b/docs/it/ernytech/tdlib/TdApi.TestCallBytes.html @@ -2,7 +2,7 @@ - + TdApi.TestCallBytes diff --git a/docs/it/ernytech/tdlib/TdApi.TestCallEmpty.html b/docs/it/ernytech/tdlib/TdApi.TestCallEmpty.html index e6fd23d..11a2812 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestCallEmpty.html +++ b/docs/it/ernytech/tdlib/TdApi.TestCallEmpty.html @@ -2,7 +2,7 @@ - + TdApi.TestCallEmpty diff --git a/docs/it/ernytech/tdlib/TdApi.TestCallString.html b/docs/it/ernytech/tdlib/TdApi.TestCallString.html index fb1c500..ed913aa 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestCallString.html +++ b/docs/it/ernytech/tdlib/TdApi.TestCallString.html @@ -2,7 +2,7 @@ - + TdApi.TestCallString diff --git a/docs/it/ernytech/tdlib/TdApi.TestCallVectorInt.html b/docs/it/ernytech/tdlib/TdApi.TestCallVectorInt.html index f1c3f90..b9256ca 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestCallVectorInt.html +++ b/docs/it/ernytech/tdlib/TdApi.TestCallVectorInt.html @@ -2,7 +2,7 @@ - + TdApi.TestCallVectorInt diff --git a/docs/it/ernytech/tdlib/TdApi.TestCallVectorIntObject.html b/docs/it/ernytech/tdlib/TdApi.TestCallVectorIntObject.html index 4b17a8a..a948394 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestCallVectorIntObject.html +++ b/docs/it/ernytech/tdlib/TdApi.TestCallVectorIntObject.html @@ -2,7 +2,7 @@ - + TdApi.TestCallVectorIntObject diff --git a/docs/it/ernytech/tdlib/TdApi.TestCallVectorString.html b/docs/it/ernytech/tdlib/TdApi.TestCallVectorString.html index 34e04f8..37be11e 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestCallVectorString.html +++ b/docs/it/ernytech/tdlib/TdApi.TestCallVectorString.html @@ -2,7 +2,7 @@ - + TdApi.TestCallVectorString diff --git a/docs/it/ernytech/tdlib/TdApi.TestCallVectorStringObject.html b/docs/it/ernytech/tdlib/TdApi.TestCallVectorStringObject.html index e89c471..bd6fade 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestCallVectorStringObject.html +++ b/docs/it/ernytech/tdlib/TdApi.TestCallVectorStringObject.html @@ -2,7 +2,7 @@ - + TdApi.TestCallVectorStringObject diff --git a/docs/it/ernytech/tdlib/TdApi.TestGetDifference.html b/docs/it/ernytech/tdlib/TdApi.TestGetDifference.html index e6ab4f2..044e0d6 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestGetDifference.html +++ b/docs/it/ernytech/tdlib/TdApi.TestGetDifference.html @@ -2,7 +2,7 @@ - + TdApi.TestGetDifference diff --git a/docs/it/ernytech/tdlib/TdApi.TestInt.html b/docs/it/ernytech/tdlib/TdApi.TestInt.html index efe5ac0..6806c55 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestInt.html +++ b/docs/it/ernytech/tdlib/TdApi.TestInt.html @@ -2,7 +2,7 @@ - + TdApi.TestInt diff --git a/docs/it/ernytech/tdlib/TdApi.TestNetwork.html b/docs/it/ernytech/tdlib/TdApi.TestNetwork.html index 0ade79b..210c29e 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestNetwork.html +++ b/docs/it/ernytech/tdlib/TdApi.TestNetwork.html @@ -2,7 +2,7 @@ - + TdApi.TestNetwork diff --git a/docs/it/ernytech/tdlib/TdApi.TestSquareInt.html b/docs/it/ernytech/tdlib/TdApi.TestSquareInt.html index 48675a2..13ce856 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestSquareInt.html +++ b/docs/it/ernytech/tdlib/TdApi.TestSquareInt.html @@ -2,7 +2,7 @@ - + TdApi.TestSquareInt diff --git a/docs/it/ernytech/tdlib/TdApi.TestString.html b/docs/it/ernytech/tdlib/TdApi.TestString.html index cca8101..ae73f75 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestString.html +++ b/docs/it/ernytech/tdlib/TdApi.TestString.html @@ -2,7 +2,7 @@ - + TdApi.TestString diff --git a/docs/it/ernytech/tdlib/TdApi.TestUseError.html b/docs/it/ernytech/tdlib/TdApi.TestUseError.html index ae47802..50f6130 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestUseError.html +++ b/docs/it/ernytech/tdlib/TdApi.TestUseError.html @@ -2,7 +2,7 @@ - + TdApi.TestUseError diff --git a/docs/it/ernytech/tdlib/TdApi.TestUseUpdate.html b/docs/it/ernytech/tdlib/TdApi.TestUseUpdate.html index daa47ed..e597091 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestUseUpdate.html +++ b/docs/it/ernytech/tdlib/TdApi.TestUseUpdate.html @@ -2,7 +2,7 @@ - + TdApi.TestUseUpdate diff --git a/docs/it/ernytech/tdlib/TdApi.TestVectorInt.html b/docs/it/ernytech/tdlib/TdApi.TestVectorInt.html index 32de2e6..02fe19b 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestVectorInt.html +++ b/docs/it/ernytech/tdlib/TdApi.TestVectorInt.html @@ -2,7 +2,7 @@ - + TdApi.TestVectorInt diff --git a/docs/it/ernytech/tdlib/TdApi.TestVectorIntObject.html b/docs/it/ernytech/tdlib/TdApi.TestVectorIntObject.html index 566b410..43b5f62 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestVectorIntObject.html +++ b/docs/it/ernytech/tdlib/TdApi.TestVectorIntObject.html @@ -2,7 +2,7 @@ - + TdApi.TestVectorIntObject diff --git a/docs/it/ernytech/tdlib/TdApi.TestVectorString.html b/docs/it/ernytech/tdlib/TdApi.TestVectorString.html index 5db45fd..fd8f0cb 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestVectorString.html +++ b/docs/it/ernytech/tdlib/TdApi.TestVectorString.html @@ -2,7 +2,7 @@ - + TdApi.TestVectorString diff --git a/docs/it/ernytech/tdlib/TdApi.TestVectorStringObject.html b/docs/it/ernytech/tdlib/TdApi.TestVectorStringObject.html index 5c01b3c..086aa59 100644 --- a/docs/it/ernytech/tdlib/TdApi.TestVectorStringObject.html +++ b/docs/it/ernytech/tdlib/TdApi.TestVectorStringObject.html @@ -2,7 +2,7 @@ - + TdApi.TestVectorStringObject diff --git a/docs/it/ernytech/tdlib/TdApi.Text.html b/docs/it/ernytech/tdlib/TdApi.Text.html index 3e91c6f..423626e 100644 --- a/docs/it/ernytech/tdlib/TdApi.Text.html +++ b/docs/it/ernytech/tdlib/TdApi.Text.html @@ -2,7 +2,7 @@ - + TdApi.Text diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntities.html b/docs/it/ernytech/tdlib/TdApi.TextEntities.html index fc00e2a..d52584f 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntities.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntities.html @@ -2,7 +2,7 @@ - + TdApi.TextEntities diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntity.html b/docs/it/ernytech/tdlib/TdApi.TextEntity.html index fac389d..766689b 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntity.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntity.html @@ -2,7 +2,7 @@ - + TdApi.TextEntity diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityType.html b/docs/it/ernytech/tdlib/TdApi.TextEntityType.html index 25542be..639311b 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityType.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityType.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityType diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeBold.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeBold.html index d3fd04f..0339289 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeBold.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeBold.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypeBold diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeBotCommand.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeBotCommand.html index d0f5c1f..9d8e51f 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeBotCommand.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeBotCommand.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypeBotCommand diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeCashtag.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeCashtag.html index 45f617a..88c7bff 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeCashtag.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeCashtag.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypeCashtag diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeCode.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeCode.html index 15a45cf..d990b3f 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeCode.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeCode.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypeCode diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeEmailAddress.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeEmailAddress.html index 04f27a6..1f97d58 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeEmailAddress.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeEmailAddress.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypeEmailAddress diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeHashtag.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeHashtag.html index 59aa022..c7ac7f1 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeHashtag.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeHashtag.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypeHashtag diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeItalic.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeItalic.html index e072a6a..2ace8ec 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeItalic.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeItalic.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypeItalic diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeMention.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeMention.html index f56d989..6b291b7 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeMention.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeMention.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypeMention diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeMentionName.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeMentionName.html index 33851b2..109dadc 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeMentionName.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeMentionName.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypeMentionName diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypePhoneNumber.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypePhoneNumber.html index 7f529c5..863c820 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypePhoneNumber.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypePhoneNumber.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypePhoneNumber diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypePre.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypePre.html index dde81a7..cd448ee 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypePre.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypePre.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypePre diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypePreCode.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypePreCode.html index 7020ffc..dec4d61 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypePreCode.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypePreCode.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypePreCode diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeTextUrl.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeTextUrl.html index 79c3dd0..8ed9271 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeTextUrl.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeTextUrl.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypeTextUrl diff --git a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeUrl.html b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeUrl.html index 1f4a9db..a4298d0 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextEntityTypeUrl.html +++ b/docs/it/ernytech/tdlib/TdApi.TextEntityTypeUrl.html @@ -2,7 +2,7 @@ - + TdApi.TextEntityTypeUrl diff --git a/docs/it/ernytech/tdlib/TdApi.TextParseMode.html b/docs/it/ernytech/tdlib/TdApi.TextParseMode.html index b0bd396..aa60814 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextParseMode.html +++ b/docs/it/ernytech/tdlib/TdApi.TextParseMode.html @@ -2,7 +2,7 @@ - + TdApi.TextParseMode diff --git a/docs/it/ernytech/tdlib/TdApi.TextParseModeHTML.html b/docs/it/ernytech/tdlib/TdApi.TextParseModeHTML.html index 34999f1..edfcd4e 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextParseModeHTML.html +++ b/docs/it/ernytech/tdlib/TdApi.TextParseModeHTML.html @@ -2,7 +2,7 @@ - + TdApi.TextParseModeHTML diff --git a/docs/it/ernytech/tdlib/TdApi.TextParseModeMarkdown.html b/docs/it/ernytech/tdlib/TdApi.TextParseModeMarkdown.html index a1b00c5..ec1a090 100644 --- a/docs/it/ernytech/tdlib/TdApi.TextParseModeMarkdown.html +++ b/docs/it/ernytech/tdlib/TdApi.TextParseModeMarkdown.html @@ -2,7 +2,7 @@ - + TdApi.TextParseModeMarkdown diff --git a/docs/it/ernytech/tdlib/TdApi.ToggleBasicGroupAdministrators.html b/docs/it/ernytech/tdlib/TdApi.ToggleBasicGroupAdministrators.html index 460fdfc..8ed45e3 100644 --- a/docs/it/ernytech/tdlib/TdApi.ToggleBasicGroupAdministrators.html +++ b/docs/it/ernytech/tdlib/TdApi.ToggleBasicGroupAdministrators.html @@ -2,7 +2,7 @@ - + TdApi.ToggleBasicGroupAdministrators diff --git a/docs/it/ernytech/tdlib/TdApi.ToggleChatIsPinned.html b/docs/it/ernytech/tdlib/TdApi.ToggleChatIsPinned.html index 2f2c45b..2f9120f 100644 --- a/docs/it/ernytech/tdlib/TdApi.ToggleChatIsPinned.html +++ b/docs/it/ernytech/tdlib/TdApi.ToggleChatIsPinned.html @@ -2,7 +2,7 @@ - + TdApi.ToggleChatIsPinned diff --git a/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupInvites.html b/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupInvites.html index 1c6dd46..5cc26a6 100644 --- a/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupInvites.html +++ b/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupInvites.html @@ -2,7 +2,7 @@ - + TdApi.ToggleSupergroupInvites diff --git a/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupIsAllHistoryAvailable.html b/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupIsAllHistoryAvailable.html index 4926cf7..fd97533 100644 --- a/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupIsAllHistoryAvailable.html +++ b/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupIsAllHistoryAvailable.html @@ -2,7 +2,7 @@ - + TdApi.ToggleSupergroupIsAllHistoryAvailable diff --git a/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupSignMessages.html b/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupSignMessages.html index a093c7c..c0563d0 100644 --- a/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupSignMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.ToggleSupergroupSignMessages.html @@ -2,7 +2,7 @@ - + TdApi.ToggleSupergroupSignMessages diff --git a/docs/it/ernytech/tdlib/TdApi.TopChatCategory.html b/docs/it/ernytech/tdlib/TdApi.TopChatCategory.html index 076dd20..d64746f 100644 --- a/docs/it/ernytech/tdlib/TdApi.TopChatCategory.html +++ b/docs/it/ernytech/tdlib/TdApi.TopChatCategory.html @@ -2,7 +2,7 @@ - + TdApi.TopChatCategory diff --git a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryBots.html b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryBots.html index 5b61fe5..0bfc024 100644 --- a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryBots.html +++ b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryBots.html @@ -2,7 +2,7 @@ - + TdApi.TopChatCategoryBots diff --git a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryCalls.html b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryCalls.html index 809858f..841f88f 100644 --- a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryCalls.html +++ b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryCalls.html @@ -2,7 +2,7 @@ - + TdApi.TopChatCategoryCalls diff --git a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryChannels.html b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryChannels.html index 4085777..541b426 100644 --- a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryChannels.html +++ b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryChannels.html @@ -2,7 +2,7 @@ - + TdApi.TopChatCategoryChannels diff --git a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryGroups.html b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryGroups.html index f2dfafa..ff58af8 100644 --- a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryGroups.html +++ b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryGroups.html @@ -2,7 +2,7 @@ - + TdApi.TopChatCategoryGroups diff --git a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryInlineBots.html b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryInlineBots.html index 9cb0c62..60423de 100644 --- a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryInlineBots.html +++ b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryInlineBots.html @@ -2,7 +2,7 @@ - + TdApi.TopChatCategoryInlineBots diff --git a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryUsers.html b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryUsers.html index 832f9f5..4dd76ee 100644 --- a/docs/it/ernytech/tdlib/TdApi.TopChatCategoryUsers.html +++ b/docs/it/ernytech/tdlib/TdApi.TopChatCategoryUsers.html @@ -2,7 +2,7 @@ - + TdApi.TopChatCategoryUsers diff --git a/docs/it/ernytech/tdlib/TdApi.UnblockUser.html b/docs/it/ernytech/tdlib/TdApi.UnblockUser.html index 774cd7a..b9c968b 100644 --- a/docs/it/ernytech/tdlib/TdApi.UnblockUser.html +++ b/docs/it/ernytech/tdlib/TdApi.UnblockUser.html @@ -2,7 +2,7 @@ - + TdApi.UnblockUser diff --git a/docs/it/ernytech/tdlib/TdApi.UnpinSupergroupMessage.html b/docs/it/ernytech/tdlib/TdApi.UnpinSupergroupMessage.html index af90213..5f92c9f 100644 --- a/docs/it/ernytech/tdlib/TdApi.UnpinSupergroupMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.UnpinSupergroupMessage.html @@ -2,7 +2,7 @@ - + TdApi.UnpinSupergroupMessage diff --git a/docs/it/ernytech/tdlib/TdApi.Update.html b/docs/it/ernytech/tdlib/TdApi.Update.html index f23c475..5bd6010 100644 --- a/docs/it/ernytech/tdlib/TdApi.Update.html +++ b/docs/it/ernytech/tdlib/TdApi.Update.html @@ -2,7 +2,7 @@ - + TdApi.Update diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateAuthorizationState.html b/docs/it/ernytech/tdlib/TdApi.UpdateAuthorizationState.html index 00e2dac..d006e2f 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateAuthorizationState.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateAuthorizationState.html @@ -2,7 +2,7 @@ - + TdApi.UpdateAuthorizationState diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateBasicGroup.html b/docs/it/ernytech/tdlib/TdApi.UpdateBasicGroup.html index 634329c..da31699 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateBasicGroup.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateBasicGroup.html @@ -2,7 +2,7 @@ - + TdApi.UpdateBasicGroup diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateBasicGroupFullInfo.html b/docs/it/ernytech/tdlib/TdApi.UpdateBasicGroupFullInfo.html index 7d84704..1a03926 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateBasicGroupFullInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateBasicGroupFullInfo.html @@ -2,7 +2,7 @@ - + TdApi.UpdateBasicGroupFullInfo diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateCall.html b/docs/it/ernytech/tdlib/TdApi.UpdateCall.html index 4b2e592..c7920ac 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateCall.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateCall.html @@ -2,7 +2,7 @@ - + TdApi.UpdateCall diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateChatDraftMessage.html b/docs/it/ernytech/tdlib/TdApi.UpdateChatDraftMessage.html index abb0f96..80eb49a 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateChatDraftMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateChatDraftMessage.html @@ -2,7 +2,7 @@ - + TdApi.UpdateChatDraftMessage diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateChatIsPinned.html b/docs/it/ernytech/tdlib/TdApi.UpdateChatIsPinned.html index 759de40..59b9af5 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateChatIsPinned.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateChatIsPinned.html @@ -2,7 +2,7 @@ - + TdApi.UpdateChatIsPinned diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateChatLastMessage.html b/docs/it/ernytech/tdlib/TdApi.UpdateChatLastMessage.html index a6003b7..02dd4ee 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateChatLastMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateChatLastMessage.html @@ -2,7 +2,7 @@ - + TdApi.UpdateChatLastMessage diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateChatOrder.html b/docs/it/ernytech/tdlib/TdApi.UpdateChatOrder.html index 0c78bfe..549cc8b 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateChatOrder.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateChatOrder.html @@ -2,7 +2,7 @@ - + TdApi.UpdateChatOrder diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateChatPhoto.html b/docs/it/ernytech/tdlib/TdApi.UpdateChatPhoto.html index 1f2952c..f56e5f0 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateChatPhoto.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateChatPhoto.html @@ -2,7 +2,7 @@ - + TdApi.UpdateChatPhoto diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateChatReadInbox.html b/docs/it/ernytech/tdlib/TdApi.UpdateChatReadInbox.html index 3a79584..c44b85b 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateChatReadInbox.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateChatReadInbox.html @@ -2,7 +2,7 @@ - + TdApi.UpdateChatReadInbox diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateChatReadOutbox.html b/docs/it/ernytech/tdlib/TdApi.UpdateChatReadOutbox.html index 1d70168..5f4bfa8 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateChatReadOutbox.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateChatReadOutbox.html @@ -2,7 +2,7 @@ - + TdApi.UpdateChatReadOutbox diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateChatReplyMarkup.html b/docs/it/ernytech/tdlib/TdApi.UpdateChatReplyMarkup.html index b7c7847..d0b23a4 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateChatReplyMarkup.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateChatReplyMarkup.html @@ -2,7 +2,7 @@ - + TdApi.UpdateChatReplyMarkup diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateChatTitle.html b/docs/it/ernytech/tdlib/TdApi.UpdateChatTitle.html index 3729456..4453759 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateChatTitle.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateChatTitle.html @@ -2,7 +2,7 @@ - + TdApi.UpdateChatTitle diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateChatUnreadMentionCount.html b/docs/it/ernytech/tdlib/TdApi.UpdateChatUnreadMentionCount.html index 41a0d9d..d3839d1 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateChatUnreadMentionCount.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateChatUnreadMentionCount.html @@ -2,7 +2,7 @@ - + TdApi.UpdateChatUnreadMentionCount diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateConnectionState.html b/docs/it/ernytech/tdlib/TdApi.UpdateConnectionState.html index f9369f0..571aeb8 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateConnectionState.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateConnectionState.html @@ -2,7 +2,7 @@ - + TdApi.UpdateConnectionState diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateDeleteMessages.html b/docs/it/ernytech/tdlib/TdApi.UpdateDeleteMessages.html index 9272be1..0260fd6 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateDeleteMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateDeleteMessages.html @@ -2,7 +2,7 @@ - + TdApi.UpdateDeleteMessages diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateFavoriteStickers.html b/docs/it/ernytech/tdlib/TdApi.UpdateFavoriteStickers.html index a6c921f..0515d1c 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateFavoriteStickers.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateFavoriteStickers.html @@ -2,7 +2,7 @@ - + TdApi.UpdateFavoriteStickers diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateFile.html b/docs/it/ernytech/tdlib/TdApi.UpdateFile.html index 4cd08e3..12a9dc3 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateFile.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateFile.html @@ -2,7 +2,7 @@ - + TdApi.UpdateFile diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateFileGenerationStart.html b/docs/it/ernytech/tdlib/TdApi.UpdateFileGenerationStart.html index 88838eb..0bba6fa 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateFileGenerationStart.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateFileGenerationStart.html @@ -2,7 +2,7 @@ - + TdApi.UpdateFileGenerationStart diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateFileGenerationStop.html b/docs/it/ernytech/tdlib/TdApi.UpdateFileGenerationStop.html index 948f950..d38c1dd 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateFileGenerationStop.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateFileGenerationStop.html @@ -2,7 +2,7 @@ - + TdApi.UpdateFileGenerationStop diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateInstalledStickerSets.html b/docs/it/ernytech/tdlib/TdApi.UpdateInstalledStickerSets.html index 80aae5c..27edf5a 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateInstalledStickerSets.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateInstalledStickerSets.html @@ -2,7 +2,7 @@ - + TdApi.UpdateInstalledStickerSets diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateMessageContent.html b/docs/it/ernytech/tdlib/TdApi.UpdateMessageContent.html index 05a0ae5..ba046a3 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateMessageContent.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateMessageContent.html @@ -2,7 +2,7 @@ - + TdApi.UpdateMessageContent diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateMessageContentOpened.html b/docs/it/ernytech/tdlib/TdApi.UpdateMessageContentOpened.html index cd00152..29dcde3 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateMessageContentOpened.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateMessageContentOpened.html @@ -2,7 +2,7 @@ - + TdApi.UpdateMessageContentOpened diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateMessageEdited.html b/docs/it/ernytech/tdlib/TdApi.UpdateMessageEdited.html index b1a8a47..c675dce 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateMessageEdited.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateMessageEdited.html @@ -2,7 +2,7 @@ - + TdApi.UpdateMessageEdited diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateMessageMentionRead.html b/docs/it/ernytech/tdlib/TdApi.UpdateMessageMentionRead.html index 6f7f2a9..77dda0b 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateMessageMentionRead.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateMessageMentionRead.html @@ -2,7 +2,7 @@ - + TdApi.UpdateMessageMentionRead diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendAcknowledged.html b/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendAcknowledged.html index 6c87f14..34e0d41 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendAcknowledged.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendAcknowledged.html @@ -2,7 +2,7 @@ - + TdApi.UpdateMessageSendAcknowledged diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendFailed.html b/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendFailed.html index 125b223..151862b 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendFailed.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendFailed.html @@ -2,7 +2,7 @@ - + TdApi.UpdateMessageSendFailed diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendSucceeded.html b/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendSucceeded.html index 7ca6148..9f1c7bd 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendSucceeded.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateMessageSendSucceeded.html @@ -2,7 +2,7 @@ - + TdApi.UpdateMessageSendSucceeded diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateMessageViews.html b/docs/it/ernytech/tdlib/TdApi.UpdateMessageViews.html index 01e2bd5..4523df5 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateMessageViews.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateMessageViews.html @@ -2,7 +2,7 @@ - + TdApi.UpdateMessageViews diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateNewCallbackQuery.html b/docs/it/ernytech/tdlib/TdApi.UpdateNewCallbackQuery.html index 3739def..f4d5301 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateNewCallbackQuery.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateNewCallbackQuery.html @@ -2,7 +2,7 @@ - + TdApi.UpdateNewCallbackQuery diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateNewChat.html b/docs/it/ernytech/tdlib/TdApi.UpdateNewChat.html index 17db202..5e75486 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateNewChat.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateNewChat.html @@ -2,7 +2,7 @@ - + TdApi.UpdateNewChat diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateNewChosenInlineResult.html b/docs/it/ernytech/tdlib/TdApi.UpdateNewChosenInlineResult.html index 08d56ad..df6781e 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateNewChosenInlineResult.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateNewChosenInlineResult.html @@ -2,7 +2,7 @@ - + TdApi.UpdateNewChosenInlineResult diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateNewCustomEvent.html b/docs/it/ernytech/tdlib/TdApi.UpdateNewCustomEvent.html index 91ae3d9..0f29548 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateNewCustomEvent.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateNewCustomEvent.html @@ -2,7 +2,7 @@ - + TdApi.UpdateNewCustomEvent diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateNewCustomQuery.html b/docs/it/ernytech/tdlib/TdApi.UpdateNewCustomQuery.html index 4100de6..9645d81 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateNewCustomQuery.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateNewCustomQuery.html @@ -2,7 +2,7 @@ - + TdApi.UpdateNewCustomQuery diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateNewInlineCallbackQuery.html b/docs/it/ernytech/tdlib/TdApi.UpdateNewInlineCallbackQuery.html index f48867c..935f172 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateNewInlineCallbackQuery.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateNewInlineCallbackQuery.html @@ -2,7 +2,7 @@ - + TdApi.UpdateNewInlineCallbackQuery diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateNewInlineQuery.html b/docs/it/ernytech/tdlib/TdApi.UpdateNewInlineQuery.html index 642e4d0..a802b19 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateNewInlineQuery.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateNewInlineQuery.html @@ -2,7 +2,7 @@ - + TdApi.UpdateNewInlineQuery diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateNewMessage.html b/docs/it/ernytech/tdlib/TdApi.UpdateNewMessage.html index ba6a685..fc812bb 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateNewMessage.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateNewMessage.html @@ -2,7 +2,7 @@ - + TdApi.UpdateNewMessage diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateNewPreCheckoutQuery.html b/docs/it/ernytech/tdlib/TdApi.UpdateNewPreCheckoutQuery.html index a3849bc..8815eed 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateNewPreCheckoutQuery.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateNewPreCheckoutQuery.html @@ -2,7 +2,7 @@ - + TdApi.UpdateNewPreCheckoutQuery diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateNewShippingQuery.html b/docs/it/ernytech/tdlib/TdApi.UpdateNewShippingQuery.html index d5e2f75..449db0b 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateNewShippingQuery.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateNewShippingQuery.html @@ -2,7 +2,7 @@ - + TdApi.UpdateNewShippingQuery diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateNotificationSettings.html b/docs/it/ernytech/tdlib/TdApi.UpdateNotificationSettings.html index 6dc2e47..c1c38dc 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateNotificationSettings.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateNotificationSettings.html @@ -2,7 +2,7 @@ - + TdApi.UpdateNotificationSettings diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateOption.html b/docs/it/ernytech/tdlib/TdApi.UpdateOption.html index f67cc0a..0b98055 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateOption.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateOption.html @@ -2,7 +2,7 @@ - + TdApi.UpdateOption diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateRecentStickers.html b/docs/it/ernytech/tdlib/TdApi.UpdateRecentStickers.html index 1b0b339..6e14e67 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateRecentStickers.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateRecentStickers.html @@ -2,7 +2,7 @@ - + TdApi.UpdateRecentStickers diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateSavedAnimations.html b/docs/it/ernytech/tdlib/TdApi.UpdateSavedAnimations.html index 070fc02..cfaa2c1 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateSavedAnimations.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateSavedAnimations.html @@ -2,7 +2,7 @@ - + TdApi.UpdateSavedAnimations diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateSecretChat.html b/docs/it/ernytech/tdlib/TdApi.UpdateSecretChat.html index 6f44185..3c5b5e3 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateSecretChat.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateSecretChat.html @@ -2,7 +2,7 @@ - + TdApi.UpdateSecretChat diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateServiceNotification.html b/docs/it/ernytech/tdlib/TdApi.UpdateServiceNotification.html index 030caac..0ffd15f 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateServiceNotification.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateServiceNotification.html @@ -2,7 +2,7 @@ - + TdApi.UpdateServiceNotification diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateSupergroup.html b/docs/it/ernytech/tdlib/TdApi.UpdateSupergroup.html index 431bf90..b3102e4 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateSupergroup.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateSupergroup.html @@ -2,7 +2,7 @@ - + TdApi.UpdateSupergroup diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateSupergroupFullInfo.html b/docs/it/ernytech/tdlib/TdApi.UpdateSupergroupFullInfo.html index 2227a68..1535d82 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateSupergroupFullInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateSupergroupFullInfo.html @@ -2,7 +2,7 @@ - + TdApi.UpdateSupergroupFullInfo diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateTrendingStickerSets.html b/docs/it/ernytech/tdlib/TdApi.UpdateTrendingStickerSets.html index d6b68b9..fb83b51 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateTrendingStickerSets.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateTrendingStickerSets.html @@ -2,7 +2,7 @@ - + TdApi.UpdateTrendingStickerSets diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateUnreadMessageCount.html b/docs/it/ernytech/tdlib/TdApi.UpdateUnreadMessageCount.html index 78459e5..51c0f3a 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateUnreadMessageCount.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateUnreadMessageCount.html @@ -2,7 +2,7 @@ - + TdApi.UpdateUnreadMessageCount diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateUser.html b/docs/it/ernytech/tdlib/TdApi.UpdateUser.html index d984a81..87ad828 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateUser.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateUser.html @@ -2,7 +2,7 @@ - + TdApi.UpdateUser diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateUserChatAction.html b/docs/it/ernytech/tdlib/TdApi.UpdateUserChatAction.html index 0ceb432..116cf7e 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateUserChatAction.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateUserChatAction.html @@ -2,7 +2,7 @@ - + TdApi.UpdateUserChatAction diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateUserFullInfo.html b/docs/it/ernytech/tdlib/TdApi.UpdateUserFullInfo.html index ba2ea40..4e893a9 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateUserFullInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateUserFullInfo.html @@ -2,7 +2,7 @@ - + TdApi.UpdateUserFullInfo diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateUserPrivacySettingRules.html b/docs/it/ernytech/tdlib/TdApi.UpdateUserPrivacySettingRules.html index 3b1e5ed..9e9e856 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateUserPrivacySettingRules.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateUserPrivacySettingRules.html @@ -2,7 +2,7 @@ - + TdApi.UpdateUserPrivacySettingRules diff --git a/docs/it/ernytech/tdlib/TdApi.UpdateUserStatus.html b/docs/it/ernytech/tdlib/TdApi.UpdateUserStatus.html index 60be5ab..fb4b413 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpdateUserStatus.html +++ b/docs/it/ernytech/tdlib/TdApi.UpdateUserStatus.html @@ -2,7 +2,7 @@ - + TdApi.UpdateUserStatus diff --git a/docs/it/ernytech/tdlib/TdApi.UpgradeBasicGroupChatToSupergroupChat.html b/docs/it/ernytech/tdlib/TdApi.UpgradeBasicGroupChatToSupergroupChat.html index bd75240..e9a0d44 100644 --- a/docs/it/ernytech/tdlib/TdApi.UpgradeBasicGroupChatToSupergroupChat.html +++ b/docs/it/ernytech/tdlib/TdApi.UpgradeBasicGroupChatToSupergroupChat.html @@ -2,7 +2,7 @@ - + TdApi.UpgradeBasicGroupChatToSupergroupChat diff --git a/docs/it/ernytech/tdlib/TdApi.UploadFile.html b/docs/it/ernytech/tdlib/TdApi.UploadFile.html index 23f5a54..445f1b5 100644 --- a/docs/it/ernytech/tdlib/TdApi.UploadFile.html +++ b/docs/it/ernytech/tdlib/TdApi.UploadFile.html @@ -2,7 +2,7 @@ - + TdApi.UploadFile diff --git a/docs/it/ernytech/tdlib/TdApi.UploadStickerFile.html b/docs/it/ernytech/tdlib/TdApi.UploadStickerFile.html index 9144b6f..d7f5c8a 100644 --- a/docs/it/ernytech/tdlib/TdApi.UploadStickerFile.html +++ b/docs/it/ernytech/tdlib/TdApi.UploadStickerFile.html @@ -2,7 +2,7 @@ - + TdApi.UploadStickerFile diff --git a/docs/it/ernytech/tdlib/TdApi.User.html b/docs/it/ernytech/tdlib/TdApi.User.html index 53abbc8..ab67577 100644 --- a/docs/it/ernytech/tdlib/TdApi.User.html +++ b/docs/it/ernytech/tdlib/TdApi.User.html @@ -2,7 +2,7 @@ - + TdApi.User diff --git a/docs/it/ernytech/tdlib/TdApi.UserFullInfo.html b/docs/it/ernytech/tdlib/TdApi.UserFullInfo.html index 73abef6..a5e99f6 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserFullInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.UserFullInfo.html @@ -2,7 +2,7 @@ - + TdApi.UserFullInfo diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySetting.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySetting.html index 9c5dcbe..04dbd4e 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySetting.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySetting.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySetting diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingAllowCalls.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingAllowCalls.html index 8ba431d..6737fee 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingAllowCalls.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingAllowCalls.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySettingAllowCalls diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingAllowChatInvites.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingAllowChatInvites.html index 785fe20..5a0d323 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingAllowChatInvites.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingAllowChatInvites.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySettingAllowChatInvites diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRule.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRule.html index 88b8c60..236fffe 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRule.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRule.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySettingRule diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowAll.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowAll.html index bdc8fb3..7b94e75 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowAll.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowAll.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySettingRuleAllowAll diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowContacts.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowContacts.html index e8817c8..6811dcb 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowContacts.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowContacts.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySettingRuleAllowContacts diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowUsers.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowUsers.html index faecb22..76eab03 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowUsers.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowUsers.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySettingRuleAllowUsers diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictAll.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictAll.html index 24b2a7b..b5d4bd6 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictAll.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictAll.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySettingRuleRestrictAll diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictContacts.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictContacts.html index b2b10cb..878103b 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictContacts.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictContacts.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySettingRuleRestrictContacts diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictUsers.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictUsers.html index 8ec797b..cb76698 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictUsers.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictUsers.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySettingRuleRestrictUsers diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRules.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRules.html index 2157be7..1f52ef4 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRules.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingRules.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySettingRules diff --git a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingShowStatus.html b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingShowStatus.html index d9246d4..3fe45a4 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingShowStatus.html +++ b/docs/it/ernytech/tdlib/TdApi.UserPrivacySettingShowStatus.html @@ -2,7 +2,7 @@ - + TdApi.UserPrivacySettingShowStatus diff --git a/docs/it/ernytech/tdlib/TdApi.UserProfilePhotos.html b/docs/it/ernytech/tdlib/TdApi.UserProfilePhotos.html index 57f2f89..c490591 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserProfilePhotos.html +++ b/docs/it/ernytech/tdlib/TdApi.UserProfilePhotos.html @@ -2,7 +2,7 @@ - + TdApi.UserProfilePhotos diff --git a/docs/it/ernytech/tdlib/TdApi.UserStatus.html b/docs/it/ernytech/tdlib/TdApi.UserStatus.html index 071753d..2a462db 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserStatus.html +++ b/docs/it/ernytech/tdlib/TdApi.UserStatus.html @@ -2,7 +2,7 @@ - + TdApi.UserStatus diff --git a/docs/it/ernytech/tdlib/TdApi.UserStatusEmpty.html b/docs/it/ernytech/tdlib/TdApi.UserStatusEmpty.html index b631b26..7af9b7f 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserStatusEmpty.html +++ b/docs/it/ernytech/tdlib/TdApi.UserStatusEmpty.html @@ -2,7 +2,7 @@ - + TdApi.UserStatusEmpty diff --git a/docs/it/ernytech/tdlib/TdApi.UserStatusLastMonth.html b/docs/it/ernytech/tdlib/TdApi.UserStatusLastMonth.html index 470b34d..b7bc33a 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserStatusLastMonth.html +++ b/docs/it/ernytech/tdlib/TdApi.UserStatusLastMonth.html @@ -2,7 +2,7 @@ - + TdApi.UserStatusLastMonth diff --git a/docs/it/ernytech/tdlib/TdApi.UserStatusLastWeek.html b/docs/it/ernytech/tdlib/TdApi.UserStatusLastWeek.html index d460023..e79a9cf 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserStatusLastWeek.html +++ b/docs/it/ernytech/tdlib/TdApi.UserStatusLastWeek.html @@ -2,7 +2,7 @@ - + TdApi.UserStatusLastWeek diff --git a/docs/it/ernytech/tdlib/TdApi.UserStatusOffline.html b/docs/it/ernytech/tdlib/TdApi.UserStatusOffline.html index 03b96bf..24ce52c 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserStatusOffline.html +++ b/docs/it/ernytech/tdlib/TdApi.UserStatusOffline.html @@ -2,7 +2,7 @@ - + TdApi.UserStatusOffline diff --git a/docs/it/ernytech/tdlib/TdApi.UserStatusOnline.html b/docs/it/ernytech/tdlib/TdApi.UserStatusOnline.html index 17c471c..7662366 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserStatusOnline.html +++ b/docs/it/ernytech/tdlib/TdApi.UserStatusOnline.html @@ -2,7 +2,7 @@ - + TdApi.UserStatusOnline diff --git a/docs/it/ernytech/tdlib/TdApi.UserStatusRecently.html b/docs/it/ernytech/tdlib/TdApi.UserStatusRecently.html index 5cff780..a345a0a 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserStatusRecently.html +++ b/docs/it/ernytech/tdlib/TdApi.UserStatusRecently.html @@ -2,7 +2,7 @@ - + TdApi.UserStatusRecently diff --git a/docs/it/ernytech/tdlib/TdApi.UserType.html b/docs/it/ernytech/tdlib/TdApi.UserType.html index 2cbb620..99572a4 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserType.html +++ b/docs/it/ernytech/tdlib/TdApi.UserType.html @@ -2,7 +2,7 @@ - + TdApi.UserType diff --git a/docs/it/ernytech/tdlib/TdApi.UserTypeBot.html b/docs/it/ernytech/tdlib/TdApi.UserTypeBot.html index 60987f0..cf258c6 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserTypeBot.html +++ b/docs/it/ernytech/tdlib/TdApi.UserTypeBot.html @@ -2,7 +2,7 @@ - + TdApi.UserTypeBot diff --git a/docs/it/ernytech/tdlib/TdApi.UserTypeDeleted.html b/docs/it/ernytech/tdlib/TdApi.UserTypeDeleted.html index 8a633cf..5629835 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserTypeDeleted.html +++ b/docs/it/ernytech/tdlib/TdApi.UserTypeDeleted.html @@ -2,7 +2,7 @@ - + TdApi.UserTypeDeleted diff --git a/docs/it/ernytech/tdlib/TdApi.UserTypeRegular.html b/docs/it/ernytech/tdlib/TdApi.UserTypeRegular.html index 192cb8a..3de38b2 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserTypeRegular.html +++ b/docs/it/ernytech/tdlib/TdApi.UserTypeRegular.html @@ -2,7 +2,7 @@ - + TdApi.UserTypeRegular diff --git a/docs/it/ernytech/tdlib/TdApi.UserTypeUnknown.html b/docs/it/ernytech/tdlib/TdApi.UserTypeUnknown.html index cf72039..913f882 100644 --- a/docs/it/ernytech/tdlib/TdApi.UserTypeUnknown.html +++ b/docs/it/ernytech/tdlib/TdApi.UserTypeUnknown.html @@ -2,7 +2,7 @@ - + TdApi.UserTypeUnknown diff --git a/docs/it/ernytech/tdlib/TdApi.Users.html b/docs/it/ernytech/tdlib/TdApi.Users.html index ef88241..1fdf5f2 100644 --- a/docs/it/ernytech/tdlib/TdApi.Users.html +++ b/docs/it/ernytech/tdlib/TdApi.Users.html @@ -2,7 +2,7 @@ - + TdApi.Users diff --git a/docs/it/ernytech/tdlib/TdApi.ValidateOrderInfo.html b/docs/it/ernytech/tdlib/TdApi.ValidateOrderInfo.html index dc19900..3ca2c2c 100644 --- a/docs/it/ernytech/tdlib/TdApi.ValidateOrderInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.ValidateOrderInfo.html @@ -2,7 +2,7 @@ - + TdApi.ValidateOrderInfo diff --git a/docs/it/ernytech/tdlib/TdApi.ValidatedOrderInfo.html b/docs/it/ernytech/tdlib/TdApi.ValidatedOrderInfo.html index f1d74be..65b54e0 100644 --- a/docs/it/ernytech/tdlib/TdApi.ValidatedOrderInfo.html +++ b/docs/it/ernytech/tdlib/TdApi.ValidatedOrderInfo.html @@ -2,7 +2,7 @@ - + TdApi.ValidatedOrderInfo diff --git a/docs/it/ernytech/tdlib/TdApi.Venue.html b/docs/it/ernytech/tdlib/TdApi.Venue.html index 6fe0052..a89348e 100644 --- a/docs/it/ernytech/tdlib/TdApi.Venue.html +++ b/docs/it/ernytech/tdlib/TdApi.Venue.html @@ -2,7 +2,7 @@ - + TdApi.Venue diff --git a/docs/it/ernytech/tdlib/TdApi.Video.html b/docs/it/ernytech/tdlib/TdApi.Video.html index f3ce47d..896396d 100644 --- a/docs/it/ernytech/tdlib/TdApi.Video.html +++ b/docs/it/ernytech/tdlib/TdApi.Video.html @@ -2,7 +2,7 @@ - + TdApi.Video diff --git a/docs/it/ernytech/tdlib/TdApi.VideoNote.html b/docs/it/ernytech/tdlib/TdApi.VideoNote.html index 6b213b1..8547bd7 100644 --- a/docs/it/ernytech/tdlib/TdApi.VideoNote.html +++ b/docs/it/ernytech/tdlib/TdApi.VideoNote.html @@ -2,7 +2,7 @@ - + TdApi.VideoNote diff --git a/docs/it/ernytech/tdlib/TdApi.ViewMessages.html b/docs/it/ernytech/tdlib/TdApi.ViewMessages.html index 18184ca..ab9b0b9 100644 --- a/docs/it/ernytech/tdlib/TdApi.ViewMessages.html +++ b/docs/it/ernytech/tdlib/TdApi.ViewMessages.html @@ -2,7 +2,7 @@ - + TdApi.ViewMessages diff --git a/docs/it/ernytech/tdlib/TdApi.ViewTrendingStickerSets.html b/docs/it/ernytech/tdlib/TdApi.ViewTrendingStickerSets.html index b010a36..2d0794e 100644 --- a/docs/it/ernytech/tdlib/TdApi.ViewTrendingStickerSets.html +++ b/docs/it/ernytech/tdlib/TdApi.ViewTrendingStickerSets.html @@ -2,7 +2,7 @@ - + TdApi.ViewTrendingStickerSets diff --git a/docs/it/ernytech/tdlib/TdApi.VoiceNote.html b/docs/it/ernytech/tdlib/TdApi.VoiceNote.html index e1995cf..72d846e 100644 --- a/docs/it/ernytech/tdlib/TdApi.VoiceNote.html +++ b/docs/it/ernytech/tdlib/TdApi.VoiceNote.html @@ -2,7 +2,7 @@ - + TdApi.VoiceNote diff --git a/docs/it/ernytech/tdlib/TdApi.Wallpaper.html b/docs/it/ernytech/tdlib/TdApi.Wallpaper.html index 43c2089..7f74f54 100644 --- a/docs/it/ernytech/tdlib/TdApi.Wallpaper.html +++ b/docs/it/ernytech/tdlib/TdApi.Wallpaper.html @@ -2,7 +2,7 @@ - + TdApi.Wallpaper diff --git a/docs/it/ernytech/tdlib/TdApi.Wallpapers.html b/docs/it/ernytech/tdlib/TdApi.Wallpapers.html index 640b47b..24e59ee 100644 --- a/docs/it/ernytech/tdlib/TdApi.Wallpapers.html +++ b/docs/it/ernytech/tdlib/TdApi.Wallpapers.html @@ -2,7 +2,7 @@ - + TdApi.Wallpapers diff --git a/docs/it/ernytech/tdlib/TdApi.WebPage.html b/docs/it/ernytech/tdlib/TdApi.WebPage.html index ab776be..cb1faab 100644 --- a/docs/it/ernytech/tdlib/TdApi.WebPage.html +++ b/docs/it/ernytech/tdlib/TdApi.WebPage.html @@ -2,7 +2,7 @@ - + TdApi.WebPage diff --git a/docs/it/ernytech/tdlib/TdApi.WebPageInstantView.html b/docs/it/ernytech/tdlib/TdApi.WebPageInstantView.html index c7d4b50..5eecca6 100644 --- a/docs/it/ernytech/tdlib/TdApi.WebPageInstantView.html +++ b/docs/it/ernytech/tdlib/TdApi.WebPageInstantView.html @@ -2,7 +2,7 @@ - + TdApi.WebPageInstantView diff --git a/docs/it/ernytech/tdlib/TdApi.html b/docs/it/ernytech/tdlib/TdApi.html index 8b436ba..0e2bd00 100644 --- a/docs/it/ernytech/tdlib/TdApi.html +++ b/docs/it/ernytech/tdlib/TdApi.html @@ -2,7 +2,7 @@ - + TdApi diff --git a/docs/it/ernytech/tdlib/TdCallback.html b/docs/it/ernytech/tdlib/TdCallback.html index ba6fb6b..64bc6b3 100644 --- a/docs/it/ernytech/tdlib/TdCallback.html +++ b/docs/it/ernytech/tdlib/TdCallback.html @@ -2,7 +2,7 @@ - + TdCallback @@ -160,48 +160,48 @@ extends java.lang.Object Description -TdCallback​(it.ernytech.tdlib.utils.CloseCallback closeCallback) +TdCallback​(CloseCallback closeCallback)
            Creates a new TdCallback.
            -TdCallback​(it.ernytech.tdlib.utils.ErrorCallback errorCallback) +TdCallback​(ErrorCallback errorCallback)
            Creates a new TdCallback.
            -TdCallback​(it.ernytech.tdlib.utils.ErrorCallback errorCallback, - it.ernytech.tdlib.utils.CloseCallback closeCallback) +TdCallback​(ErrorCallback errorCallback, + CloseCallback closeCallback)
            Creates a new TdCallback.
            -TdCallback​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback) +TdCallback​(ReceiveCallback receiveCallback)
            Creates a new TdCallback.
            -TdCallback​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback, - it.ernytech.tdlib.utils.CloseCallback closeCallback) +TdCallback​(ReceiveCallback receiveCallback, + CloseCallback closeCallback)
            Creates a new TdCallback.
            -TdCallback​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback, - it.ernytech.tdlib.utils.ErrorCallback errorCallback) +TdCallback​(ReceiveCallback receiveCallback, + ErrorCallback errorCallback)
            Creates a new TdCallback.
            -TdCallback​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback, - it.ernytech.tdlib.utils.ErrorCallback errorCallback, - it.ernytech.tdlib.utils.CloseCallback closeCallback) +TdCallback​(ReceiveCallback receiveCallback, + ErrorCallback errorCallback, + CloseCallback closeCallback)
            Creates a new TdCallback.
            @@ -225,21 +225,21 @@ extends java.lang.Object Description -it.ernytech.tdlib.utils.CloseCallback +CloseCallback getCloseCallback()
            Get CloseCallback.
            -it.ernytech.tdlib.utils.ErrorCallback +ErrorCallback getErrorCallback()
            Get ErrorCallback.
            -it.ernytech.tdlib.utils.ReceiveCallback +ReceiveCallback getReceiveCallback()
            Get ReceiveCallback.
            @@ -275,9 +275,9 @@ extends java.lang.Object
            • TdCallback

              -
              public TdCallback​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback,
              -                  it.ernytech.tdlib.utils.ErrorCallback errorCallback,
              -                  it.ernytech.tdlib.utils.CloseCallback closeCallback)
              +
              public TdCallback​(ReceiveCallback receiveCallback,
              +                  ErrorCallback errorCallback,
              +                  CloseCallback closeCallback)
              Creates a new TdCallback.
              Parameters:
              @@ -293,7 +293,7 @@ extends java.lang.Object
              • TdCallback

                -
                public TdCallback​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback)
                +
                public TdCallback​(ReceiveCallback receiveCallback)
                Creates a new TdCallback.
                Parameters:
                @@ -307,7 +307,7 @@ extends java.lang.Object
                • TdCallback

                  -
                  public TdCallback​(it.ernytech.tdlib.utils.ErrorCallback errorCallback)
                  +
                  public TdCallback​(ErrorCallback errorCallback)
                  Creates a new TdCallback.
                  Parameters:
                  @@ -321,7 +321,7 @@ extends java.lang.Object
                  • TdCallback

                    -
                    public TdCallback​(it.ernytech.tdlib.utils.CloseCallback closeCallback)
                    +
                    public TdCallback​(CloseCallback closeCallback)
                    Creates a new TdCallback.
                    Parameters:
                    @@ -335,8 +335,8 @@ extends java.lang.Object
                    • TdCallback

                      -
                      public TdCallback​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback,
                      -                  it.ernytech.tdlib.utils.ErrorCallback errorCallback)
                      +
                      public TdCallback​(ReceiveCallback receiveCallback,
                      +                  ErrorCallback errorCallback)
                      Creates a new TdCallback.
                      Parameters:
                      @@ -351,8 +351,8 @@ extends java.lang.Object
                      • TdCallback

                        -
                        public TdCallback​(it.ernytech.tdlib.utils.ErrorCallback errorCallback,
                        -                  it.ernytech.tdlib.utils.CloseCallback closeCallback)
                        +
                        public TdCallback​(ErrorCallback errorCallback,
                        +                  CloseCallback closeCallback)
                        Creates a new TdCallback.
                        Parameters:
                        @@ -367,8 +367,8 @@ extends java.lang.Object
                        • TdCallback

                          -
                          public TdCallback​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback,
                          -                  it.ernytech.tdlib.utils.CloseCallback closeCallback)
                          +
                          public TdCallback​(ReceiveCallback receiveCallback,
                          +                  CloseCallback closeCallback)
                          Creates a new TdCallback.
                          Parameters:
                          @@ -393,7 +393,7 @@ extends java.lang.Object
                          • getReceiveCallback

                            -
                            public it.ernytech.tdlib.utils.ReceiveCallback getReceiveCallback()
                            +
                            public ReceiveCallback getReceiveCallback()
                            Get ReceiveCallback.
                            Returns:
                            @@ -407,7 +407,7 @@ extends java.lang.Object
                            • getErrorCallback

                              -
                              public it.ernytech.tdlib.utils.ErrorCallback getErrorCallback()
                              +
                              public ErrorCallback getErrorCallback()
                              Get ErrorCallback.
                              Returns:
                              @@ -421,7 +421,7 @@ extends java.lang.Object
                              • getCloseCallback

                                -
                                public it.ernytech.tdlib.utils.CloseCallback getCloseCallback()
                                +
                                public CloseCallback getCloseCallback()
                                Get CloseCallback.
                                Returns:
                                diff --git a/docs/it/ernytech/tdlib/package-frame.html b/docs/it/ernytech/tdlib/package-frame.html index 1a3a867..ce87acb 100644 --- a/docs/it/ernytech/tdlib/package-frame.html +++ b/docs/it/ernytech/tdlib/package-frame.html @@ -2,7 +2,7 @@ - + it.ernytech.tdlib diff --git a/docs/it/ernytech/tdlib/package-summary.html b/docs/it/ernytech/tdlib/package-summary.html index dcbc732..713006a 100644 --- a/docs/it/ernytech/tdlib/package-summary.html +++ b/docs/it/ernytech/tdlib/package-summary.html @@ -2,7 +2,7 @@ - + it.ernytech.tdlib @@ -55,7 +55,7 @@ var pathtoroot = "../../../";loadScripts(document, 'script');

     

    diff --git a/docs/overview-summary.html b/docs/overview-summary.html index b85d154..1a9e2af 100644 --- a/docs/overview-summary.html +++ b/docs/overview-summary.html @@ -2,7 +2,7 @@ - + Overview @@ -114,6 +114,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); it.ernytech.tdlib   + +it.ernytech.tdlib.utils +  + diff --git a/docs/overview-tree.html b/docs/overview-tree.html index a0f4cd8..a111fce 100644 --- a/docs/overview-tree.html +++ b/docs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy @@ -103,7 +103,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); Package Hierarchies:
    @@ -121,6 +122,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • it.ernytech.tdbot.UserClient
+
  • it.ernytech.tdlib.utils.Init
  • +
  • it.ernytech.tdlib.utils.LoadLibrary
  • it.ernytech.tdlib.Log
  • it.ernytech.tdlib.Request
  • it.ernytech.tdlib.Response
  • @@ -1078,6 +1081,20 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • it.ernytech.tdlib.TdCallback
  • +
  • java.lang.Throwable (implements java.io.Serializable) + +
  • @@ -1086,7 +1103,25 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));

    Interface Hierarchy

    + +
    +

    Enum Hierarchy

    +
      +
    • java.lang.Object +
        +
      • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) +
          +
        • it.ernytech.tdlib.utils.Arch
        • +
        • it.ernytech.tdlib.utils.Os
        • +
        +
      • +
      +
    diff --git a/docs/package-search-index.js b/docs/package-search-index.js index 4fe875e..1d6ca11 100644 --- a/docs/package-search-index.js +++ b/docs/package-search-index.js @@ -1 +1 @@ -packageSearchIndex = [{"l":"it.ernytech.tdbot"},{"l":"it.ernytech.tdlib"}] \ No newline at end of file +packageSearchIndex = [{"l":"it.ernytech.tdbot"},{"l":"it.ernytech.tdlib"},{"l":"it.ernytech.tdlib.utils"}] \ No newline at end of file diff --git a/docs/package-search-index.zip b/docs/package-search-index.zip index db8453f..9c8a826 100644 Binary files a/docs/package-search-index.zip and b/docs/package-search-index.zip differ diff --git a/docs/serialized-form.html b/docs/serialized-form.html new file mode 100644 index 0000000..e1fa8a2 --- /dev/null +++ b/docs/serialized-form.html @@ -0,0 +1,180 @@ + + + + + +Serialized Form + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Serialized Form

    +
    +
    + +
    +
    + + + diff --git a/docs/stylesheet.css b/docs/stylesheet.css index c198fd6..5ef512f 100644 --- a/docs/stylesheet.css +++ b/docs/stylesheet.css @@ -1,73 +1,109 @@ -/* Javadoc style sheet */ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + /* -Overall document style -*/ + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ + body { background-color:#ffffff; color:#353833; - font-family:Arial, Helvetica, sans-serif; - font-size:76%; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; } a:link, a:visited { text-decoration:none; - color:#4c6b87; + color:#4A6782; } -a:hover, a:focus { +a[href]:hover, a[href]:focus { text-decoration:none; color:#bb7a2a; } -a:active { - text-decoration:none; - color:#4c6b87; -} a[name] { color:#353833; } -a[name]:hover { - text-decoration:none; - color:#353833; +a[name]:before, a[name]:target, a[id]:before, a[id]:target { + content:""; + display:inline-block; + position:relative; + padding-top:129px; + margin-top:-129px; } pre { - font-size:1.3em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; } h1 { - font-size:1.8em; + font-size:20px; } h2 { - font-size:1.5em; + font-size:18px; } h3 { - font-size:1.4em; + font-size:16px; + font-style:italic; } h4 { - font-size:1.3em; + font-size:13px; } h5 { - font-size:1.2em; + font-size:12px; } h6 { - font-size:1.1em; + font-size:11px; } ul { list-style-type:disc; } code, tt { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; } dt code { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; } table tr td dt code { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; vertical-align:top; + padding-top:4px; } sup { - font-size:.6em; + font-size:8px; } + /* -Document title and Copyright styles -*/ + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + +/* + * Styles for document title and copyright. + */ .clear { clear:both; height:0px; @@ -76,9 +112,9 @@ Document title and Copyright styles .aboutLanguage { float:right; padding:0px 21px; - font-size:.8em; + font-size:11px; z-index:200; - margin-top:-7px; + margin-top:-9px; } .legalCopy { margin-left:.5em; @@ -92,29 +128,33 @@ Document title and Copyright styles } .tab { background-color:#0066FF; - background-image:url(resources/titlebar.gif); - background-position:left top; - background-repeat:no-repeat; color:#ffffff; padding:8px; width:5em; font-weight:bold; } /* -Navigation bar styles -*/ + * Styles for navigation bar. + */ .bar { - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; padding:.8em .5em .4em .8em; height:auto;/*height:1.8em;*/ - font-size:1em; + font-size:11px; margin:0; } +.navPadding { + padding-top: 107px; +} +.fixedNav { + position:fixed; + width:100%; + z-index:999; + background-color:#ffffff; +} .topNav { - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; float:left; padding:0; @@ -123,11 +163,11 @@ Navigation bar styles height:2.8em; padding-top:10px; overflow:hidden; + font-size:12px; } .bottomNav { margin-top:10px; - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; float:left; padding:0; @@ -136,18 +176,20 @@ Navigation bar styles height:2.8em; padding-top:10px; overflow:hidden; + font-size:12px; } .subNav { background-color:#dee3e9; - border-bottom:1px solid #9eadc0; float:left; width:100%; overflow:hidden; + font-size:12px; } .subNav div { clear:left; float:left; padding:0 0 5px 6px; + text-transform:uppercase; } ul.navList, ul.subNavList { float:left; @@ -157,42 +199,74 @@ ul.navList, ul.subNavList { ul.navList li{ list-style:none; float:left; - padding:3px 6px; + padding: 5px 6px; + text-transform:uppercase; } -ul.subNavList li{ +ul.navListSearch { + float:right; + margin:0 0 0 0; + padding:0; +} +ul.navListSearch li { + list-style:none; + float:right; + padding: 5px 6px; + text-transform:uppercase; +} +ul.navListSearch li label { + position:relative; + right:-16px; +} +ul.subNavList li { list-style:none; float:left; - font-size:90%; } .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { color:#FFFFFF; text-decoration:none; + text-transform:uppercase; } .topNav a:hover, .bottomNav a:hover { text-decoration:none; color:#bb7a2a; + text-transform:uppercase; } .navBarCell1Rev { - background-image:url(resources/tab.gif); - background-color:#a88834; - color:#FFFFFF; + background-color:#F8981D; + color:#253441; margin: auto 5px; - border:1px solid #c9aa44; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; } /* -Page header and footer styles -*/ + * Styles for page header and footer. + */ .header, .footer { clear:both; margin:0 20px; padding:5px 0 0 0; } -.indexHeader { - margin:10px; +.indexNav { position:relative; + font-size:12px; + background-color:#dee3e9; } -.indexHeader h1 { - font-size:1.3em; +.indexNav ul { + margin-top:0; + padding:5px; +} +.indexNav ul li { + display:inline; + list-style-type:none; + padding-right:10px; + text-transform:uppercase; +} +.indexNav h1 { + font-size:13px; } .title { color:#2c4557; @@ -202,7 +276,7 @@ Page header and footer styles margin:5px 0 0 0; } .header ul { - margin:0 0 25px 0; + margin:0 0 15px 0; padding:0; } .footer ul { @@ -210,24 +284,22 @@ Page header and footer styles } .header ul li, .footer ul li { list-style:none; - font-size:1.2em; + font-size:13px; } /* -Heading styles -*/ + * Styles for headings. + */ div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; + border:1px solid #d0d9e0; margin:0 0 6px -8px; - padding:2px 5px; + padding:7px 5px; } ul.blockList ul.blockList ul.blockList li.blockList h3 { background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; + border:1px solid #d0d9e0; margin:0 0 6px -8px; - padding:2px 5px; + padding:7px 5px; } ul.blockList ul.blockList li.blockList h3 { padding:0; @@ -237,8 +309,8 @@ ul.blockList li.blockList h2 { padding:0px 0 20px 0; } /* -Page layout container styles -*/ + * Styles for page layout containers. + */ .contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { clear:both; padding:10px 20px; @@ -247,10 +319,10 @@ Page layout container styles .indexContainer { margin:10px; position:relative; - font-size:1.0em; + font-size:12px; } .indexContainer h2 { - font-size:1.1em; + font-size:13px; padding:0 0 3px 0; } .indexContainer ul { @@ -259,15 +331,18 @@ Page layout container styles } .indexContainer ul li { list-style:none; + padding-top:2px; } .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:1.1em; + font-size:12px; font-weight:bold; margin:10px 0 0 0; color:#4E4E4E; } .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:10px 0 10px 20px; + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; } .serializedFormContainer dl.nameValue dt { margin-left:1px; @@ -281,8 +356,11 @@ Page layout container styles display:inline; } /* -List styles -*/ + * Styles for lists. + */ +li.circle { + list-style:circle; +} ul.horizontal li { display:inline; font-size:0.9em; @@ -306,25 +384,24 @@ ul.blockList, ul.blockListLast { } ul.blockList li.blockList, ul.blockListLast li.blockList { list-style:none; - margin-bottom:25px; + margin-bottom:15px; + line-height:1.4; } ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { padding:0px 20px 5px 10px; - border:1px solid #9eadc0; - background-color:#f9f9f9; + border:1px solid #ededed; + background-color:#f8f8f8; } ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { padding:0 0 5px 8px; background-color:#ffffff; - border:1px solid #9eadc0; - border-top:none; + border:none; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { margin-left:0; padding-left:0; padding-bottom:15px; border:none; - border-bottom:1px solid #9eadc0; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { list-style:none; @@ -336,113 +413,205 @@ table tr td dl, table tr td dl dt, table tr td dl dd { margin-bottom:1px; } /* -Table styles -*/ -.contentContainer table, .classUseContainer table, .constantValuesContainer table { - border-bottom:1px solid #9eadc0; + * Styles for tables. + */ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary, +.requiresSummary, .packagesSummary, .providesSummary, .usesSummary { width:100%; + border-spacing:0; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; } -.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { - width:100%; +.overviewSummary, .memberSummary, .requiresSummary, .packagesSummary, .providesSummary, .usesSummary { + padding:0px; } -.contentContainer .description table, .contentContainer .details table { - border-bottom:none; -} -.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ - vertical-align:top; - padding-right:20px; -} -.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, -.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, -.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, -.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { - padding-right:3px; -} -.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption, +.requiresSummary caption, .packagesSummary caption, .providesSummary caption, .usesSummary caption { position:relative; text-align:left; background-repeat:no-repeat; - color:#FFFFFF; + color:#253441; font-weight:bold; clear:none; overflow:hidden; padding:0px; + padding-top:10px; + padding-left:1px; margin:0px; + white-space:pre; } -caption a:link, caption a:hover, caption a:active, caption a:visited { +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.constantsSummary caption a:link, .deprecatedSummary caption a:link, +.requiresSummary caption a:link, .packagesSummary caption a:link, .providesSummary caption a:link, +.usesSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.requiresSummary caption a:hover, .packagesSummary caption a:hover, .providesSummary caption a:hover, +.usesSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.constantsSummary caption a:active, .deprecatedSummary caption a:active, +.requiresSummary caption a:active, .packagesSummary caption a:active, .providesSummary caption a:active, +.usesSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.constantsSummary caption a:visited, .deprecatedSummary caption a:visited, +.requiresSummary caption a:visited, .packagesSummary caption a:visited, .providesSummary caption a:visited, +.usesSummary caption a:visited { color:#FFFFFF; } -.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { - white-space:nowrap; - padding-top:8px; - padding-left:8px; - display:block; - float:left; - background-image:url(resources/titlebar.gif); - height:18px; +.useSummary caption a:link, .useSummary caption a:hover, .useSummary caption a:active, +.useSummary caption a:visited { + color:#1f389c; } -.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { - width:10px; - background-image:url(resources/titlebar_end.gif); - background-repeat:no-repeat; - background-position:top right; +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span, +.requiresSummary caption span, .packagesSummary caption span, .providesSummary caption span, +.usesSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span, .packagesSummary caption span.activeTableTab span, +.overviewSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span, .packagesSummary caption span.tableTab span, +.overviewSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab, +.packagesSummary caption span.tableTab, .packagesSummary caption span.activeTableTab, +.overviewSummary caption span.tableTab, .overviewSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd, +.requiresSummary .tabEnd, .packagesSummary .tabEnd, .providesSummary .tabEnd, .usesSummary .tabEnd { + display:none; + width:5px; position:relative; float:left; + background-color:#F8981D; } -ul.blockList ul.blockList li.blockList table { - margin:0 0 12px 0px; - width:100%; +.memberSummary .activeTableTab .tabEnd, .packagesSummary .activeTableTab .tabEnd, +.overviewSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; } -.tableSubHeadingColor { - background-color: #EEEEFF; +.memberSummary .tableTab .tabEnd, .packagesSummary .tableTab .tabEnd, +.overviewSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; } -.altColor { - background-color:#eeeeef; +.rowColor th, .altColor th { + font-weight:normal; } -.rowColor { - background-color:#ffffff; -} -.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td, +.requiresSummary td, .packagesSummary td, .providesSummary td, .usesSummary td { text-align:left; - padding:3px 3px 3px 7px; + padding:0px 0px 12px 10px; } -th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { +th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .useSummary th, +.constantsSummary th, .packagesSummary th, td.colFirst, td.colSecond, td.colLast, .useSummary td, +.constantsSummary td { + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .constantsSummary th, +.packagesSummary th { background:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; text-align:left; - padding:3px 3px 3px 7px; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; + padding:8px 3px 3px 7px; } td.colFirst, th.colFirst { - border-left:1px solid #9eadc0; white-space:nowrap; + font-size:13px; } -td.colLast, th.colLast { - border-right:1px solid #9eadc0; +td.colSecond, th.colSecond, td.colLast, th.colConstructorName, th.colDeprecatedItemName, th.colLast { + font-size:13px; } -td.colOne, th.colOne { - border-right:1px solid #9eadc0; - border-left:1px solid #9eadc0; +.constantsSummary th, .packagesSummary th { + font-size:13px; } -table.overviewSummary { - padding:0px; - margin-left:0px; +.providesSummary th.colFirst, .providesSummary th.colLast, .providesSummary td.colFirst, +.providesSummary td.colLast { + white-space:normal; + font-size:13px; } -table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, -table.overviewSummary td.colOne, table.overviewSummary th.colOne { - width:25%; - vertical-align:middle; +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.requiresSummary td.colFirst, .requiresSummary th.colFirst, +.packagesSummary td.colFirst, .packagesSummary td.colSecond, .packagesSummary th.colFirst, .packagesSummary th, +.usesSummary td.colFirst, .usesSummary th.colFirst, +.providesSummary td.colFirst, .providesSummary th.colFirst, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colSecond, .memberSummary th.colSecond, .memberSummary th.colConstructorName, +.typeSummary td.colFirst { + vertical-align:top; } -table.packageSummary td.colFirst, table.overviewSummary th.colFirst { - width:25%; - vertical-align:middle; +.packagesSummary th.colLast, .packagesSummary td.colLast { + white-space:normal; +} +td.colFirst a:link, td.colFirst a:visited, +td.colSecond a:link, td.colSecond a:visited, +th.colFirst a:link, th.colFirst a:visited, +th.colSecond a:link, th.colSecond a:visited, +th.colConstructorName a:link, th.colConstructorName a:visited, +th.colDeprecatedItemName a:link, th.colDeprecatedItemName a:visited, +.constantValuesContainer td a:link, .constantValuesContainer td a:visited { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor, .altColor th { + background-color:#FFFFFF; +} +.rowColor, .rowColor th { + background-color:#EEEEEF; } /* -Content styles -*/ + * Styles for contents. + */ .description pre { margin-top:0; } @@ -453,9 +622,22 @@ Content styles .docSummary { padding:0; } +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +td.colLast div { + padding-top:0px; +} +td.colLast a { + padding-bottom:3px; +} /* -Formatting effect styles -*/ + * Styles for formatting effect. + */ .sourceLineNo { color:green; padding:0 30px 0 0; @@ -463,29 +645,256 @@ Formatting effect styles h1.hidden { visibility:hidden; overflow:hidden; - font-size:.9em; + font-size:10px; } .block { display:block; - margin:3px 0 0 0; + margin:3px 10px 2px 0px; + color:#474747; } -.strong { +.deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink, +.moduleLabelInPackage, .moduleLabelInType, .overrideSpecifyLabel, .packageLabelInType, +.packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel, +.throwsLabel, .typeNameLabel, .typeNameLink, .searchTagLink { font-weight:bold; } - +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} +.deprecationBlock { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} +div.contentContainer ul.blockList li.blockList h2 { + padding-bottom:0px; +} /* - Fixes for a number of issues with the default stylesheet. + * Styles for IFRAME. */ - -/* Fixes huge font size in
    {@code} blocks. */
    -pre code {
    -    font-size:inherit;
    +.mainContainer {
    +    margin:0 auto; 
    +    padding:0; 
    +    height:100%; 
    +    width:100%; 
    +    position:fixed; 
    +    top:0; 
    +    left:0;
    +}
    +.leftContainer {
    +    height:100%;
    +    position:fixed;
    +    width:320px;
    +}
    +.leftTop {
    +    position:relative;
    +    float:left;
    +    width:315px;
    +    top:0;
    +    left:0;
    +    height:30%;
    +    border-right:6px solid #ccc;
    +    border-bottom:6px solid #ccc;
    +}
    +.leftBottom {
    +    position:relative;
    +    float:left;
    +    width:315px;
    +    bottom:0;
    +    left:0;
    +    height:70%;
    +    border-right:6px solid #ccc;
    +    border-top:1px solid #000;
    +}
    +.rightContainer {
    +    position:absolute;
    +    left:320px;
    +    top:0;
    +    bottom:0;
    +    height:100%;
    +    right:0;
    +    border-left:1px solid #000;
    +}
    +.rightIframe {
    +    margin:0;
    +    padding:0;
    +    height:100%;
    +    right:30px;
    +    width:100%;
    +    overflow:visible;
    +    margin-bottom:30px;
    +}
    +/*
    + * Styles specific to HTML5 elements.
    + */
    +main, nav, header, footer, section {
    +    display:block;
    +}
    +/*
    + * Styles for javadoc search.
    + */
    +.ui-autocomplete-category {
    +    font-weight:bold;
    +    font-size:15px;
    +    padding:7px 0 7px 3px;
    +    background-color:#4D7A97;
    +    color:#FFFFFF;
    +}
    +.resultItem {
    +    font-size:13px;
    +}
    +.ui-autocomplete {
    +    max-height:85%;
    +    max-width:65%;
    +    overflow-y:scroll;
    +    overflow-x:scroll;
    +    white-space:nowrap;
    +    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    +}
    +ul.ui-autocomplete {
    +    position:fixed;
    +    z-index:999999;
    +}
    +ul.ui-autocomplete  li {
    +    float:left;
    +    clear:both;
    +    width:100%;
    +}
    +.resultHighlight {
    +    font-weight:bold;
    +}
    +#search {
    +    background-image:url('resources/glass.png');
    +    background-size:13px;
    +    background-repeat:no-repeat;
    +    background-position:2px 3px;
    +    padding-left:20px;
    +    position:relative;
    +    right:-18px;
    +}
    +#reset {
    +    background-color: rgb(255,255,255);
    +    background-image:url('resources/x.png');
    +    background-position:center;
    +    background-repeat:no-repeat;
    +    background-size:12px;
    +    border:0 none;
    +    width:16px;
    +    height:17px;
    +    position:relative;
    +    left:-4px;
    +    top:-4px;
    +    font-size:0px;
    +}
    +.watermark {
    +    color:#545454;
    +}
    +.searchTagDescResult {
    +    font-style:italic;
    +    font-size:11px;
    +}
    +.searchTagHolderResult {
    +    font-style:italic;
    +    font-size:12px;
    +}
    +.searchTagResult:before, .searchTagResult:target {
    +    color:red;
    +}
    +.moduleGraph span {
    +    display:none;
    +    position:absolute;
    +}
    +.moduleGraph:hover span {
    +    display:block;
    +    margin: -100px 0 0 100px;
    +    z-index: 1;
     }
     
     /*
    - Fixes issue with no blank line before 
     in class-level Javadoc
    - when the 
     is preceded by a block of text with no 

    . + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. */ -.description .block pre { - margin-top:1em; -} \ No newline at end of file + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid black; +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid black; +} +table.striped { + border-collapse: collapse; + border: 1px solid black; +} +table.striped > thead { + background-color: #DDD; +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid black; +} +table.striped > tbody > tr:nth-child(even) { + background-color: #EEE +} +table.striped > tbody > tr:nth-child(odd) { + background-color: #FFF +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid black; + border-right: 1px solid black; +} +table.striped > tbody > tr > th { + font-weight: normal; +} diff --git a/docs/stylesheet.css.bak b/docs/stylesheet.css.bak deleted file mode 100644 index 5ef512f..0000000 --- a/docs/stylesheet.css.bak +++ /dev/null @@ -1,900 +0,0 @@ -/* - * Javadoc style sheet - */ - -@import url('resources/fonts/dejavu.css'); - -/* - * Styles for individual HTML elements. - * - * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular - * HTML element throughout the page. - */ - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; - padding:0; - height:100%; - width:100%; -} -iframe { - margin:0; - padding:0; - height:100%; - width:100%; - overflow-y:scroll; - border:none; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a[href]:hover, a[href]:focus { - text-decoration:none; - color:#bb7a2a; -} -a[name] { - color:#353833; -} -a[name]:before, a[name]:target, a[id]:before, a[id]:target { - content:""; - display:inline-block; - position:relative; - padding-top:129px; - margin-top:-129px; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; - font-style:italic; -} -h4 { - font-size:13px; -} -h5 { - font-size:12px; -} -h6 { - font-size:11px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -table tr td dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} - -/* - * Styles for HTML generated by javadoc. - * - * These are style classes that are used by the standard doclet to generate HTML documentation. - */ - -/* - * Styles for document title and copyright. - */ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:11px; - z-index:200; - margin-top:-9px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* - * Styles for navigation bar. - */ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.navPadding { - padding-top: 107px; -} -.fixedNav { - position:fixed; - width:100%; - z-index:999; - background-color:#ffffff; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.bottomNav { - margin-top:10px; - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.subNav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -ul.navListSearch { - float:right; - margin:0 0 0 0; - padding:0; -} -ul.navListSearch li { - list-style:none; - float:right; - padding: 5px 6px; - text-transform:uppercase; -} -ul.navListSearch li label { - position:relative; - right:-16px; -} -ul.subNavList li { - list-style:none; - float:left; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.navBarCell1Rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skipNav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* - * Styles for page header and footer. - */ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexNav { - position:relative; - font-size:12px; - background-color:#dee3e9; -} -.indexNav ul { - margin-top:0; - padding:5px; -} -.indexNav ul li { - display:inline; - list-style-type:none; - padding-right:10px; - text-transform:uppercase; -} -.indexNav h1 { - font-size:13px; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* - * Styles for headings. - */ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* - * Styles for page layout containers. - */ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* - * Styles for lists. - */ -li.circle { - list-style:circle; -} -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* - * Styles for tables. - */ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary, -.requiresSummary, .packagesSummary, .providesSummary, .usesSummary { - width:100%; - border-spacing:0; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary, .requiresSummary, .packagesSummary, .providesSummary, .usesSummary { - padding:0px; -} -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption, -.requiresSummary caption, .packagesSummary caption, .providesSummary caption, .usesSummary caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - padding-top:10px; - padding-left:1px; - margin:0px; - white-space:pre; -} -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.constantsSummary caption a:link, .deprecatedSummary caption a:link, -.requiresSummary caption a:link, .packagesSummary caption a:link, .providesSummary caption a:link, -.usesSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.requiresSummary caption a:hover, .packagesSummary caption a:hover, .providesSummary caption a:hover, -.usesSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.constantsSummary caption a:active, .deprecatedSummary caption a:active, -.requiresSummary caption a:active, .packagesSummary caption a:active, .providesSummary caption a:active, -.usesSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.constantsSummary caption a:visited, .deprecatedSummary caption a:visited, -.requiresSummary caption a:visited, .packagesSummary caption a:visited, .providesSummary caption a:visited, -.usesSummary caption a:visited { - color:#FFFFFF; -} -.useSummary caption a:link, .useSummary caption a:hover, .useSummary caption a:active, -.useSummary caption a:visited { - color:#1f389c; -} -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span, -.requiresSummary caption span, .packagesSummary caption span, .providesSummary caption span, -.usesSummary caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -.memberSummary caption span.activeTableTab span, .packagesSummary caption span.activeTableTab span, -.overviewSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; -} -.memberSummary caption span.tableTab span, .packagesSummary caption span.tableTab span, -.overviewSummary caption span.tableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#4D7A97; - height:16px; -} -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab, -.packagesSummary caption span.tableTab, .packagesSummary caption span.activeTableTab, -.overviewSummary caption span.tableTab, .overviewSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd, -.requiresSummary .tabEnd, .packagesSummary .tabEnd, .providesSummary .tabEnd, .usesSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd, .packagesSummary .activeTableTab .tabEnd, -.overviewSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd, .packagesSummary .tableTab .tabEnd, -.overviewSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; -} -.rowColor th, .altColor th { - font-weight:normal; -} -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td, -.requiresSummary td, .packagesSummary td, .providesSummary td, .usesSummary td { - text-align:left; - padding:0px 0px 12px 10px; -} -th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .useSummary th, -.constantsSummary th, .packagesSummary th, td.colFirst, td.colSecond, td.colLast, .useSummary td, -.constantsSummary td { - vertical-align:top; - padding-right:0px; - padding-top:8px; - padding-bottom:3px; -} -th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .constantsSummary th, -.packagesSummary th { - background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; -} -td.colFirst, th.colFirst { - white-space:nowrap; - font-size:13px; -} -td.colSecond, th.colSecond, td.colLast, th.colConstructorName, th.colDeprecatedItemName, th.colLast { - font-size:13px; -} -.constantsSummary th, .packagesSummary th { - font-size:13px; -} -.providesSummary th.colFirst, .providesSummary th.colLast, .providesSummary td.colFirst, -.providesSummary td.colLast { - white-space:normal; - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.requiresSummary td.colFirst, .requiresSummary th.colFirst, -.packagesSummary td.colFirst, .packagesSummary td.colSecond, .packagesSummary th.colFirst, .packagesSummary th, -.usesSummary td.colFirst, .usesSummary th.colFirst, -.providesSummary td.colFirst, .providesSummary th.colFirst, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colSecond, .memberSummary th.colSecond, .memberSummary th.colConstructorName, -.typeSummary td.colFirst { - vertical-align:top; -} -.packagesSummary th.colLast, .packagesSummary td.colLast { - white-space:normal; -} -td.colFirst a:link, td.colFirst a:visited, -td.colSecond a:link, td.colSecond a:visited, -th.colFirst a:link, th.colFirst a:visited, -th.colSecond a:link, th.colSecond a:visited, -th.colConstructorName a:link, th.colConstructorName a:visited, -th.colDeprecatedItemName a:link, th.colDeprecatedItemName a:visited, -.constantValuesContainer td a:link, .constantValuesContainer td a:visited { - font-weight:bold; -} -.tableSubHeadingColor { - background-color:#EEEEFF; -} -.altColor, .altColor th { - background-color:#FFFFFF; -} -.rowColor, .rowColor th { - background-color:#EEEEEF; -} -/* - * Styles for contents. - */ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} -td.colLast div { - padding-top:0px; -} -td.colLast a { - padding-bottom:3px; -} -/* - * Styles for formatting effect. - */ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:3px 10px 2px 0px; - color:#474747; -} -.deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink, -.moduleLabelInPackage, .moduleLabelInType, .overrideSpecifyLabel, .packageLabelInType, -.packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel, -.throwsLabel, .typeNameLabel, .typeNameLink, .searchTagLink { - font-weight:bold; -} -.deprecationComment, .emphasizedPhrase, .interfaceName { - font-style:italic; -} -.deprecationBlock { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - border-style:solid; - border-width:thin; - border-radius:10px; - padding:10px; - margin-bottom:10px; - margin-right:10px; - display:inline-block; -} -div.block div.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { - font-style:normal; -} -div.contentContainer ul.blockList li.blockList h2 { - padding-bottom:0px; -} -/* - * Styles for IFRAME. - */ -.mainContainer { - margin:0 auto; - padding:0; - height:100%; - width:100%; - position:fixed; - top:0; - left:0; -} -.leftContainer { - height:100%; - position:fixed; - width:320px; -} -.leftTop { - position:relative; - float:left; - width:315px; - top:0; - left:0; - height:30%; - border-right:6px solid #ccc; - border-bottom:6px solid #ccc; -} -.leftBottom { - position:relative; - float:left; - width:315px; - bottom:0; - left:0; - height:70%; - border-right:6px solid #ccc; - border-top:1px solid #000; -} -.rightContainer { - position:absolute; - left:320px; - top:0; - bottom:0; - height:100%; - right:0; - border-left:1px solid #000; -} -.rightIframe { - margin:0; - padding:0; - height:100%; - right:30px; - width:100%; - overflow:visible; - margin-bottom:30px; -} -/* - * Styles specific to HTML5 elements. - */ -main, nav, header, footer, section { - display:block; -} -/* - * Styles for javadoc search. - */ -.ui-autocomplete-category { - font-weight:bold; - font-size:15px; - padding:7px 0 7px 3px; - background-color:#4D7A97; - color:#FFFFFF; -} -.resultItem { - font-size:13px; -} -.ui-autocomplete { - max-height:85%; - max-width:65%; - overflow-y:scroll; - overflow-x:scroll; - white-space:nowrap; - box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); -} -ul.ui-autocomplete { - position:fixed; - z-index:999999; -} -ul.ui-autocomplete li { - float:left; - clear:both; - width:100%; -} -.resultHighlight { - font-weight:bold; -} -#search { - background-image:url('resources/glass.png'); - background-size:13px; - background-repeat:no-repeat; - background-position:2px 3px; - padding-left:20px; - position:relative; - right:-18px; -} -#reset { - background-color: rgb(255,255,255); - background-image:url('resources/x.png'); - background-position:center; - background-repeat:no-repeat; - background-size:12px; - border:0 none; - width:16px; - height:17px; - position:relative; - left:-4px; - top:-4px; - font-size:0px; -} -.watermark { - color:#545454; -} -.searchTagDescResult { - font-style:italic; - font-size:11px; -} -.searchTagHolderResult { - font-style:italic; - font-size:12px; -} -.searchTagResult:before, .searchTagResult:target { - color:red; -} -.moduleGraph span { - display:none; - position:absolute; -} -.moduleGraph:hover span { - display:block; - margin: -100px 0 0 100px; - z-index: 1; -} - -/* - * Styles for user-provided tables. - * - * borderless: - * No borders, vertical margins, styled caption. - * This style is provided for use with existing doc comments. - * In general, borderless tables should not be used for layout purposes. - * - * plain: - * Plain borders around table and cells, vertical margins, styled caption. - * Best for small tables or for complex tables for tables with cells that span - * rows and columns, when the "striped" style does not work well. - * - * striped: - * Borders around the table and vertical borders between cells, striped rows, - * vertical margins, styled caption. - * Best for tables that have a header row, and a body containing a series of simple rows. - */ - -table.borderless, -table.plain, -table.striped { - margin-top: 10px; - margin-bottom: 10px; -} -table.borderless > caption, -table.plain > caption, -table.striped > caption { - font-weight: bold; - font-size: smaller; -} -table.borderless th, table.borderless td, -table.plain th, table.plain td, -table.striped th, table.striped td { - padding: 2px 5px; -} -table.borderless, -table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, -table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { - border: none; -} -table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { - background-color: transparent; -} -table.plain { - border-collapse: collapse; - border: 1px solid black; -} -table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { - background-color: transparent; -} -table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, -table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { - border: 1px solid black; -} -table.striped { - border-collapse: collapse; - border: 1px solid black; -} -table.striped > thead { - background-color: #DDD; -} -table.striped > thead > tr > th, table.striped > thead > tr > td { - border: 1px solid black; -} -table.striped > tbody > tr:nth-child(even) { - background-color: #EEE -} -table.striped > tbody > tr:nth-child(odd) { - background-color: #FFF -} -table.striped > tbody > tr > th, table.striped > tbody > tr > td { - border-left: 1px solid black; - border-right: 1px solid black; -} -table.striped > tbody > tr > th { - font-weight: normal; -} diff --git a/docs/type-search-index.js b/docs/type-search-index.js index 0b7a731..4e2de40 100644 --- a/docs/type-search-index.js +++ b/docs/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"p":"it.ernytech.tdbot","l":"AuthorizationHandler"},{"p":"it.ernytech.tdbot","l":"BotClient"},{"p":"it.ernytech.tdlib","l":"Client"},{"p":"it.ernytech.tdlib","l":"ClientActor"},{"p":"it.ernytech.tdbot","l":"ConstructorDetector"},{"p":"it.ernytech.tdbot","l":"EasyClient"},{"p":"it.ernytech.tdlib","l":"FatalErrorCallbackPtr"},{"p":"it.ernytech.tdlib","l":"Log"},{"p":"it.ernytech.tdlib","l":"Request"},{"p":"it.ernytech.tdlib","l":"Response"},{"p":"it.ernytech.tdlib","l":"TdApi"},{"p":"it.ernytech.tdlib","l":"TdApi.AcceptCall"},{"p":"it.ernytech.tdlib","l":"TdApi.AccountTtl"},{"p":"it.ernytech.tdlib","l":"TdApi.AddChatMember"},{"p":"it.ernytech.tdlib","l":"TdApi.AddChatMembers"},{"p":"it.ernytech.tdlib","l":"TdApi.AddFavoriteSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.AddNetworkStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.AddRecentlyFoundChat"},{"p":"it.ernytech.tdlib","l":"TdApi.AddRecentSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.AddSavedAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.AddStickerToSet"},{"p":"it.ernytech.tdlib","l":"TdApi.Animation"},{"p":"it.ernytech.tdlib","l":"TdApi.Animations"},{"p":"it.ernytech.tdlib","l":"TdApi.AnswerCallbackQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.AnswerCustomQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.AnswerInlineQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.AnswerPreCheckoutQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.AnswerShippingQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.Audio"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeType"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeTypeCall"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeTypeFlashCall"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeTypeSms"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeTypeTelegramMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationState"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateClosed"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateClosing"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateLoggingOut"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateReady"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateWaitCode"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateWaitEncryptionKey"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateWaitPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateWaitPhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateWaitTdlibParameters"},{"p":"it.ernytech.tdlib","l":"TdApi.BasicGroup"},{"p":"it.ernytech.tdlib","l":"TdApi.BasicGroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.BlockUser"},{"p":"it.ernytech.tdlib","l":"TdApi.BotCommand"},{"p":"it.ernytech.tdlib","l":"TdApi.BotInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.Call"},{"p":"it.ernytech.tdlib","l":"TdApi.CallbackQueryAnswer"},{"p":"it.ernytech.tdlib","l":"TdApi.CallbackQueryPayload"},{"p":"it.ernytech.tdlib","l":"TdApi.CallbackQueryPayloadData"},{"p":"it.ernytech.tdlib","l":"TdApi.CallbackQueryPayloadGame"},{"p":"it.ernytech.tdlib","l":"TdApi.CallConnection"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReason"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReasonDeclined"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReasonDisconnected"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReasonEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReasonHungUp"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReasonMissed"},{"p":"it.ernytech.tdlib","l":"TdApi.CallId"},{"p":"it.ernytech.tdlib","l":"TdApi.CallProtocol"},{"p":"it.ernytech.tdlib","l":"TdApi.CallState"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStateDiscarded"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStateError"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStateExchangingKeys"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStateHangingUp"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStatePending"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStateReady"},{"p":"it.ernytech.tdlib","l":"TdApi.CancelDownloadFile"},{"p":"it.ernytech.tdlib","l":"TdApi.CancelUploadFile"},{"p":"it.ernytech.tdlib","l":"TdApi.ChangeChatReportSpamState"},{"p":"it.ernytech.tdlib","l":"TdApi.ChangeImportedContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.ChangePhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.ChangeStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.Chat"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatAction"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionCancel"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionChoosingContact"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionChoosingLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionRecordingVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionRecordingVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionRecordingVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionStartPlayingGame"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionTyping"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionUploadingDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionUploadingPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionUploadingVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionUploadingVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionUploadingVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEvent"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventAction"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventDescriptionChanged"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventInvitesToggled"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventIsAllHistoryAvailableToggled"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventLogFilters"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMemberInvited"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMemberJoined"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMemberLeft"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMemberPromoted"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMemberRestricted"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMessageDeleted"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMessageEdited"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMessagePinned"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMessageUnpinned"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventPhotoChanged"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEvents"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventSignMessagesToggled"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventStickerSetChanged"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventTitleChanged"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventUsernameChanged"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatInviteLink"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatInviteLinkInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMember"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMembers"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusAdministrator"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusBanned"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusCreator"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusLeft"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusMember"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusRestricted"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportReason"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportReasonCustom"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportReasonPornography"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportReasonSpam"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportReasonViolence"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportSpamState"},{"p":"it.ernytech.tdlib","l":"TdApi.Chats"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatType"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatTypeBasicGroup"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatTypePrivate"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatTypeSecret"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatTypeSupergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckAuthenticationBotToken"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckAuthenticationCode"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckAuthenticationPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChangePhoneNumberCode"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatInviteLink"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsername"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResult"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResultOk"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResultPublicChatsTooMuch"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResultPublicGroupsUnavailable"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResultUsernameInvalid"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResultUsernameOccupied"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckDatabaseEncryptionKey"},{"p":"it.ernytech.tdlib","l":"TdApi.ClearImportedContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.ClearRecentlyFoundChats"},{"p":"it.ernytech.tdlib","l":"TdApi.ClearRecentStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.Close"},{"p":"it.ernytech.tdlib","l":"TdApi.CloseChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CloseSecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectedWebsite"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectedWebsites"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionState"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionStateConnecting"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionStateConnectingToProxy"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionStateReady"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionStateUpdating"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionStateWaitingForNetwork"},{"p":"it.ernytech.tdlib","l":"TdApi.Contact"},{"p":"it.ernytech.tdlib","l":"TdApi.Count"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateBasicGroupChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateCall"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateNewBasicGroupChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateNewSecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateNewStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateNewSupergroupChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreatePrivateChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateSecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateSupergroupChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateTemporaryPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.CustomRequestResult"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteAccount"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteChatHistory"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteChatMessagesFromUser"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteChatReplyMarkup"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteFile"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteProfilePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteSavedCredentials"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteSavedOrderInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteSupergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.Destroy"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceToken"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenApplePush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenApplePushVoIP"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenBlackBerryPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenGoogleCloudMessaging"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenMicrosoftPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenMicrosoftPushVoIP"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenSimplePush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenTizenPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenUbuntuPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenWebPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenWindowsPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DiscardCall"},{"p":"it.ernytech.tdlib","l":"TdApi.DisconnectAllWebsites"},{"p":"it.ernytech.tdlib","l":"TdApi.DisconnectWebsite"},{"p":"it.ernytech.tdlib","l":"TdApi.Document"},{"p":"it.ernytech.tdlib","l":"TdApi.DownloadFile"},{"p":"it.ernytech.tdlib","l":"TdApi.DraftMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.EditInlineMessageCaption"},{"p":"it.ernytech.tdlib","l":"TdApi.EditInlineMessageLiveLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.EditInlineMessageReplyMarkup"},{"p":"it.ernytech.tdlib","l":"TdApi.EditInlineMessageText"},{"p":"it.ernytech.tdlib","l":"TdApi.EditMessageCaption"},{"p":"it.ernytech.tdlib","l":"TdApi.EditMessageLiveLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.EditMessageReplyMarkup"},{"p":"it.ernytech.tdlib","l":"TdApi.EditMessageText"},{"p":"it.ernytech.tdlib","l":"TdApi.Error"},{"p":"it.ernytech.tdlib","l":"TdApi.File"},{"p":"it.ernytech.tdlib","l":"TdApi.FileType"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeNone"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeProfilePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeSecret"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeSecretThumbnail"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeThumbnail"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeUnknown"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeWallpaper"},{"p":"it.ernytech.tdlib","l":"TdApi.FinishFileGeneration"},{"p":"it.ernytech.tdlib","l":"TdApi.FormattedText"},{"p":"it.ernytech.tdlib","l":"TdApi.ForwardMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.FoundMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.Function"},{"p":"it.ernytech.tdlib","l":"TdApi.Game"},{"p":"it.ernytech.tdlib","l":"TdApi.GameHighScore"},{"p":"it.ernytech.tdlib","l":"TdApi.GameHighScores"},{"p":"it.ernytech.tdlib","l":"TdApi.GenerateChatInviteLink"},{"p":"it.ernytech.tdlib","l":"TdApi.GetAccountTtl"},{"p":"it.ernytech.tdlib","l":"TdApi.GetActiveLiveLocationMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.GetActiveSessions"},{"p":"it.ernytech.tdlib","l":"TdApi.GetArchivedStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.GetAttachedStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.GetAuthorizationState"},{"p":"it.ernytech.tdlib","l":"TdApi.GetBasicGroup"},{"p":"it.ernytech.tdlib","l":"TdApi.GetBasicGroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.GetBlockedUsers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetCallbackQueryAnswer"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChat"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatAdministrators"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatEventLog"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatHistory"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatMember"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatMessageByDate"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatPinnedMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatReportSpamState"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChats"},{"p":"it.ernytech.tdlib","l":"TdApi.GetConnectedWebsites"},{"p":"it.ernytech.tdlib","l":"TdApi.GetCountryCode"},{"p":"it.ernytech.tdlib","l":"TdApi.GetCreatedPublicChats"},{"p":"it.ernytech.tdlib","l":"TdApi.GetFavoriteStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetFile"},{"p":"it.ernytech.tdlib","l":"TdApi.GetFileExtension"},{"p":"it.ernytech.tdlib","l":"TdApi.GetFileMimeType"},{"p":"it.ernytech.tdlib","l":"TdApi.GetGameHighScores"},{"p":"it.ernytech.tdlib","l":"TdApi.GetGroupsInCommon"},{"p":"it.ernytech.tdlib","l":"TdApi.GetImportedContactCount"},{"p":"it.ernytech.tdlib","l":"TdApi.GetInlineGameHighScores"},{"p":"it.ernytech.tdlib","l":"TdApi.GetInlineQueryResults"},{"p":"it.ernytech.tdlib","l":"TdApi.GetInstalledStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.GetInviteText"},{"p":"it.ernytech.tdlib","l":"TdApi.GetMe"},{"p":"it.ernytech.tdlib","l":"TdApi.GetMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.GetMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.GetNetworkStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.GetNotificationSettings"},{"p":"it.ernytech.tdlib","l":"TdApi.GetOption"},{"p":"it.ernytech.tdlib","l":"TdApi.GetPasswordState"},{"p":"it.ernytech.tdlib","l":"TdApi.GetPaymentForm"},{"p":"it.ernytech.tdlib","l":"TdApi.GetPaymentReceipt"},{"p":"it.ernytech.tdlib","l":"TdApi.GetProxy"},{"p":"it.ernytech.tdlib","l":"TdApi.GetPublicMessageLink"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRecentInlineBots"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRecentlyVisitedTMeUrls"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRecentStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRecoveryEmailAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRemoteFile"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRepliedMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSavedAnimations"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSavedOrderInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.GetStickerEmojis"},{"p":"it.ernytech.tdlib","l":"TdApi.GetStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.GetStorageStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.GetStorageStatisticsFast"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSupergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSupergroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSupergroupMembers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSupportUser"},{"p":"it.ernytech.tdlib","l":"TdApi.GetTemporaryPasswordState"},{"p":"it.ernytech.tdlib","l":"TdApi.GetTermsOfService"},{"p":"it.ernytech.tdlib","l":"TdApi.GetTextEntities"},{"p":"it.ernytech.tdlib","l":"TdApi.GetTopChats"},{"p":"it.ernytech.tdlib","l":"TdApi.GetTrendingStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.GetUser"},{"p":"it.ernytech.tdlib","l":"TdApi.GetUserFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.GetUserPrivacySettingRules"},{"p":"it.ernytech.tdlib","l":"TdApi.GetUserProfilePhotos"},{"p":"it.ernytech.tdlib","l":"TdApi.GetWallpapers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetWebPageInstantView"},{"p":"it.ernytech.tdlib","l":"TdApi.GetWebPagePreview"},{"p":"it.ernytech.tdlib","l":"TdApi.Hashtags"},{"p":"it.ernytech.tdlib","l":"TdApi.ImportContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.ImportedContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButton"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonType"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonTypeBuy"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonTypeCallback"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonTypeCallbackGame"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonTypeSwitchInline"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonTypeUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResult"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultArticle"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultContact"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultGame"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResults"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultVenue"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.InputCredentials"},{"p":"it.ernytech.tdlib","l":"TdApi.InputCredentialsAndroidPay"},{"p":"it.ernytech.tdlib","l":"TdApi.InputCredentialsApplePay"},{"p":"it.ernytech.tdlib","l":"TdApi.InputCredentialsNew"},{"p":"it.ernytech.tdlib","l":"TdApi.InputCredentialsSaved"},{"p":"it.ernytech.tdlib","l":"TdApi.InputFile"},{"p":"it.ernytech.tdlib","l":"TdApi.InputFileGenerated"},{"p":"it.ernytech.tdlib","l":"TdApi.InputFileId"},{"p":"it.ernytech.tdlib","l":"TdApi.InputFileLocal"},{"p":"it.ernytech.tdlib","l":"TdApi.InputFileRemote"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResult"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultAnimatedGif"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultAnimatedMpeg4"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultArticle"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultContact"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultGame"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultVenue"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageContact"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageContent"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageForwarded"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageGame"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageInvoice"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessagePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageText"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageVenue"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.InputSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.InputThumbnail"},{"p":"it.ernytech.tdlib","l":"TdApi.Invoice"},{"p":"it.ernytech.tdlib","l":"TdApi.JoinChatByInviteLink"},{"p":"it.ernytech.tdlib","l":"TdApi.KeyboardButton"},{"p":"it.ernytech.tdlib","l":"TdApi.KeyboardButtonType"},{"p":"it.ernytech.tdlib","l":"TdApi.KeyboardButtonTypeRequestLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.KeyboardButtonTypeRequestPhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.KeyboardButtonTypeText"},{"p":"it.ernytech.tdlib","l":"TdApi.LabeledPricePart"},{"p":"it.ernytech.tdlib","l":"TdApi.LinkState"},{"p":"it.ernytech.tdlib","l":"TdApi.LinkStateIsContact"},{"p":"it.ernytech.tdlib","l":"TdApi.LinkStateKnowsPhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.LinkStateNone"},{"p":"it.ernytech.tdlib","l":"TdApi.LocalFile"},{"p":"it.ernytech.tdlib","l":"TdApi.Location"},{"p":"it.ernytech.tdlib","l":"TdApi.LogOut"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPoint"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPointChin"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPointEyes"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPointForehead"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPointMouth"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPosition"},{"p":"it.ernytech.tdlib","l":"TdApi.Message"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageBasicGroupChatCreate"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageCall"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatAddMembers"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatChangePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatChangeTitle"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatDeleteMember"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatDeletePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatJoinByLink"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatSetTtl"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatUpgradeFrom"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatUpgradeTo"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageContact"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageContactRegistered"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageContent"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageCustomServiceAction"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageExpiredPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageExpiredVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageForwardedFromUser"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageForwardedPost"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageForwardInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageGame"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageGameScore"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageInvoice"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.MessagePaymentSuccessful"},{"p":"it.ernytech.tdlib","l":"TdApi.MessagePaymentSuccessfulBot"},{"p":"it.ernytech.tdlib","l":"TdApi.MessagePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.MessagePinMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.Messages"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageScreenshotTaken"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageSendingState"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageSendingStateFailed"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageSendingStatePending"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageSupergroupChatCreate"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageText"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageUnsupported"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageVenue"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageWebsiteConnected"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkStatisticsEntry"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkStatisticsEntryCall"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkStatisticsEntryFile"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkType"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkTypeMobile"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkTypeMobileRoaming"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkTypeNone"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkTypeOther"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkTypeWiFi"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettings"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettingsScope"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettingsScopeAllChats"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettingsScopeBasicGroupChats"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettingsScopeChat"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettingsScopePrivateChats"},{"p":"it.ernytech.tdlib","l":"TdApi.Object"},{"p":"it.ernytech.tdlib","l":"TdApi.Ok"},{"p":"it.ernytech.tdlib","l":"TdApi.OpenChat"},{"p":"it.ernytech.tdlib","l":"TdApi.OpenMessageContent"},{"p":"it.ernytech.tdlib","l":"TdApi.OptimizeStorage"},{"p":"it.ernytech.tdlib","l":"TdApi.OptionValue"},{"p":"it.ernytech.tdlib","l":"TdApi.OptionValueBoolean"},{"p":"it.ernytech.tdlib","l":"TdApi.OptionValueEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.OptionValueInteger"},{"p":"it.ernytech.tdlib","l":"TdApi.OptionValueString"},{"p":"it.ernytech.tdlib","l":"TdApi.OrderInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlock"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockAnchor"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockAuthorDate"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockBlockQuote"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockChatLink"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockCollage"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockCover"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockDivider"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockEmbedded"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockEmbeddedPost"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockFooter"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockHeader"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockList"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockParagraph"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockPreformatted"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockPullQuote"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockSlideshow"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockSubheader"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockSubtitle"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockTitle"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.ParseTextEntities"},{"p":"it.ernytech.tdlib","l":"TdApi.PasswordRecoveryInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.PasswordState"},{"p":"it.ernytech.tdlib","l":"TdApi.PaymentForm"},{"p":"it.ernytech.tdlib","l":"TdApi.PaymentReceipt"},{"p":"it.ernytech.tdlib","l":"TdApi.PaymentResult"},{"p":"it.ernytech.tdlib","l":"TdApi.PaymentsProviderStripe"},{"p":"it.ernytech.tdlib","l":"TdApi.Photo"},{"p":"it.ernytech.tdlib","l":"TdApi.PhotoSize"},{"p":"it.ernytech.tdlib","l":"TdApi.PinSupergroupMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.ProcessDcUpdate"},{"p":"it.ernytech.tdlib","l":"TdApi.ProfilePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.Proxy"},{"p":"it.ernytech.tdlib","l":"TdApi.ProxyEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.ProxySocks5"},{"p":"it.ernytech.tdlib","l":"TdApi.PublicMessageLink"},{"p":"it.ernytech.tdlib","l":"TdApi.ReadAllChatMentions"},{"p":"it.ernytech.tdlib","l":"TdApi.RecoverAuthenticationPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.RecoverPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.RecoveryEmailAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.RegisterDevice"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoteFile"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveFavoriteSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveRecentHashtag"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveRecentlyFoundChat"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveRecentSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveSavedAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveStickerFromSet"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveTopChat"},{"p":"it.ernytech.tdlib","l":"TdApi.ReorderInstalledStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.ReplyMarkup"},{"p":"it.ernytech.tdlib","l":"TdApi.ReplyMarkupForceReply"},{"p":"it.ernytech.tdlib","l":"TdApi.ReplyMarkupInlineKeyboard"},{"p":"it.ernytech.tdlib","l":"TdApi.ReplyMarkupRemoveKeyboard"},{"p":"it.ernytech.tdlib","l":"TdApi.ReplyMarkupShowKeyboard"},{"p":"it.ernytech.tdlib","l":"TdApi.ReportChat"},{"p":"it.ernytech.tdlib","l":"TdApi.ReportSupergroupSpam"},{"p":"it.ernytech.tdlib","l":"TdApi.RequestAuthenticationPasswordRecovery"},{"p":"it.ernytech.tdlib","l":"TdApi.RequestPasswordRecovery"},{"p":"it.ernytech.tdlib","l":"TdApi.ResendAuthenticationCode"},{"p":"it.ernytech.tdlib","l":"TdApi.ResendChangePhoneNumberCode"},{"p":"it.ernytech.tdlib","l":"TdApi.ResetAllNotificationSettings"},{"p":"it.ernytech.tdlib","l":"TdApi.ResetNetworkStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.RichText"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextBold"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextEmailAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextFixed"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextItalic"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextPlain"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTexts"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextStrikethrough"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextUnderline"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.SavedCredentials"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchCallMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchChatMembers"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchChatMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchChatRecentLocationMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchChats"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchChatsOnServer"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchHashtags"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchInstalledStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilter"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterCall"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterChatPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterMention"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterMissedCall"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterPhotoAndVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterUnreadMention"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterVoiceAndVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchPublicChat"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchPublicChats"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchSecretMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.SecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.SecretChatState"},{"p":"it.ernytech.tdlib","l":"TdApi.SecretChatStateClosed"},{"p":"it.ernytech.tdlib","l":"TdApi.SecretChatStatePending"},{"p":"it.ernytech.tdlib","l":"TdApi.SecretChatStateReady"},{"p":"it.ernytech.tdlib","l":"TdApi.SendBotStartMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.SendCallDebugInformation"},{"p":"it.ernytech.tdlib","l":"TdApi.SendCallRating"},{"p":"it.ernytech.tdlib","l":"TdApi.SendChatAction"},{"p":"it.ernytech.tdlib","l":"TdApi.SendChatScreenshotTakenNotification"},{"p":"it.ernytech.tdlib","l":"TdApi.SendChatSetTtlMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.SendCustomRequest"},{"p":"it.ernytech.tdlib","l":"TdApi.SendInlineQueryResultMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.SendMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.SendMessageAlbum"},{"p":"it.ernytech.tdlib","l":"TdApi.SendPaymentForm"},{"p":"it.ernytech.tdlib","l":"TdApi.Session"},{"p":"it.ernytech.tdlib","l":"TdApi.Sessions"},{"p":"it.ernytech.tdlib","l":"TdApi.SetAccountTtl"},{"p":"it.ernytech.tdlib","l":"TdApi.SetAlarm"},{"p":"it.ernytech.tdlib","l":"TdApi.SetAuthenticationPhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.SetBio"},{"p":"it.ernytech.tdlib","l":"TdApi.SetBotUpdatesStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.SetChatClientData"},{"p":"it.ernytech.tdlib","l":"TdApi.SetChatDraftMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.SetChatMemberStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.SetChatPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.SetChatTitle"},{"p":"it.ernytech.tdlib","l":"TdApi.SetDatabaseEncryptionKey"},{"p":"it.ernytech.tdlib","l":"TdApi.SetFileGenerationProgress"},{"p":"it.ernytech.tdlib","l":"TdApi.SetGameScore"},{"p":"it.ernytech.tdlib","l":"TdApi.SetInlineGameScore"},{"p":"it.ernytech.tdlib","l":"TdApi.SetName"},{"p":"it.ernytech.tdlib","l":"TdApi.SetNetworkType"},{"p":"it.ernytech.tdlib","l":"TdApi.SetNotificationSettings"},{"p":"it.ernytech.tdlib","l":"TdApi.SetOption"},{"p":"it.ernytech.tdlib","l":"TdApi.SetPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.SetPinnedChats"},{"p":"it.ernytech.tdlib","l":"TdApi.SetProfilePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.SetProxy"},{"p":"it.ernytech.tdlib","l":"TdApi.SetRecoveryEmailAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.SetStickerPositionInSet"},{"p":"it.ernytech.tdlib","l":"TdApi.SetSupergroupDescription"},{"p":"it.ernytech.tdlib","l":"TdApi.SetSupergroupStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.SetSupergroupUsername"},{"p":"it.ernytech.tdlib","l":"TdApi.SetTdlibParameters"},{"p":"it.ernytech.tdlib","l":"TdApi.SetUsername"},{"p":"it.ernytech.tdlib","l":"TdApi.SetUserPrivacySettingRules"},{"p":"it.ernytech.tdlib","l":"TdApi.ShippingAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.ShippingOption"},{"p":"it.ernytech.tdlib","l":"TdApi.Sticker"},{"p":"it.ernytech.tdlib","l":"TdApi.StickerEmojis"},{"p":"it.ernytech.tdlib","l":"TdApi.Stickers"},{"p":"it.ernytech.tdlib","l":"TdApi.StickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.StickerSetInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.StickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.StorageStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.StorageStatisticsByChat"},{"p":"it.ernytech.tdlib","l":"TdApi.StorageStatisticsByFileType"},{"p":"it.ernytech.tdlib","l":"TdApi.StorageStatisticsFast"},{"p":"it.ernytech.tdlib","l":"TdApi.Supergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilter"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterAdministrators"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterBanned"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterBots"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterRecent"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterRestricted"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterSearch"},{"p":"it.ernytech.tdlib","l":"TdApi.TdlibParameters"},{"p":"it.ernytech.tdlib","l":"TdApi.TemporaryPasswordState"},{"p":"it.ernytech.tdlib","l":"TdApi.TerminateAllOtherSessions"},{"p":"it.ernytech.tdlib","l":"TdApi.TerminateSession"},{"p":"it.ernytech.tdlib","l":"TdApi.TestBytes"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallBytes"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallString"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallVectorInt"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallVectorIntObject"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallVectorString"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallVectorStringObject"},{"p":"it.ernytech.tdlib","l":"TdApi.TestGetDifference"},{"p":"it.ernytech.tdlib","l":"TdApi.TestInt"},{"p":"it.ernytech.tdlib","l":"TdApi.TestNetwork"},{"p":"it.ernytech.tdlib","l":"TdApi.TestSquareInt"},{"p":"it.ernytech.tdlib","l":"TdApi.TestString"},{"p":"it.ernytech.tdlib","l":"TdApi.TestUseError"},{"p":"it.ernytech.tdlib","l":"TdApi.TestUseUpdate"},{"p":"it.ernytech.tdlib","l":"TdApi.TestVectorInt"},{"p":"it.ernytech.tdlib","l":"TdApi.TestVectorIntObject"},{"p":"it.ernytech.tdlib","l":"TdApi.TestVectorString"},{"p":"it.ernytech.tdlib","l":"TdApi.TestVectorStringObject"},{"p":"it.ernytech.tdlib","l":"TdApi.Text"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntities"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntity"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityType"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeBold"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeBotCommand"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeCashtag"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeCode"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeEmailAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeHashtag"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeItalic"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeMention"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeMentionName"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypePhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypePre"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypePreCode"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeTextUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.TextParseMode"},{"p":"it.ernytech.tdlib","l":"TdApi.TextParseModeHTML"},{"p":"it.ernytech.tdlib","l":"TdApi.TextParseModeMarkdown"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrls"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrlType"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrlTypeChatInvite"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrlTypeStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrlTypeSupergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrlTypeUser"},{"p":"it.ernytech.tdlib","l":"TdApi.ToggleBasicGroupAdministrators"},{"p":"it.ernytech.tdlib","l":"TdApi.ToggleChatIsPinned"},{"p":"it.ernytech.tdlib","l":"TdApi.ToggleSupergroupInvites"},{"p":"it.ernytech.tdlib","l":"TdApi.ToggleSupergroupIsAllHistoryAvailable"},{"p":"it.ernytech.tdlib","l":"TdApi.ToggleSupergroupSignMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategory"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryBots"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryCalls"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryChannels"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryGroups"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryInlineBots"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryUsers"},{"p":"it.ernytech.tdlib","l":"TdApi.UnblockUser"},{"p":"it.ernytech.tdlib","l":"TdApi.UnpinSupergroupMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.Update"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateAuthorizationState"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateBasicGroup"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateBasicGroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateCall"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatDraftMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatIsPinned"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatLastMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatOrder"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatReadInbox"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatReadOutbox"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatReplyMarkup"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatTitle"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatUnreadMentionCount"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateConnectionState"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateDeleteMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateFavoriteStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateFile"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateFileGenerationStart"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateFileGenerationStop"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateInstalledStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageContent"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageContentOpened"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageEdited"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageMentionRead"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageSendAcknowledged"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageSendFailed"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageSendSucceeded"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageViews"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewCallbackQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewChat"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewChosenInlineResult"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewCustomEvent"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewCustomQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewInlineCallbackQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewInlineQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewPreCheckoutQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewShippingQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNotificationSettings"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateOption"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateRecentStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateSavedAnimations"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateSecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateServiceNotification"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateSupergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateSupergroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateTrendingStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUnreadMessageCount"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUser"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUserChatAction"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUserFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUserPrivacySettingRules"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUserStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.UpgradeBasicGroupChatToSupergroupChat"},{"p":"it.ernytech.tdlib","l":"TdApi.UploadFile"},{"p":"it.ernytech.tdlib","l":"TdApi.UploadStickerFile"},{"p":"it.ernytech.tdlib","l":"TdApi.User"},{"p":"it.ernytech.tdlib","l":"TdApi.UserFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySetting"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingAllowCalls"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingAllowChatInvites"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRule"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleAllowAll"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleAllowContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleAllowUsers"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleRestrictAll"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleRestrictContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleRestrictUsers"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRules"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingShowStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.UserProfilePhotos"},{"p":"it.ernytech.tdlib","l":"TdApi.Users"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusLastMonth"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusLastWeek"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusOffline"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusOnline"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusRecently"},{"p":"it.ernytech.tdlib","l":"TdApi.UserType"},{"p":"it.ernytech.tdlib","l":"TdApi.UserTypeBot"},{"p":"it.ernytech.tdlib","l":"TdApi.UserTypeDeleted"},{"p":"it.ernytech.tdlib","l":"TdApi.UserTypeRegular"},{"p":"it.ernytech.tdlib","l":"TdApi.UserTypeUnknown"},{"p":"it.ernytech.tdlib","l":"TdApi.ValidatedOrderInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.ValidateOrderInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.Venue"},{"p":"it.ernytech.tdlib","l":"TdApi.Video"},{"p":"it.ernytech.tdlib","l":"TdApi.VideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.ViewMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.ViewTrendingStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.VoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.Wallpaper"},{"p":"it.ernytech.tdlib","l":"TdApi.Wallpapers"},{"p":"it.ernytech.tdlib","l":"TdApi.WebPage"},{"p":"it.ernytech.tdlib","l":"TdApi.WebPageInstantView"},{"p":"it.ernytech.tdlib","l":"TdCallback"},{"p":"it.ernytech.tdbot","l":"UserClient"}] \ No newline at end of file +typeSearchIndex = [{"p":"it.ernytech.tdlib.utils","l":"Arch"},{"p":"it.ernytech.tdbot","l":"AuthorizationHandler"},{"p":"it.ernytech.tdbot","l":"BotClient"},{"p":"it.ernytech.tdlib.utils","l":"CantLoadLibrary"},{"p":"it.ernytech.tdlib","l":"Client"},{"p":"it.ernytech.tdlib","l":"ClientActor"},{"p":"it.ernytech.tdlib.utils","l":"CloseCallback"},{"p":"it.ernytech.tdbot","l":"ConstructorDetector"},{"p":"it.ernytech.tdbot","l":"EasyClient"},{"p":"it.ernytech.tdlib.utils","l":"ErrorCallback"},{"p":"it.ernytech.tdlib","l":"FatalErrorCallbackPtr"},{"p":"it.ernytech.tdlib.utils","l":"Init"},{"p":"it.ernytech.tdlib.utils","l":"LoadLibrary"},{"p":"it.ernytech.tdlib","l":"Log"},{"p":"it.ernytech.tdlib.utils","l":"MissingTdlibLibrary"},{"p":"it.ernytech.tdlib.utils","l":"Os"},{"p":"it.ernytech.tdlib.utils","l":"ReceiveCallback"},{"p":"it.ernytech.tdlib","l":"Request"},{"p":"it.ernytech.tdlib","l":"Response"},{"p":"it.ernytech.tdlib","l":"TdApi"},{"p":"it.ernytech.tdlib","l":"TdApi.AcceptCall"},{"p":"it.ernytech.tdlib","l":"TdApi.AccountTtl"},{"p":"it.ernytech.tdlib","l":"TdApi.AddChatMember"},{"p":"it.ernytech.tdlib","l":"TdApi.AddChatMembers"},{"p":"it.ernytech.tdlib","l":"TdApi.AddFavoriteSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.AddNetworkStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.AddRecentlyFoundChat"},{"p":"it.ernytech.tdlib","l":"TdApi.AddRecentSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.AddSavedAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.AddStickerToSet"},{"p":"it.ernytech.tdlib","l":"TdApi.Animation"},{"p":"it.ernytech.tdlib","l":"TdApi.Animations"},{"p":"it.ernytech.tdlib","l":"TdApi.AnswerCallbackQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.AnswerCustomQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.AnswerInlineQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.AnswerPreCheckoutQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.AnswerShippingQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.Audio"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeType"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeTypeCall"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeTypeFlashCall"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeTypeSms"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthenticationCodeTypeTelegramMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationState"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateClosed"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateClosing"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateLoggingOut"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateReady"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateWaitCode"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateWaitEncryptionKey"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateWaitPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateWaitPhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.AuthorizationStateWaitTdlibParameters"},{"p":"it.ernytech.tdlib","l":"TdApi.BasicGroup"},{"p":"it.ernytech.tdlib","l":"TdApi.BasicGroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.BlockUser"},{"p":"it.ernytech.tdlib","l":"TdApi.BotCommand"},{"p":"it.ernytech.tdlib","l":"TdApi.BotInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.Call"},{"p":"it.ernytech.tdlib","l":"TdApi.CallbackQueryAnswer"},{"p":"it.ernytech.tdlib","l":"TdApi.CallbackQueryPayload"},{"p":"it.ernytech.tdlib","l":"TdApi.CallbackQueryPayloadData"},{"p":"it.ernytech.tdlib","l":"TdApi.CallbackQueryPayloadGame"},{"p":"it.ernytech.tdlib","l":"TdApi.CallConnection"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReason"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReasonDeclined"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReasonDisconnected"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReasonEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReasonHungUp"},{"p":"it.ernytech.tdlib","l":"TdApi.CallDiscardReasonMissed"},{"p":"it.ernytech.tdlib","l":"TdApi.CallId"},{"p":"it.ernytech.tdlib","l":"TdApi.CallProtocol"},{"p":"it.ernytech.tdlib","l":"TdApi.CallState"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStateDiscarded"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStateError"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStateExchangingKeys"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStateHangingUp"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStatePending"},{"p":"it.ernytech.tdlib","l":"TdApi.CallStateReady"},{"p":"it.ernytech.tdlib","l":"TdApi.CancelDownloadFile"},{"p":"it.ernytech.tdlib","l":"TdApi.CancelUploadFile"},{"p":"it.ernytech.tdlib","l":"TdApi.ChangeChatReportSpamState"},{"p":"it.ernytech.tdlib","l":"TdApi.ChangeImportedContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.ChangePhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.ChangeStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.Chat"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatAction"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionCancel"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionChoosingContact"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionChoosingLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionRecordingVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionRecordingVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionRecordingVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionStartPlayingGame"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionTyping"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionUploadingDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionUploadingPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionUploadingVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionUploadingVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatActionUploadingVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEvent"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventAction"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventDescriptionChanged"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventInvitesToggled"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventIsAllHistoryAvailableToggled"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventLogFilters"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMemberInvited"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMemberJoined"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMemberLeft"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMemberPromoted"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMemberRestricted"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMessageDeleted"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMessageEdited"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMessagePinned"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventMessageUnpinned"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventPhotoChanged"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEvents"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventSignMessagesToggled"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventStickerSetChanged"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventTitleChanged"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatEventUsernameChanged"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatInviteLink"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatInviteLinkInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMember"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMembers"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusAdministrator"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusBanned"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusCreator"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusLeft"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusMember"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatMemberStatusRestricted"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportReason"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportReasonCustom"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportReasonPornography"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportReasonSpam"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportReasonViolence"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatReportSpamState"},{"p":"it.ernytech.tdlib","l":"TdApi.Chats"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatType"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatTypeBasicGroup"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatTypePrivate"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatTypeSecret"},{"p":"it.ernytech.tdlib","l":"TdApi.ChatTypeSupergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckAuthenticationBotToken"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckAuthenticationCode"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckAuthenticationPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChangePhoneNumberCode"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatInviteLink"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsername"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResult"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResultOk"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResultPublicChatsTooMuch"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResultPublicGroupsUnavailable"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResultUsernameInvalid"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckChatUsernameResultUsernameOccupied"},{"p":"it.ernytech.tdlib","l":"TdApi.CheckDatabaseEncryptionKey"},{"p":"it.ernytech.tdlib","l":"TdApi.ClearImportedContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.ClearRecentlyFoundChats"},{"p":"it.ernytech.tdlib","l":"TdApi.ClearRecentStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.Close"},{"p":"it.ernytech.tdlib","l":"TdApi.CloseChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CloseSecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectedWebsite"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectedWebsites"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionState"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionStateConnecting"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionStateConnectingToProxy"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionStateReady"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionStateUpdating"},{"p":"it.ernytech.tdlib","l":"TdApi.ConnectionStateWaitingForNetwork"},{"p":"it.ernytech.tdlib","l":"TdApi.Contact"},{"p":"it.ernytech.tdlib","l":"TdApi.Count"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateBasicGroupChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateCall"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateNewBasicGroupChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateNewSecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateNewStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateNewSupergroupChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreatePrivateChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateSecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateSupergroupChat"},{"p":"it.ernytech.tdlib","l":"TdApi.CreateTemporaryPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.CustomRequestResult"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteAccount"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteChatHistory"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteChatMessagesFromUser"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteChatReplyMarkup"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteFile"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteProfilePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteSavedCredentials"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteSavedOrderInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.DeleteSupergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.Destroy"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceToken"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenApplePush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenApplePushVoIP"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenBlackBerryPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenGoogleCloudMessaging"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenMicrosoftPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenMicrosoftPushVoIP"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenSimplePush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenTizenPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenUbuntuPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenWebPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DeviceTokenWindowsPush"},{"p":"it.ernytech.tdlib","l":"TdApi.DiscardCall"},{"p":"it.ernytech.tdlib","l":"TdApi.DisconnectAllWebsites"},{"p":"it.ernytech.tdlib","l":"TdApi.DisconnectWebsite"},{"p":"it.ernytech.tdlib","l":"TdApi.Document"},{"p":"it.ernytech.tdlib","l":"TdApi.DownloadFile"},{"p":"it.ernytech.tdlib","l":"TdApi.DraftMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.EditInlineMessageCaption"},{"p":"it.ernytech.tdlib","l":"TdApi.EditInlineMessageLiveLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.EditInlineMessageReplyMarkup"},{"p":"it.ernytech.tdlib","l":"TdApi.EditInlineMessageText"},{"p":"it.ernytech.tdlib","l":"TdApi.EditMessageCaption"},{"p":"it.ernytech.tdlib","l":"TdApi.EditMessageLiveLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.EditMessageReplyMarkup"},{"p":"it.ernytech.tdlib","l":"TdApi.EditMessageText"},{"p":"it.ernytech.tdlib","l":"TdApi.Error"},{"p":"it.ernytech.tdlib","l":"TdApi.File"},{"p":"it.ernytech.tdlib","l":"TdApi.FileType"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeNone"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeProfilePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeSecret"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeSecretThumbnail"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeThumbnail"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeUnknown"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.FileTypeWallpaper"},{"p":"it.ernytech.tdlib","l":"TdApi.FinishFileGeneration"},{"p":"it.ernytech.tdlib","l":"TdApi.FormattedText"},{"p":"it.ernytech.tdlib","l":"TdApi.ForwardMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.FoundMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.Function"},{"p":"it.ernytech.tdlib","l":"TdApi.Game"},{"p":"it.ernytech.tdlib","l":"TdApi.GameHighScore"},{"p":"it.ernytech.tdlib","l":"TdApi.GameHighScores"},{"p":"it.ernytech.tdlib","l":"TdApi.GenerateChatInviteLink"},{"p":"it.ernytech.tdlib","l":"TdApi.GetAccountTtl"},{"p":"it.ernytech.tdlib","l":"TdApi.GetActiveLiveLocationMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.GetActiveSessions"},{"p":"it.ernytech.tdlib","l":"TdApi.GetArchivedStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.GetAttachedStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.GetAuthorizationState"},{"p":"it.ernytech.tdlib","l":"TdApi.GetBasicGroup"},{"p":"it.ernytech.tdlib","l":"TdApi.GetBasicGroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.GetBlockedUsers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetCallbackQueryAnswer"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChat"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatAdministrators"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatEventLog"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatHistory"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatMember"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatMessageByDate"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatPinnedMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChatReportSpamState"},{"p":"it.ernytech.tdlib","l":"TdApi.GetChats"},{"p":"it.ernytech.tdlib","l":"TdApi.GetConnectedWebsites"},{"p":"it.ernytech.tdlib","l":"TdApi.GetCountryCode"},{"p":"it.ernytech.tdlib","l":"TdApi.GetCreatedPublicChats"},{"p":"it.ernytech.tdlib","l":"TdApi.GetFavoriteStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetFile"},{"p":"it.ernytech.tdlib","l":"TdApi.GetFileExtension"},{"p":"it.ernytech.tdlib","l":"TdApi.GetFileMimeType"},{"p":"it.ernytech.tdlib","l":"TdApi.GetGameHighScores"},{"p":"it.ernytech.tdlib","l":"TdApi.GetGroupsInCommon"},{"p":"it.ernytech.tdlib","l":"TdApi.GetImportedContactCount"},{"p":"it.ernytech.tdlib","l":"TdApi.GetInlineGameHighScores"},{"p":"it.ernytech.tdlib","l":"TdApi.GetInlineQueryResults"},{"p":"it.ernytech.tdlib","l":"TdApi.GetInstalledStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.GetInviteText"},{"p":"it.ernytech.tdlib","l":"TdApi.GetMe"},{"p":"it.ernytech.tdlib","l":"TdApi.GetMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.GetMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.GetNetworkStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.GetNotificationSettings"},{"p":"it.ernytech.tdlib","l":"TdApi.GetOption"},{"p":"it.ernytech.tdlib","l":"TdApi.GetPasswordState"},{"p":"it.ernytech.tdlib","l":"TdApi.GetPaymentForm"},{"p":"it.ernytech.tdlib","l":"TdApi.GetPaymentReceipt"},{"p":"it.ernytech.tdlib","l":"TdApi.GetProxy"},{"p":"it.ernytech.tdlib","l":"TdApi.GetPublicMessageLink"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRecentInlineBots"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRecentlyVisitedTMeUrls"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRecentStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRecoveryEmailAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRemoteFile"},{"p":"it.ernytech.tdlib","l":"TdApi.GetRepliedMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSavedAnimations"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSavedOrderInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.GetStickerEmojis"},{"p":"it.ernytech.tdlib","l":"TdApi.GetStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.GetStorageStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.GetStorageStatisticsFast"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSupergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSupergroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSupergroupMembers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetSupportUser"},{"p":"it.ernytech.tdlib","l":"TdApi.GetTemporaryPasswordState"},{"p":"it.ernytech.tdlib","l":"TdApi.GetTermsOfService"},{"p":"it.ernytech.tdlib","l":"TdApi.GetTextEntities"},{"p":"it.ernytech.tdlib","l":"TdApi.GetTopChats"},{"p":"it.ernytech.tdlib","l":"TdApi.GetTrendingStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.GetUser"},{"p":"it.ernytech.tdlib","l":"TdApi.GetUserFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.GetUserPrivacySettingRules"},{"p":"it.ernytech.tdlib","l":"TdApi.GetUserProfilePhotos"},{"p":"it.ernytech.tdlib","l":"TdApi.GetWallpapers"},{"p":"it.ernytech.tdlib","l":"TdApi.GetWebPageInstantView"},{"p":"it.ernytech.tdlib","l":"TdApi.GetWebPagePreview"},{"p":"it.ernytech.tdlib","l":"TdApi.Hashtags"},{"p":"it.ernytech.tdlib","l":"TdApi.ImportContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.ImportedContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButton"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonType"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonTypeBuy"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonTypeCallback"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonTypeCallbackGame"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonTypeSwitchInline"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineKeyboardButtonTypeUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResult"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultArticle"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultContact"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultGame"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResults"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultVenue"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.InlineQueryResultVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.InputCredentials"},{"p":"it.ernytech.tdlib","l":"TdApi.InputCredentialsAndroidPay"},{"p":"it.ernytech.tdlib","l":"TdApi.InputCredentialsApplePay"},{"p":"it.ernytech.tdlib","l":"TdApi.InputCredentialsNew"},{"p":"it.ernytech.tdlib","l":"TdApi.InputCredentialsSaved"},{"p":"it.ernytech.tdlib","l":"TdApi.InputFile"},{"p":"it.ernytech.tdlib","l":"TdApi.InputFileGenerated"},{"p":"it.ernytech.tdlib","l":"TdApi.InputFileId"},{"p":"it.ernytech.tdlib","l":"TdApi.InputFileLocal"},{"p":"it.ernytech.tdlib","l":"TdApi.InputFileRemote"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResult"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultAnimatedGif"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultAnimatedMpeg4"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultArticle"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultContact"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultGame"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultVenue"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.InputInlineQueryResultVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageContact"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageContent"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageForwarded"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageGame"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageInvoice"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessagePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageText"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageVenue"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.InputMessageVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.InputSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.InputThumbnail"},{"p":"it.ernytech.tdlib","l":"TdApi.Invoice"},{"p":"it.ernytech.tdlib","l":"TdApi.JoinChatByInviteLink"},{"p":"it.ernytech.tdlib","l":"TdApi.KeyboardButton"},{"p":"it.ernytech.tdlib","l":"TdApi.KeyboardButtonType"},{"p":"it.ernytech.tdlib","l":"TdApi.KeyboardButtonTypeRequestLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.KeyboardButtonTypeRequestPhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.KeyboardButtonTypeText"},{"p":"it.ernytech.tdlib","l":"TdApi.LabeledPricePart"},{"p":"it.ernytech.tdlib","l":"TdApi.LinkState"},{"p":"it.ernytech.tdlib","l":"TdApi.LinkStateIsContact"},{"p":"it.ernytech.tdlib","l":"TdApi.LinkStateKnowsPhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.LinkStateNone"},{"p":"it.ernytech.tdlib","l":"TdApi.LocalFile"},{"p":"it.ernytech.tdlib","l":"TdApi.Location"},{"p":"it.ernytech.tdlib","l":"TdApi.LogOut"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPoint"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPointChin"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPointEyes"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPointForehead"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPointMouth"},{"p":"it.ernytech.tdlib","l":"TdApi.MaskPosition"},{"p":"it.ernytech.tdlib","l":"TdApi.Message"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageBasicGroupChatCreate"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageCall"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatAddMembers"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatChangePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatChangeTitle"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatDeleteMember"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatDeletePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatJoinByLink"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatSetTtl"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatUpgradeFrom"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageChatUpgradeTo"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageContact"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageContactRegistered"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageContent"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageCustomServiceAction"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageExpiredPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageExpiredVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageForwardedFromUser"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageForwardedPost"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageForwardInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageGame"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageGameScore"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageInvoice"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageLocation"},{"p":"it.ernytech.tdlib","l":"TdApi.MessagePaymentSuccessful"},{"p":"it.ernytech.tdlib","l":"TdApi.MessagePaymentSuccessfulBot"},{"p":"it.ernytech.tdlib","l":"TdApi.MessagePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.MessagePinMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.Messages"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageScreenshotTaken"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageSendingState"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageSendingStateFailed"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageSendingStatePending"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageSupergroupChatCreate"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageText"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageUnsupported"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageVenue"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.MessageWebsiteConnected"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkStatisticsEntry"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkStatisticsEntryCall"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkStatisticsEntryFile"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkType"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkTypeMobile"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkTypeMobileRoaming"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkTypeNone"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkTypeOther"},{"p":"it.ernytech.tdlib","l":"TdApi.NetworkTypeWiFi"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettings"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettingsScope"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettingsScopeAllChats"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettingsScopeBasicGroupChats"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettingsScopeChat"},{"p":"it.ernytech.tdlib","l":"TdApi.NotificationSettingsScopePrivateChats"},{"p":"it.ernytech.tdlib","l":"TdApi.Object"},{"p":"it.ernytech.tdlib","l":"TdApi.Ok"},{"p":"it.ernytech.tdlib","l":"TdApi.OpenChat"},{"p":"it.ernytech.tdlib","l":"TdApi.OpenMessageContent"},{"p":"it.ernytech.tdlib","l":"TdApi.OptimizeStorage"},{"p":"it.ernytech.tdlib","l":"TdApi.OptionValue"},{"p":"it.ernytech.tdlib","l":"TdApi.OptionValueBoolean"},{"p":"it.ernytech.tdlib","l":"TdApi.OptionValueEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.OptionValueInteger"},{"p":"it.ernytech.tdlib","l":"TdApi.OptionValueString"},{"p":"it.ernytech.tdlib","l":"TdApi.OrderInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlock"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockAnchor"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockAuthorDate"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockBlockQuote"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockChatLink"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockCollage"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockCover"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockDivider"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockEmbedded"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockEmbeddedPost"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockFooter"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockHeader"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockList"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockParagraph"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockPreformatted"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockPullQuote"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockSlideshow"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockSubheader"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockSubtitle"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockTitle"},{"p":"it.ernytech.tdlib","l":"TdApi.PageBlockVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.ParseTextEntities"},{"p":"it.ernytech.tdlib","l":"TdApi.PasswordRecoveryInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.PasswordState"},{"p":"it.ernytech.tdlib","l":"TdApi.PaymentForm"},{"p":"it.ernytech.tdlib","l":"TdApi.PaymentReceipt"},{"p":"it.ernytech.tdlib","l":"TdApi.PaymentResult"},{"p":"it.ernytech.tdlib","l":"TdApi.PaymentsProviderStripe"},{"p":"it.ernytech.tdlib","l":"TdApi.Photo"},{"p":"it.ernytech.tdlib","l":"TdApi.PhotoSize"},{"p":"it.ernytech.tdlib","l":"TdApi.PinSupergroupMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.ProcessDcUpdate"},{"p":"it.ernytech.tdlib","l":"TdApi.ProfilePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.Proxy"},{"p":"it.ernytech.tdlib","l":"TdApi.ProxyEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.ProxySocks5"},{"p":"it.ernytech.tdlib","l":"TdApi.PublicMessageLink"},{"p":"it.ernytech.tdlib","l":"TdApi.ReadAllChatMentions"},{"p":"it.ernytech.tdlib","l":"TdApi.RecoverAuthenticationPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.RecoverPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.RecoveryEmailAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.RegisterDevice"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoteFile"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveFavoriteSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveRecentHashtag"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveRecentlyFoundChat"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveRecentSticker"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveSavedAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveStickerFromSet"},{"p":"it.ernytech.tdlib","l":"TdApi.RemoveTopChat"},{"p":"it.ernytech.tdlib","l":"TdApi.ReorderInstalledStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.ReplyMarkup"},{"p":"it.ernytech.tdlib","l":"TdApi.ReplyMarkupForceReply"},{"p":"it.ernytech.tdlib","l":"TdApi.ReplyMarkupInlineKeyboard"},{"p":"it.ernytech.tdlib","l":"TdApi.ReplyMarkupRemoveKeyboard"},{"p":"it.ernytech.tdlib","l":"TdApi.ReplyMarkupShowKeyboard"},{"p":"it.ernytech.tdlib","l":"TdApi.ReportChat"},{"p":"it.ernytech.tdlib","l":"TdApi.ReportSupergroupSpam"},{"p":"it.ernytech.tdlib","l":"TdApi.RequestAuthenticationPasswordRecovery"},{"p":"it.ernytech.tdlib","l":"TdApi.RequestPasswordRecovery"},{"p":"it.ernytech.tdlib","l":"TdApi.ResendAuthenticationCode"},{"p":"it.ernytech.tdlib","l":"TdApi.ResendChangePhoneNumberCode"},{"p":"it.ernytech.tdlib","l":"TdApi.ResetAllNotificationSettings"},{"p":"it.ernytech.tdlib","l":"TdApi.ResetNetworkStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.RichText"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextBold"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextEmailAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextFixed"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextItalic"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextPlain"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTexts"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextStrikethrough"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextUnderline"},{"p":"it.ernytech.tdlib","l":"TdApi.RichTextUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.SavedCredentials"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchCallMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchChatMembers"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchChatMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchChatRecentLocationMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchChats"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchChatsOnServer"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchHashtags"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchInstalledStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilter"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterAnimation"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterAudio"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterCall"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterChatPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterDocument"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterMention"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterMissedCall"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterPhotoAndVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterUnreadMention"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterVideo"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterVoiceAndVideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchMessagesFilterVoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchPublicChat"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchPublicChats"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchSecretMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.SearchStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.SecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.SecretChatState"},{"p":"it.ernytech.tdlib","l":"TdApi.SecretChatStateClosed"},{"p":"it.ernytech.tdlib","l":"TdApi.SecretChatStatePending"},{"p":"it.ernytech.tdlib","l":"TdApi.SecretChatStateReady"},{"p":"it.ernytech.tdlib","l":"TdApi.SendBotStartMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.SendCallDebugInformation"},{"p":"it.ernytech.tdlib","l":"TdApi.SendCallRating"},{"p":"it.ernytech.tdlib","l":"TdApi.SendChatAction"},{"p":"it.ernytech.tdlib","l":"TdApi.SendChatScreenshotTakenNotification"},{"p":"it.ernytech.tdlib","l":"TdApi.SendChatSetTtlMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.SendCustomRequest"},{"p":"it.ernytech.tdlib","l":"TdApi.SendInlineQueryResultMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.SendMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.SendMessageAlbum"},{"p":"it.ernytech.tdlib","l":"TdApi.SendPaymentForm"},{"p":"it.ernytech.tdlib","l":"TdApi.Session"},{"p":"it.ernytech.tdlib","l":"TdApi.Sessions"},{"p":"it.ernytech.tdlib","l":"TdApi.SetAccountTtl"},{"p":"it.ernytech.tdlib","l":"TdApi.SetAlarm"},{"p":"it.ernytech.tdlib","l":"TdApi.SetAuthenticationPhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.SetBio"},{"p":"it.ernytech.tdlib","l":"TdApi.SetBotUpdatesStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.SetChatClientData"},{"p":"it.ernytech.tdlib","l":"TdApi.SetChatDraftMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.SetChatMemberStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.SetChatPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.SetChatTitle"},{"p":"it.ernytech.tdlib","l":"TdApi.SetDatabaseEncryptionKey"},{"p":"it.ernytech.tdlib","l":"TdApi.SetFileGenerationProgress"},{"p":"it.ernytech.tdlib","l":"TdApi.SetGameScore"},{"p":"it.ernytech.tdlib","l":"TdApi.SetInlineGameScore"},{"p":"it.ernytech.tdlib","l":"TdApi.SetName"},{"p":"it.ernytech.tdlib","l":"TdApi.SetNetworkType"},{"p":"it.ernytech.tdlib","l":"TdApi.SetNotificationSettings"},{"p":"it.ernytech.tdlib","l":"TdApi.SetOption"},{"p":"it.ernytech.tdlib","l":"TdApi.SetPassword"},{"p":"it.ernytech.tdlib","l":"TdApi.SetPinnedChats"},{"p":"it.ernytech.tdlib","l":"TdApi.SetProfilePhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.SetProxy"},{"p":"it.ernytech.tdlib","l":"TdApi.SetRecoveryEmailAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.SetStickerPositionInSet"},{"p":"it.ernytech.tdlib","l":"TdApi.SetSupergroupDescription"},{"p":"it.ernytech.tdlib","l":"TdApi.SetSupergroupStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.SetSupergroupUsername"},{"p":"it.ernytech.tdlib","l":"TdApi.SetTdlibParameters"},{"p":"it.ernytech.tdlib","l":"TdApi.SetUsername"},{"p":"it.ernytech.tdlib","l":"TdApi.SetUserPrivacySettingRules"},{"p":"it.ernytech.tdlib","l":"TdApi.ShippingAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.ShippingOption"},{"p":"it.ernytech.tdlib","l":"TdApi.Sticker"},{"p":"it.ernytech.tdlib","l":"TdApi.StickerEmojis"},{"p":"it.ernytech.tdlib","l":"TdApi.Stickers"},{"p":"it.ernytech.tdlib","l":"TdApi.StickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.StickerSetInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.StickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.StorageStatistics"},{"p":"it.ernytech.tdlib","l":"TdApi.StorageStatisticsByChat"},{"p":"it.ernytech.tdlib","l":"TdApi.StorageStatisticsByFileType"},{"p":"it.ernytech.tdlib","l":"TdApi.StorageStatisticsFast"},{"p":"it.ernytech.tdlib","l":"TdApi.Supergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilter"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterAdministrators"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterBanned"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterBots"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterRecent"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterRestricted"},{"p":"it.ernytech.tdlib","l":"TdApi.SupergroupMembersFilterSearch"},{"p":"it.ernytech.tdlib","l":"TdApi.TdlibParameters"},{"p":"it.ernytech.tdlib","l":"TdApi.TemporaryPasswordState"},{"p":"it.ernytech.tdlib","l":"TdApi.TerminateAllOtherSessions"},{"p":"it.ernytech.tdlib","l":"TdApi.TerminateSession"},{"p":"it.ernytech.tdlib","l":"TdApi.TestBytes"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallBytes"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallString"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallVectorInt"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallVectorIntObject"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallVectorString"},{"p":"it.ernytech.tdlib","l":"TdApi.TestCallVectorStringObject"},{"p":"it.ernytech.tdlib","l":"TdApi.TestGetDifference"},{"p":"it.ernytech.tdlib","l":"TdApi.TestInt"},{"p":"it.ernytech.tdlib","l":"TdApi.TestNetwork"},{"p":"it.ernytech.tdlib","l":"TdApi.TestSquareInt"},{"p":"it.ernytech.tdlib","l":"TdApi.TestString"},{"p":"it.ernytech.tdlib","l":"TdApi.TestUseError"},{"p":"it.ernytech.tdlib","l":"TdApi.TestUseUpdate"},{"p":"it.ernytech.tdlib","l":"TdApi.TestVectorInt"},{"p":"it.ernytech.tdlib","l":"TdApi.TestVectorIntObject"},{"p":"it.ernytech.tdlib","l":"TdApi.TestVectorString"},{"p":"it.ernytech.tdlib","l":"TdApi.TestVectorStringObject"},{"p":"it.ernytech.tdlib","l":"TdApi.Text"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntities"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntity"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityType"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeBold"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeBotCommand"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeCashtag"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeCode"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeEmailAddress"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeHashtag"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeItalic"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeMention"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeMentionName"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypePhoneNumber"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypePre"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypePreCode"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeTextUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.TextEntityTypeUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.TextParseMode"},{"p":"it.ernytech.tdlib","l":"TdApi.TextParseModeHTML"},{"p":"it.ernytech.tdlib","l":"TdApi.TextParseModeMarkdown"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrl"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrls"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrlType"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrlTypeChatInvite"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrlTypeStickerSet"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrlTypeSupergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.TMeUrlTypeUser"},{"p":"it.ernytech.tdlib","l":"TdApi.ToggleBasicGroupAdministrators"},{"p":"it.ernytech.tdlib","l":"TdApi.ToggleChatIsPinned"},{"p":"it.ernytech.tdlib","l":"TdApi.ToggleSupergroupInvites"},{"p":"it.ernytech.tdlib","l":"TdApi.ToggleSupergroupIsAllHistoryAvailable"},{"p":"it.ernytech.tdlib","l":"TdApi.ToggleSupergroupSignMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategory"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryBots"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryCalls"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryChannels"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryGroups"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryInlineBots"},{"p":"it.ernytech.tdlib","l":"TdApi.TopChatCategoryUsers"},{"p":"it.ernytech.tdlib","l":"TdApi.UnblockUser"},{"p":"it.ernytech.tdlib","l":"TdApi.UnpinSupergroupMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.Update"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateAuthorizationState"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateBasicGroup"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateBasicGroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateCall"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatDraftMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatIsPinned"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatLastMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatOrder"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatPhoto"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatReadInbox"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatReadOutbox"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatReplyMarkup"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatTitle"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateChatUnreadMentionCount"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateConnectionState"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateDeleteMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateFavoriteStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateFile"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateFileGenerationStart"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateFileGenerationStop"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateInstalledStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageContent"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageContentOpened"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageEdited"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageMentionRead"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageSendAcknowledged"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageSendFailed"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageSendSucceeded"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateMessageViews"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewCallbackQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewChat"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewChosenInlineResult"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewCustomEvent"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewCustomQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewInlineCallbackQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewInlineQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewMessage"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewPreCheckoutQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNewShippingQuery"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateNotificationSettings"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateOption"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateRecentStickers"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateSavedAnimations"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateSecretChat"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateServiceNotification"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateSupergroup"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateSupergroupFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateTrendingStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUnreadMessageCount"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUser"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUserChatAction"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUserFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUserPrivacySettingRules"},{"p":"it.ernytech.tdlib","l":"TdApi.UpdateUserStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.UpgradeBasicGroupChatToSupergroupChat"},{"p":"it.ernytech.tdlib","l":"TdApi.UploadFile"},{"p":"it.ernytech.tdlib","l":"TdApi.UploadStickerFile"},{"p":"it.ernytech.tdlib","l":"TdApi.User"},{"p":"it.ernytech.tdlib","l":"TdApi.UserFullInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySetting"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingAllowCalls"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingAllowChatInvites"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRule"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleAllowAll"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleAllowContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleAllowUsers"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleRestrictAll"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleRestrictContacts"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRuleRestrictUsers"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingRules"},{"p":"it.ernytech.tdlib","l":"TdApi.UserPrivacySettingShowStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.UserProfilePhotos"},{"p":"it.ernytech.tdlib","l":"TdApi.Users"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatus"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusEmpty"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusLastMonth"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusLastWeek"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusOffline"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusOnline"},{"p":"it.ernytech.tdlib","l":"TdApi.UserStatusRecently"},{"p":"it.ernytech.tdlib","l":"TdApi.UserType"},{"p":"it.ernytech.tdlib","l":"TdApi.UserTypeBot"},{"p":"it.ernytech.tdlib","l":"TdApi.UserTypeDeleted"},{"p":"it.ernytech.tdlib","l":"TdApi.UserTypeRegular"},{"p":"it.ernytech.tdlib","l":"TdApi.UserTypeUnknown"},{"p":"it.ernytech.tdlib","l":"TdApi.ValidatedOrderInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.ValidateOrderInfo"},{"p":"it.ernytech.tdlib","l":"TdApi.Venue"},{"p":"it.ernytech.tdlib","l":"TdApi.Video"},{"p":"it.ernytech.tdlib","l":"TdApi.VideoNote"},{"p":"it.ernytech.tdlib","l":"TdApi.ViewMessages"},{"p":"it.ernytech.tdlib","l":"TdApi.ViewTrendingStickerSets"},{"p":"it.ernytech.tdlib","l":"TdApi.VoiceNote"},{"p":"it.ernytech.tdlib","l":"TdApi.Wallpaper"},{"p":"it.ernytech.tdlib","l":"TdApi.Wallpapers"},{"p":"it.ernytech.tdlib","l":"TdApi.WebPage"},{"p":"it.ernytech.tdlib","l":"TdApi.WebPageInstantView"},{"p":"it.ernytech.tdlib","l":"TdCallback"},{"p":"it.ernytech.tdbot","l":"UserClient"}] \ No newline at end of file diff --git a/docs/type-search-index.zip b/docs/type-search-index.zip index afa46a5..fd44388 100644 Binary files a/docs/type-search-index.zip and b/docs/type-search-index.zip differ diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 0000000..03950f8 --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,4 @@ +before_install: + - curl -s https://gist.githubusercontent.com/ErnyTech/5ab454bbb0150a38bed8355bf9cb0e05/raw/c0487edd8d8d91b878b34b0a5699e4c29db72c78/jitpack.sh | bash -s + - export JAVA_HOME="$(pwd)/jdk-10.0.2" + - export PATH=$JAVA_HOME/bin:$PATH diff --git a/settings.gradle b/settings.gradle index dd84480..fc7688c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,4 +7,4 @@ * in the user guide at https://docs.gradle.org/4.8.1/userguide/multi_project_builds.html */ -rootProject.name = 'Java-TDlib' +rootProject.name = 'Java-TDLib' diff --git a/src/main/java/it/ernytech/tdbot/EasyClient.java b/src/main/java/it/ernytech/tdbot/EasyClient.java index b1e0918..915b1e6 100644 --- a/src/main/java/it/ernytech/tdbot/EasyClient.java +++ b/src/main/java/it/ernytech/tdbot/EasyClient.java @@ -227,8 +227,8 @@ public class EasyClient { parameters.databaseDirectory = "tdlib"; parameters.useMessageDatabase = false; parameters.useSecretChats = false; - parameters.apiId = BuildConfig.API_ID; - parameters.apiHash = BuildConfig.API_HASH; + parameters.apiId = 94575; + parameters.apiHash = "a3406de8d171bb422bb6ddf3bbd800e2"; parameters.systemLanguageCode = "en"; parameters.deviceModel = "TDBOT"; parameters.systemVersion = "TDBOT";