forked from ErnyTech/JTDLib
Support for jitpack
- Support for jitpack - Updated docs - Added README - Added .gitignore - Clean up build.gralde
This commit is contained in:
parent
8ef3daea92
commit
917c78dc18
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@ -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
|
34
README.md
Normal file
34
README.md
Normal file
@ -0,0 +1,34 @@
|
||||
LICENSE
|
||||
=======
|
||||
JTDLib, an wrapper of Tdlib for interaction with TDLib.
|
||||
|
||||
Copyright (C) 2018 Ernesto Castellotti <erny.castell@gmail.com>
|
||||
|
||||
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 <levlam@telegram.org>
|
||||
- Arseny Smirnov <arseny30@gmail.com>
|
||||
- hekkup
|
||||
- Vladislav Yashin <v.yashin.work@gmail.com>
|
||||
- cosmonawt
|
||||
- Aziz Kasymov
|
||||
- Felix Krause <github@krausefx.com>
|
||||
- Mark
|
||||
|
||||
TDLib is licensed under the terms of the Boost Software License
|
15
build.gradle
15
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'
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>All Classes</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
@ -21,14 +21,23 @@
|
||||
<h1 class="bar">All Classes</h1>
|
||||
<main role="main" class="indexContainer">
|
||||
<ul>
|
||||
<li><a href="it/ernytech/tdlib/utils/Arch.html" title="enum in it.ernytech.tdlib.utils" target="classFrame">Arch</a></li>
|
||||
<li><a href="it/ernytech/tdbot/AuthorizationHandler.html" title="interface in it.ernytech.tdbot" target="classFrame"><span class="interfaceName">AuthorizationHandler</span></a></li>
|
||||
<li><a href="it/ernytech/tdbot/BotClient.html" title="class in it.ernytech.tdbot" target="classFrame">BotClient</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/CantLoadLibrary.html" title="class in it.ernytech.tdlib.utils" target="classFrame">CantLoadLibrary</a></li>
|
||||
<li><a href="it/ernytech/tdlib/Client.html" title="class in it.ernytech.tdlib" target="classFrame">Client</a></li>
|
||||
<li><a href="it/ernytech/tdlib/ClientActor.html" title="class in it.ernytech.tdlib" target="classFrame">ClientActor</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/CloseCallback.html" title="interface in it.ernytech.tdlib.utils" target="classFrame"><span class="interfaceName">CloseCallback</span></a></li>
|
||||
<li><a href="it/ernytech/tdbot/ConstructorDetector.html" title="class in it.ernytech.tdbot" target="classFrame">ConstructorDetector</a></li>
|
||||
<li><a href="it/ernytech/tdbot/EasyClient.html" title="class in it.ernytech.tdbot" target="classFrame">EasyClient</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/ErrorCallback.html" title="interface in it.ernytech.tdlib.utils" target="classFrame"><span class="interfaceName">ErrorCallback</span></a></li>
|
||||
<li><a href="it/ernytech/tdlib/FatalErrorCallbackPtr.html" title="interface in it.ernytech.tdlib" target="classFrame"><span class="interfaceName">FatalErrorCallbackPtr</span></a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/Init.html" title="class in it.ernytech.tdlib.utils" target="classFrame">Init</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/LoadLibrary.html" title="class in it.ernytech.tdlib.utils" target="classFrame">LoadLibrary</a></li>
|
||||
<li><a href="it/ernytech/tdlib/Log.html" title="class in it.ernytech.tdlib" target="classFrame">Log</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/MissingTdlibLibrary.html" title="class in it.ernytech.tdlib.utils" target="classFrame">MissingTdlibLibrary</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/Os.html" title="enum in it.ernytech.tdlib.utils" target="classFrame">Os</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/ReceiveCallback.html" title="interface in it.ernytech.tdlib.utils" target="classFrame"><span class="interfaceName">ReceiveCallback</span></a></li>
|
||||
<li><a href="it/ernytech/tdlib/Request.html" title="class in it.ernytech.tdlib" target="classFrame">Request</a></li>
|
||||
<li><a href="it/ernytech/tdlib/Response.html" title="class in it.ernytech.tdlib" target="classFrame">Response</a></li>
|
||||
<li><a href="it/ernytech/tdlib/TdApi.html" title="class in it.ernytech.tdlib" target="classFrame">TdApi</a></li>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>All Classes</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
@ -21,14 +21,23 @@
|
||||
<h1 class="bar">All Classes</h1>
|
||||
<main role="main" class="indexContainer">
|
||||
<ul>
|
||||
<li><a href="it/ernytech/tdlib/utils/Arch.html" title="enum in it.ernytech.tdlib.utils">Arch</a></li>
|
||||
<li><a href="it/ernytech/tdbot/AuthorizationHandler.html" title="interface in it.ernytech.tdbot"><span class="interfaceName">AuthorizationHandler</span></a></li>
|
||||
<li><a href="it/ernytech/tdbot/BotClient.html" title="class in it.ernytech.tdbot">BotClient</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/CantLoadLibrary.html" title="class in it.ernytech.tdlib.utils">CantLoadLibrary</a></li>
|
||||
<li><a href="it/ernytech/tdlib/Client.html" title="class in it.ernytech.tdlib">Client</a></li>
|
||||
<li><a href="it/ernytech/tdlib/ClientActor.html" title="class in it.ernytech.tdlib">ClientActor</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/CloseCallback.html" title="interface in it.ernytech.tdlib.utils"><span class="interfaceName">CloseCallback</span></a></li>
|
||||
<li><a href="it/ernytech/tdbot/ConstructorDetector.html" title="class in it.ernytech.tdbot">ConstructorDetector</a></li>
|
||||
<li><a href="it/ernytech/tdbot/EasyClient.html" title="class in it.ernytech.tdbot">EasyClient</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/ErrorCallback.html" title="interface in it.ernytech.tdlib.utils"><span class="interfaceName">ErrorCallback</span></a></li>
|
||||
<li><a href="it/ernytech/tdlib/FatalErrorCallbackPtr.html" title="interface in it.ernytech.tdlib"><span class="interfaceName">FatalErrorCallbackPtr</span></a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/Init.html" title="class in it.ernytech.tdlib.utils">Init</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/LoadLibrary.html" title="class in it.ernytech.tdlib.utils">LoadLibrary</a></li>
|
||||
<li><a href="it/ernytech/tdlib/Log.html" title="class in it.ernytech.tdlib">Log</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/MissingTdlibLibrary.html" title="class in it.ernytech.tdlib.utils">MissingTdlibLibrary</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/Os.html" title="enum in it.ernytech.tdlib.utils">Os</a></li>
|
||||
<li><a href="it/ernytech/tdlib/utils/ReceiveCallback.html" title="interface in it.ernytech.tdlib.utils"><span class="interfaceName">ReceiveCallback</span></a></li>
|
||||
<li><a href="it/ernytech/tdlib/Request.html" title="class in it.ernytech.tdlib">Request</a></li>
|
||||
<li><a href="it/ernytech/tdlib/Response.html" title="class in it.ernytech.tdlib">Response</a></li>
|
||||
<li><a href="it/ernytech/tdlib/TdApi.html" title="class in it.ernytech.tdlib">TdApi</a></li>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>Constant Field Values</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>Deprecated List</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -1,2 +1,3 @@
|
||||
it.ernytech.tdbot
|
||||
it.ernytech.tdlib
|
||||
it.ernytech.tdlib.utils
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>API Help</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>Index</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
@ -247,6 +247,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">True, if scrolling should be allowed.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Arch.html#amd64">amd64</a></span> - it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Arch.html" title="enum in it.ernytech.tdlib.utils">Arch</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.LabeledPricePart.html#amount">amount</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.LabeledPricePart.html" title="class in it.ernytech.tdlib">TdApi.LabeledPricePart</a></dt>
|
||||
<dd>
|
||||
<div class="block">Currency amount in minimal quantity of the currency.</div>
|
||||
@ -387,6 +389,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Application version; must be non-empty.</div>
|
||||
</dd>
|
||||
<dt><a href="it/ernytech/tdlib/utils/Arch.html" title="enum in it.ernytech.tdlib.utils"><span class="typeNameLink">Arch</span></a> - Enum in <a href="it/ernytech/tdlib/utils/package-summary.html">it.ernytech.tdlib.utils</a></dt>
|
||||
<dd>
|
||||
<div class="block">Enumeration with all architectures recognized by this library.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.ForwardMessages.html#asAlbum">asAlbum</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.ForwardMessages.html" title="class in it.ernytech.tdlib">TdApi.ForwardMessages</a></dt>
|
||||
<dd>
|
||||
<div class="block">True, if the messages should be grouped into an album after forwarding.</div>
|
||||
@ -1001,6 +1007,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">True, if the chat can be made public.</div>
|
||||
</dd>
|
||||
<dt><a href="it/ernytech/tdlib/utils/CantLoadLibrary.html" title="class in it.ernytech.tdlib.utils"><span class="typeNameLink">CantLoadLibrary</span></a> - Exception in <a href="it/ernytech/tdlib/utils/package-summary.html">it.ernytech.tdlib.utils</a></dt>
|
||||
<dd>
|
||||
<div class="block">An exception that is thrown when the LoadLibrary class fails to load the library.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.EditInlineMessageCaption.html#caption">caption</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.EditInlineMessageCaption.html" title="class in it.ernytech.tdlib">TdApi.EditInlineMessageCaption</a></dt>
|
||||
<dd>
|
||||
<div class="block">New message content caption; 0-200 characters.</div>
|
||||
@ -2037,6 +2047,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Default constructor.</div>
|
||||
</dd>
|
||||
<dt><a href="it/ernytech/tdlib/utils/CloseCallback.html" title="interface in it.ernytech.tdlib.utils"><span class="typeNameLink">CloseCallback</span></a> - Interface in <a href="it/ernytech/tdlib/utils/package-summary.html">it.ernytech.tdlib.utils</a></dt>
|
||||
<dd>
|
||||
<div class="block">Interface of callback for receive notification of closing Tdlib.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.CloseChat.html#%3Cinit%3E()">CloseChat()</a></span> - Constructor for class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.CloseChat.html" title="class in it.ernytech.tdlib">TdApi.CloseChat</a></dt>
|
||||
<dd>
|
||||
<div class="block">Default constructor.</div>
|
||||
@ -6147,6 +6161,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Constructor for initialization of all fields.</div>
|
||||
</dd>
|
||||
<dt><a href="it/ernytech/tdlib/utils/ErrorCallback.html" title="interface in it.ernytech.tdlib.utils"><span class="typeNameLink">ErrorCallback</span></a> - Interface in <a href="it/ernytech/tdlib/utils/package-summary.html">it.ernytech.tdlib.utils</a></dt>
|
||||
<dd>
|
||||
<div class="block">Interface of callback for receive incoming error response.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.UpdateMessageSendFailed.html#errorCode">errorCode</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.UpdateMessageSendFailed.html" title="class in it.ernytech.tdlib">TdApi.UpdateMessageSendFailed</a></dt>
|
||||
<dd>
|
||||
<div class="block">An error code.</div>
|
||||
@ -8461,6 +8479,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Constructor for initialization of all fields.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/LoadLibrary.html#getOs()">getOs()</a></span> - Static method in class it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/LoadLibrary.html" title="class in it.ernytech.tdlib.utils">LoadLibrary</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.GetPasswordState.html#%3Cinit%3E()">GetPasswordState()</a></span> - Constructor for class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.GetPasswordState.html" title="class in it.ernytech.tdlib">TdApi.GetPasswordState</a></dt>
|
||||
<dd>
|
||||
<div class="block">Default constructor.</div>
|
||||
@ -8847,6 +8867,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
</a>
|
||||
<h2 class="title">I</h2>
|
||||
<dl>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Arch.html#i686">i686</a></span> - it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Arch.html" title="enum in it.ernytech.tdlib.utils">Arch</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.BasicGroup.html#id">id</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.BasicGroup.html" title="class in it.ernytech.tdlib">TdApi.BasicGroup</a></dt>
|
||||
<dd>
|
||||
<div class="block">Group identifier.</div>
|
||||
@ -9123,6 +9145,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Initialize the ConstructorDetector, it is called from the Init class.</div>
|
||||
</dd>
|
||||
<dt><a href="it/ernytech/tdlib/utils/Init.html" title="class in it.ernytech.tdlib.utils"><span class="typeNameLink">Init</span></a> - Class in <a href="it/ernytech/tdlib/utils/package-summary.html">it.ernytech.tdlib.utils</a></dt>
|
||||
<dd>
|
||||
<div class="block">Init class to successfully initialize Tdlib</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Init.html#%3Cinit%3E()">Init()</a></span> - Constructor for class it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Init.html" title="class in it.ernytech.tdlib.utils">Init</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.InlineKeyboardButton.html#%3Cinit%3E()">InlineKeyboardButton()</a></span> - Constructor for class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.InlineKeyboardButton.html" title="class in it.ernytech.tdlib">TdApi.InlineKeyboardButton</a></dt>
|
||||
<dd>
|
||||
<div class="block">Default constructor.</div>
|
||||
@ -10095,6 +10123,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd> </dd>
|
||||
<dt><a href="it/ernytech/tdlib/package-summary.html">it.ernytech.tdlib</a> - package it.ernytech.tdlib</dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="it/ernytech/tdlib/utils/package-summary.html">it.ernytech.tdlib.utils</a> - package it.ernytech.tdlib.utils</dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.PageBlockList.html#items">items</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.PageBlockList.html" title="class in it.ernytech.tdlib">TdApi.PageBlockList</a></dt>
|
||||
<dd>
|
||||
<div class="block">Texts.</div>
|
||||
@ -10365,6 +10395,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Default constructor.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Os.html#linux">linux</a></span> - it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Os.html" title="enum in it.ernytech.tdlib.utils">Os</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.InputInlineQueryResultLocation.html#livePeriod">livePeriod</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.InputInlineQueryResultLocation.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultLocation</a></dt>
|
||||
<dd>
|
||||
<div class="block">Amount of time relative to the message sent time until the location can be updated, in seconds.</div>
|
||||
@ -10377,6 +10409,16 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Time relative to the message sent date until which the location can be updated, in seconds.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/LoadLibrary.html#load(java.lang.String)">load(String)</a></span> - Static method in class it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/LoadLibrary.html" title="class in it.ernytech.tdlib.utils">LoadLibrary</a></dt>
|
||||
<dd>
|
||||
<div class="block">Load a library installed in the system (priority choice) or a library included in the jar.</div>
|
||||
</dd>
|
||||
<dt><a href="it/ernytech/tdlib/utils/LoadLibrary.html" title="class in it.ernytech.tdlib.utils"><span class="typeNameLink">LoadLibrary</span></a> - Class in <a href="it/ernytech/tdlib/utils/package-summary.html">it.ernytech.tdlib.utils</a></dt>
|
||||
<dd>
|
||||
<div class="block">The class to load the libraries needed to run Tdlib</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/LoadLibrary.html#%3Cinit%3E()">LoadLibrary()</a></span> - Constructor for class it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/LoadLibrary.html" title="class in it.ernytech.tdlib.utils">LoadLibrary</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.File.html#local">local</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.File.html" title="class in it.ernytech.tdlib">TdApi.File</a></dt>
|
||||
<dd>
|
||||
<div class="block">Information about the local copy of the file.</div>
|
||||
@ -10461,6 +10503,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
</a>
|
||||
<h2 class="title">M</h2>
|
||||
<dl>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Os.html#mac">mac</a></span> - it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Os.html" title="enum in it.ernytech.tdlib.utils">Os</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.MaskPoint.html#%3Cinit%3E()">MaskPoint()</a></span> - Constructor for class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.MaskPoint.html" title="class in it.ernytech.tdlib">TdApi.MaskPoint</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.MaskPointChin.html#%3Cinit%3E()">MaskPointChin()</a></span> - Constructor for class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.MaskPointChin.html" title="class in it.ernytech.tdlib">TdApi.MaskPointChin</a></dt>
|
||||
@ -11093,6 +11137,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Minimum supported API layer; use 65.</div>
|
||||
</dd>
|
||||
<dt><a href="it/ernytech/tdlib/utils/MissingTdlibLibrary.html" title="class in it.ernytech.tdlib.utils"><span class="typeNameLink">MissingTdlibLibrary</span></a> - Exception in <a href="it/ernytech/tdlib/utils/package-summary.html">it.ernytech.tdlib.utils</a></dt>
|
||||
<dd>
|
||||
<div class="block">An runtime exception that is thrown when the libraries needed for Tdlib have not been loaded.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/MissingTdlibLibrary.html#%3Cinit%3E()">MissingTdlibLibrary()</a></span> - Constructor for exception it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/MissingTdlibLibrary.html" title="class in it.ernytech.tdlib.utils">MissingTdlibLibrary</a></dt>
|
||||
<dd>
|
||||
<div class="block">Creates a new MissingTdlibLibrary runtime exception.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedMpeg4.html#mpeg4Duration">mpeg4Duration</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedMpeg4.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultAnimatedMpeg4</a></dt>
|
||||
<dd>
|
||||
<div class="block">Duration of the video, in seconds.</div>
|
||||
@ -11505,6 +11557,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">This method is called when waiting for the telephone number.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/CloseCallback.html#onClosed()">onClosed()</a></span> - Method in interface it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/CloseCallback.html" title="interface in it.ernytech.tdlib.utils">CloseCallback</a></dt>
|
||||
<dd>
|
||||
<div class="block">This method is called when tdlib is closing</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/ErrorCallback.html#onError(it.ernytech.tdlib.Response)">onError(Response)</a></span> - Method in interface it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/ErrorCallback.html" title="interface in it.ernytech.tdlib.utils">ErrorCallback</a></dt>
|
||||
<dd>
|
||||
<div class="block">This method is called when the library receives error responses</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.ReplyMarkupShowKeyboard.html#oneTime">oneTime</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.ReplyMarkupShowKeyboard.html" title="class in it.ernytech.tdlib">TdApi.ReplyMarkupShowKeyboard</a></dt>
|
||||
<dd>
|
||||
<div class="block">True, if the client needs to hide the keyboard after use.</div>
|
||||
@ -11529,6 +11589,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">If true, returns only messages with missed calls.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/ReceiveCallback.html#onResult(it.ernytech.tdlib.Response)">onResult(Response)</a></span> - Method in interface it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/ReceiveCallback.html" title="interface in it.ernytech.tdlib.utils">ReceiveCallback</a></dt>
|
||||
<dd>
|
||||
<div class="block">This method is called when the library receives update or request response.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.OpenChat.html#%3Cinit%3E()">OpenChat()</a></span> - Constructor for class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.OpenChat.html" title="class in it.ernytech.tdlib">TdApi.OpenChat</a></dt>
|
||||
<dd>
|
||||
<div class="block">Default constructor.</div>
|
||||
@ -11643,6 +11707,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">The path to a file from which a new file is generated, may be empty.</div>
|
||||
</dd>
|
||||
<dt><a href="it/ernytech/tdlib/utils/Os.html" title="enum in it.ernytech.tdlib.utils"><span class="typeNameLink">Os</span></a> - Enum in <a href="it/ernytech/tdlib/utils/package-summary.html">it.ernytech.tdlib.utils</a></dt>
|
||||
<dd>
|
||||
<div class="block">Enumeration with all operating systems recognized by this library.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.RegisterDevice.html#otherUserIds">otherUserIds</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.RegisterDevice.html" title="class in it.ernytech.tdlib">TdApi.RegisterDevice</a></dt>
|
||||
<dd>
|
||||
<div class="block">List of at most 100 user identifiers of other users currently using the client.</div>
|
||||
@ -12457,6 +12525,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Receives incoming updates and request responses from TDLib.</div>
|
||||
</dd>
|
||||
<dt><a href="it/ernytech/tdlib/utils/ReceiveCallback.html" title="interface in it.ernytech.tdlib.utils"><span class="typeNameLink">ReceiveCallback</span></a> - Interface in <a href="it/ernytech/tdlib/utils/package-summary.html">it.ernytech.tdlib.utils</a></dt>
|
||||
<dd>
|
||||
<div class="block">Interface of callback for receive incoming update or request response.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.NetworkStatisticsEntryCall.html#receivedBytes">receivedBytes</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.NetworkStatisticsEntryCall.html" title="class in it.ernytech.tdlib">TdApi.NetworkStatisticsEntryCall</a></dt>
|
||||
<dd>
|
||||
<div class="block">Total number of bytes received.</div>
|
||||
@ -13899,6 +13971,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">An audio file name for notification sounds; only applies to iOS applications.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Init.html#start()">start()</a></span> - Static method in class it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Init.html" title="class in it.ernytech.tdlib.utils">Init</a></dt>
|
||||
<dd>
|
||||
<div class="block">Initialize Tdlib</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.InputMessageInvoice.html#startParameter">startParameter</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.InputMessageInvoice.html" title="class in it.ernytech.tdlib">TdApi.InputMessageInvoice</a></dt>
|
||||
<dd>
|
||||
<div class="block">Unique invoice bot startParameter for the generation of this invoice.</div>
|
||||
@ -18580,6 +18656,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Pattern of the email address to which a confirmation email was sent.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Arch.html#unknown">unknown</a></span> - it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Arch.html" title="enum in it.ernytech.tdlib.utils">Arch</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Os.html#unknown">unknown</a></span> - it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Os.html" title="enum in it.ernytech.tdlib.utils">Os</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.UnpinSupergroupMessage.html#%3Cinit%3E()">UnpinSupergroupMessage()</a></span> - Constructor for class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.UnpinSupergroupMessage.html" title="class in it.ernytech.tdlib">TdApi.UnpinSupergroupMessage</a></dt>
|
||||
<dd>
|
||||
<div class="block">Default constructor.</div>
|
||||
@ -19632,6 +19712,24 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">The new option value.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Arch.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Arch.html" title="enum in it.ernytech.tdlib.utils">Arch</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Os.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Os.html" title="enum in it.ernytech.tdlib.utils">Os</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Arch.html#values()">values()</a></span> - Static method in enum it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Arch.html" title="enum in it.ernytech.tdlib.utils">Arch</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns an array containing the constants of this enum type, in
|
||||
the order they are declared.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Os.html#values()">values()</a></span> - Static method in enum it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Os.html" title="enum in it.ernytech.tdlib.utils">Os</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns an array containing the constants of this enum type, in
|
||||
the order they are declared.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/TdApi.InlineQueryResultVenue.html#venue">venue</a></span> - Variable in class it.ernytech.tdlib.<a href="it/ernytech/tdlib/TdApi.InlineQueryResultVenue.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultVenue</a></dt>
|
||||
<dd>
|
||||
<div class="block">Venue result.</div>
|
||||
@ -19902,6 +20000,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
<dd>
|
||||
<div class="block">Video width; as defined by the sender.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="it/ernytech/tdlib/utils/Os.html#win">win</a></span> - it.ernytech.tdlib.utils.<a href="it/ernytech/tdlib/utils/Os.html" title="enum in it.ernytech.tdlib.utils">Os</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a id="I:X">
|
||||
<!-- -->
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>Generated Documentation (Untitled)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>AuthorizationHandler</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>BotClient</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>ConstructorDetector</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>EasyClient</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
@ -236,8 +236,8 @@ extends java.lang.Object</pre>
|
||||
<tr id="i3" class="rowColor">
|
||||
<td class="colFirst"><code>protected void</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../it/ernytech/tdbot/EasyClient.html#execute(it.ernytech.tdlib.TdApi.Function,it.ernytech.tdlib.utils.ReceiveCallback,it.ernytech.tdlib.utils.ErrorCallback)">execute</a></span>​(<a href="../../../it/ernytech/tdlib/TdApi.Function.html" title="class in it.ernytech.tdlib">TdApi.Function</a> function,
|
||||
it.ernytech.tdlib.utils.ReceiveCallback receiveCallback,
|
||||
it.ernytech.tdlib.utils.ErrorCallback errorCallback)</code></th>
|
||||
<a href="../../../it/ernytech/tdlib/utils/ReceiveCallback.html" title="interface in it.ernytech.tdlib.utils">ReceiveCallback</a> receiveCallback,
|
||||
<a href="../../../it/ernytech/tdlib/utils/ErrorCallback.html" title="interface in it.ernytech.tdlib.utils">ErrorCallback</a> errorCallback)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Send a request to tdlib and send the response to the callbacks.</div>
|
||||
</td>
|
||||
@ -251,21 +251,21 @@ extends java.lang.Object</pre>
|
||||
</tr>
|
||||
<tr id="i5" class="rowColor">
|
||||
<td class="colFirst"><code>protected void</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../it/ernytech/tdbot/EasyClient.html#setCloseCallback(it.ernytech.tdlib.utils.CloseCallback)">setCloseCallback</a></span>​(it.ernytech.tdlib.utils.CloseCallback closeCallback)</code></th>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../it/ernytech/tdbot/EasyClient.html#setCloseCallback(it.ernytech.tdlib.utils.CloseCallback)">setCloseCallback</a></span>​(<a href="../../../it/ernytech/tdlib/utils/CloseCallback.html" title="interface in it.ernytech.tdlib.utils">CloseCallback</a> closeCallback)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Set the default callback for Tdlib closing notification.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i6" class="altColor">
|
||||
<td class="colFirst"><code>protected void</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../it/ernytech/tdbot/EasyClient.html#setErrorCallback(it.ernytech.tdlib.utils.ErrorCallback)">setErrorCallback</a></span>​(it.ernytech.tdlib.utils.ErrorCallback errorCallback)</code></th>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../it/ernytech/tdbot/EasyClient.html#setErrorCallback(it.ernytech.tdlib.utils.ErrorCallback)">setErrorCallback</a></span>​(<a href="../../../it/ernytech/tdlib/utils/ErrorCallback.html" title="interface in it.ernytech.tdlib.utils">ErrorCallback</a> errorCallback)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Set the default callback for general error updates (no response to requests).</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i7" class="rowColor">
|
||||
<td class="colFirst"><code>protected void</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../it/ernytech/tdbot/EasyClient.html#setUpdateCallback(it.ernytech.tdlib.utils.ReceiveCallback)">setUpdateCallback</a></span>​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback)</code></th>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../it/ernytech/tdbot/EasyClient.html#setUpdateCallback(it.ernytech.tdlib.utils.ReceiveCallback)">setUpdateCallback</a></span>​(<a href="../../../it/ernytech/tdlib/utils/ReceiveCallback.html" title="interface in it.ernytech.tdlib.utils">ReceiveCallback</a> receiveCallback)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Set the default callback for general updates (no response to requests).</div>
|
||||
</td>
|
||||
@ -360,8 +360,8 @@ extends java.lang.Object</pre>
|
||||
<li class="blockList">
|
||||
<h4>execute</h4>
|
||||
<pre>protected void execute​(<a href="../../../it/ernytech/tdlib/TdApi.Function.html" title="class in it.ernytech.tdlib">TdApi.Function</a> function,
|
||||
it.ernytech.tdlib.utils.ReceiveCallback receiveCallback,
|
||||
it.ernytech.tdlib.utils.ErrorCallback errorCallback)</pre>
|
||||
<a href="../../../it/ernytech/tdlib/utils/ReceiveCallback.html" title="interface in it.ernytech.tdlib.utils">ReceiveCallback</a> receiveCallback,
|
||||
<a href="../../../it/ernytech/tdlib/utils/ErrorCallback.html" title="interface in it.ernytech.tdlib.utils">ErrorCallback</a> errorCallback)</pre>
|
||||
<div class="block">Send a request to tdlib and send the response to the callbacks.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -393,7 +393,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setUpdateCallback</h4>
|
||||
<pre>protected void setUpdateCallback​(it.ernytech.tdlib.utils.ReceiveCallback receiveCallback)</pre>
|
||||
<pre>protected void setUpdateCallback​(<a href="../../../it/ernytech/tdlib/utils/ReceiveCallback.html" title="interface in it.ernytech.tdlib.utils">ReceiveCallback</a> receiveCallback)</pre>
|
||||
<div class="block">Set the default callback for general updates (no response to requests).</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -407,7 +407,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setErrorCallback</h4>
|
||||
<pre>protected void setErrorCallback​(it.ernytech.tdlib.utils.ErrorCallback errorCallback)</pre>
|
||||
<pre>protected void setErrorCallback​(<a href="../../../it/ernytech/tdlib/utils/ErrorCallback.html" title="interface in it.ernytech.tdlib.utils">ErrorCallback</a> errorCallback)</pre>
|
||||
<div class="block">Set the default callback for general error updates (no response to requests).</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -421,7 +421,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setCloseCallback</h4>
|
||||
<pre>protected void setCloseCallback​(it.ernytech.tdlib.utils.CloseCallback closeCallback)</pre>
|
||||
<pre>protected void setCloseCallback​(<a href="../../../it/ernytech/tdlib/utils/CloseCallback.html" title="interface in it.ernytech.tdlib.utils">CloseCallback</a> closeCallback)</pre>
|
||||
<div class="block">Set the default callback for Tdlib closing notification.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>UserClient</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>it.ernytech.tdbot</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>it.ernytech.tdbot</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>it.ernytech.tdbot Class Hierarchy</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>Client</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>ClientActor</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>FatalErrorCallbackPtr</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>Log</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>Request</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>Response</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AcceptCall</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AccountTtl</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AddChatMember</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AddChatMembers</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AddFavoriteSticker</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AddNetworkStatistics</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AddRecentSticker</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AddRecentlyFoundChat</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AddSavedAnimation</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AddStickerToSet</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.Animation</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.Animations</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AnswerCallbackQuery</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AnswerCustomQuery</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AnswerInlineQuery</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AnswerPreCheckoutQuery</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AnswerShippingQuery</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.Audio</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthenticationCodeInfo</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthenticationCodeType</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthenticationCodeTypeCall</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthenticationCodeTypeFlashCall</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthenticationCodeTypeSms</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthenticationCodeTypeTelegramMessage</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthorizationState</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthorizationStateClosed</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthorizationStateClosing</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthorizationStateLoggingOut</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthorizationStateReady</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthorizationStateWaitCode</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthorizationStateWaitEncryptionKey</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthorizationStateWaitPassword</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthorizationStateWaitPhoneNumber</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.AuthorizationStateWaitTdlibParameters</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.BasicGroup</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.BasicGroupFullInfo</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.BlockUser</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.BotCommand</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.BotInfo</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.Call</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallConnection</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallDiscardReason</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallDiscardReasonDeclined</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallDiscardReasonDisconnected</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallDiscardReasonEmpty</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallDiscardReasonHungUp</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallDiscardReasonMissed</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallId</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallProtocol</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallState</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallStateDiscarded</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallStateError</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallStateExchangingKeys</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallStateHangingUp</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallStatePending</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallStateReady</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallbackQueryAnswer</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallbackQueryPayload</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallbackQueryPayloadData</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CallbackQueryPayloadGame</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CancelDownloadFile</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.CancelUploadFile</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChangeChatReportSpamState</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChangeImportedContacts</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChangePhoneNumber</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChangeStickerSet</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.Chat</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChatAction</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChatActionCancel</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChatActionChoosingContact</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChatActionChoosingLocation</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChatActionRecordingVideo</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChatActionRecordingVideoNote</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChatActionRecordingVoiceNote</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="it">
|
||||
<head>
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 12:05:43 CEST 2018 -->
|
||||
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 16:33:16 CEST 2018 -->
|
||||
<title>TdApi.ChatActionStartPlayingGame</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2018-07-18">
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user