tdlight-docs/it/tdlight/jni/class-use/TdApi.ChatEventAction.html
2021-05-27 10:25:36 +00:00

386 lines
19 KiB
HTML

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class it.tdlight.jni.TdApi.ChatEventAction (tdlight API 3.3.42 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"><style>
#memberSummary_tabpanel{overflow-x: auto;}
li.blockList{overflow-x: auto;}
td.colLast div{max-width:30vw;}
#search{width: 400px;max-width: 65vw;}
.title,.subTitle,pre,.inheritance,h1,h2,h3,h4,h5,.memberSummary,.memberSignature,.typeSummary,.blockList,.contentContainer{white-space:normal;word-break:break-word;}
ul{padding-left:10px}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: it.tdlight.jni, class: TdApi, class: ChatEventAction">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-page">
<script type="text/javascript">var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar.top">
<div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.top.firstrow" class="nav-list" title="Navigation">
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../TdApi.ChatEventAction.html" title="class in it.tdlight.jni">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip.navbar.top">
<!-- -->
</span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Class it.tdlight.jni.TdApi.ChatEventAction" class="title">Uses of Class<br>it.tdlight.jni.TdApi.ChatEventAction</h1>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="it.tdlight.jni">
<h2>Uses of <a href="../TdApi.ChatEventAction.html" title="class in it.tdlight.jni">TdApi.ChatEventAction</a> in <a href="../package-summary.html">it.tdlight.jni</a></h2>
<div class="use-summary">
<table class="summary-table">
<caption><span>Subclasses of <a href="../TdApi.ChatEventAction.html" title="class in it.tdlight.jni">TdApi.ChatEventAction</a> in <a href="../package-summary.html">it.tdlight.jni</a></span></caption>
<thead>
<tr>
<th class="col-first" scope="col">Modifier and Type</th>
<th class="col-second" scope="col">Class</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventDescriptionChanged.html" title="class in it.tdlight.jni">TdApi.ChatEventDescriptionChanged</a></span></code></th>
<td class="col-last">
<div class="block">The chat description was changed.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventInviteLinkDeleted.html" title="class in it.tdlight.jni">TdApi.ChatEventInviteLinkDeleted</a></span></code></th>
<td class="col-last">
<div class="block">A revoked chat invite link was deleted.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventInviteLinkEdited.html" title="class in it.tdlight.jni">TdApi.ChatEventInviteLinkEdited</a></span></code></th>
<td class="col-last">
<div class="block">A chat invite link was edited.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventInviteLinkRevoked.html" title="class in it.tdlight.jni">TdApi.ChatEventInviteLinkRevoked</a></span></code></th>
<td class="col-last">
<div class="block">A chat invite link was revoked.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventInvitesToggled.html" title="class in it.tdlight.jni">TdApi.ChatEventInvitesToggled</a></span></code></th>
<td class="col-last">
<div class="block">The canInviteUsers permission of a
supergroup chat was toggled.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventIsAllHistoryAvailableToggled.html" title="class in it.tdlight.jni">TdApi.ChatEventIsAllHistoryAvailableToggled</a></span></code></th>
<td class="col-last">
<div class="block">The isAllHistoryAvailable setting of
a supergroup was toggled.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventLinkedChatChanged.html" title="class in it.tdlight.jni">TdApi.ChatEventLinkedChatChanged</a></span></code></th>
<td class="col-last">
<div class="block">The linked chat of a supergroup was changed.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventLocationChanged.html" title="class in it.tdlight.jni">TdApi.ChatEventLocationChanged</a></span></code></th>
<td class="col-last">
<div class="block">The supergroup location was changed.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventMemberInvited.html" title="class in it.tdlight.jni">TdApi.ChatEventMemberInvited</a></span></code></th>
<td class="col-last">
<div class="block">A new chat member was invited.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventMemberJoined.html" title="class in it.tdlight.jni">TdApi.ChatEventMemberJoined</a></span></code></th>
<td class="col-last">
<div class="block">A new member joined the chat.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventMemberJoinedByInviteLink.html" title="class in it.tdlight.jni">TdApi.ChatEventMemberJoinedByInviteLink</a></span></code></th>
<td class="col-last">
<div class="block">A new member joined the chat by an invite link.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventMemberLeft.html" title="class in it.tdlight.jni">TdApi.ChatEventMemberLeft</a></span></code></th>
<td class="col-last">
<div class="block">A member left the chat.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventMemberPromoted.html" title="class in it.tdlight.jni">TdApi.ChatEventMemberPromoted</a></span></code></th>
<td class="col-last">
<div class="block">A chat member has gained/lost
administrator status, or the list of
their administrator privileges has changed.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventMemberRestricted.html" title="class in it.tdlight.jni">TdApi.ChatEventMemberRestricted</a></span></code></th>
<td class="col-last">
<div class="block">A chat member was restricted/unrestricted
or banned/unbanned, or the list of
their restrictions has changed.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventMessageDeleted.html" title="class in it.tdlight.jni">TdApi.ChatEventMessageDeleted</a></span></code></th>
<td class="col-last">
<div class="block">A message was deleted.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventMessageEdited.html" title="class in it.tdlight.jni">TdApi.ChatEventMessageEdited</a></span></code></th>
<td class="col-last">
<div class="block">A message was edited.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventMessagePinned.html" title="class in it.tdlight.jni">TdApi.ChatEventMessagePinned</a></span></code></th>
<td class="col-last">
<div class="block">A message was pinned.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventMessageTtlSettingChanged.html" title="class in it.tdlight.jni">TdApi.ChatEventMessageTtlSettingChanged</a></span></code></th>
<td class="col-last">
<div class="block">The message TTL setting was changed.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventMessageUnpinned.html" title="class in it.tdlight.jni">TdApi.ChatEventMessageUnpinned</a></span></code></th>
<td class="col-last">
<div class="block">A message was unpinned.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventPermissionsChanged.html" title="class in it.tdlight.jni">TdApi.ChatEventPermissionsChanged</a></span></code></th>
<td class="col-last">
<div class="block">The chat permissions was changed.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventPhotoChanged.html" title="class in it.tdlight.jni">TdApi.ChatEventPhotoChanged</a></span></code></th>
<td class="col-last">
<div class="block">The chat photo was changed.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventPollStopped.html" title="class in it.tdlight.jni">TdApi.ChatEventPollStopped</a></span></code></th>
<td class="col-last">
<div class="block">A poll in a message was stopped.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventSignMessagesToggled.html" title="class in it.tdlight.jni">TdApi.ChatEventSignMessagesToggled</a></span></code></th>
<td class="col-last">
<div class="block">The signMessages setting of a channel was toggled.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventSlowModeDelayChanged.html" title="class in it.tdlight.jni">TdApi.ChatEventSlowModeDelayChanged</a></span></code></th>
<td class="col-last">
<div class="block">The slowModeDelay setting of a supergroup was changed.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventStickerSetChanged.html" title="class in it.tdlight.jni">TdApi.ChatEventStickerSetChanged</a></span></code></th>
<td class="col-last">
<div class="block">The supergroup sticker set was changed.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventTitleChanged.html" title="class in it.tdlight.jni">TdApi.ChatEventTitleChanged</a></span></code></th>
<td class="col-last">
<div class="block">The chat title was changed.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventUsernameChanged.html" title="class in it.tdlight.jni">TdApi.ChatEventUsernameChanged</a></span></code></th>
<td class="col-last">
<div class="block">The chat username was changed.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventVoiceChatCreated.html" title="class in it.tdlight.jni">TdApi.ChatEventVoiceChatCreated</a></span></code></th>
<td class="col-last">
<div class="block">A voice chat was created.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventVoiceChatDiscarded.html" title="class in it.tdlight.jni">TdApi.ChatEventVoiceChatDiscarded</a></span></code></th>
<td class="col-last">
<div class="block">A voice chat was discarded.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventVoiceChatMuteNewParticipantsToggled.html" title="class in it.tdlight.jni">TdApi.ChatEventVoiceChatMuteNewParticipantsToggled</a></span></code></th>
<td class="col-last">
<div class="block">The muteNewParticipants setting of a
voice chat was toggled.</div>
</td>
</tr>
<tr class="alt-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventVoiceChatParticipantIsMutedToggled.html" title="class in it.tdlight.jni">TdApi.ChatEventVoiceChatParticipantIsMutedToggled</a></span></code></th>
<td class="col-last">
<div class="block">A voice chat participant was muted or unmuted.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>static class&nbsp;</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEventVoiceChatParticipantVolumeLevelChanged.html" title="class in it.tdlight.jni">TdApi.ChatEventVoiceChatParticipantVolumeLevelChanged</a></span></code></th>
<td class="col-last">
<div class="block">A voice chat participant volume level was changed.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="use-summary">
<table class="summary-table">
<caption><span>Fields in <a href="../package-summary.html">it.tdlight.jni</a> declared as <a href="../TdApi.ChatEventAction.html" title="class in it.tdlight.jni">TdApi.ChatEventAction</a></span></caption>
<thead>
<tr>
<th class="col-first" scope="col">Modifier and Type</th>
<th class="col-second" scope="col">Field</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color">
<td class="col-first"><code><a href="../TdApi.ChatEventAction.html" title="class in it.tdlight.jni">TdApi.ChatEventAction</a></code></td>
<th class="col-second" scope="row"><span class="type-name-label">TdApi.ChatEvent.</span><code><span class="member-name-link"><a href="../TdApi.ChatEvent.html#action">action</a></span></code></th>
<td class="col-last">
<div class="block">Action performed by the user.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="use-summary">
<table class="summary-table">
<caption><span>Constructors in <a href="../package-summary.html">it.tdlight.jni</a> with parameters of type <a href="../TdApi.ChatEventAction.html" title="class in it.tdlight.jni">TdApi.ChatEventAction</a></span></caption>
<thead>
<tr>
<th class="col-first" scope="col">Constructor</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color">
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="../TdApi.ChatEvent.html#%3Cinit%3E(long,int,int,it.tdlight.jni.TdApi.ChatEventAction)">ChatEvent</a></span>&#8203;(long&nbsp;id,
int&nbsp;date,
int&nbsp;userId,
<a href="../TdApi.ChatEventAction.html" title="class in it.tdlight.jni">TdApi.ChatEventAction</a>&nbsp;action)</code></th>
<td class="col-last">
<div class="block">Represents a chat event.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottom-nav" id="navbar.bottom">
<div class="skip-nav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.bottom.firstrow" class="nav-list" title="Navigation">
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../TdApi.ChatEventAction.html" title="class in it.tdlight.jni">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<span class="skip-nav" id="skip.navbar.bottom">
<!-- -->
</span></nav>
<p class="legal-copy"><small>Copyright &#169; 2021. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>