Telethon/constructors/chat_full.html
2024-09-23 18:48:46 +02:00

18 lines
6.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ChatFull</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link id="style" href="../css/docs.dark.css" rel="stylesheet">
<script>
document.getElementById("style").href = "../css/docs."
+ (localStorage.getItem("theme") || "light")
+ ".css";
</script>
<link href="https://fonts.googleapis.com/css?family=Nunito|Source+Code+Pro"
rel="stylesheet">
</head>
<body>
<div id="main_div"><ul class="horizontal"><li><a href="../index.html">API</a></li><img src="../img/arrow.svg" alt="/" /><li><a href="index.html">Constructors</a></li><img src="../img/arrow.svg" alt="/" /><li><a href="chat_full.html">ChatFull</a></li></ul><h1>ChatFull</h1><pre>---types---
chatFull#2633421b flags:# can_set_username:flags.7?<a href="../index.html#true">true</a> has_scheduled:flags.8?<a href="../index.html#true">true</a> translations_disabled:flags.19?<a href="../index.html#true">true</a> id:<a href="../index.html#long">long</a> about:<a href="../index.html#string">string</a> participants:<a href="../types/chat_participants.html">ChatParticipants</a> chat_photo:flags.2?<a href="../types/photo.html">Photo</a> notify_settings:<a href="../types/peer_notify_settings.html">PeerNotifySettings</a> exported_invite:flags.13?<a href="../types/exported_chat_invite.html">ExportedChatInvite</a> bot_info:flags.3?<a href="../index.html#vector">Vector</a>&lt;<a href="../types/bot_info.html">BotInfo</a>&gt; pinned_msg_id:flags.6?<a href="../index.html#int">int</a> folder_id:flags.11?<a href="../index.html#int">int</a> call:flags.12?<a href="../types/input_group_call.html">InputGroupCall</a> ttl_period:flags.14?<a href="../index.html#int">int</a> groupcall_default_join_as:flags.15?<a href="../types/peer.html">Peer</a> theme_emoticon:flags.16?<a href="../index.html#string">string</a> requests_pending:flags.17?<a href="../index.html#int">int</a> recent_requesters:flags.17?<a href="../index.html#vector">Vector</a>&lt;<a href="../index.html#long">long</a>&gt; available_reactions:flags.18?<a href="../types/chat_reactions.html">ChatReactions</a> reactions_limit:flags.20?<a href="../index.html#int">int</a> = <a href="../types/chat_full.html">ChatFull</a></pre><button onclick="cp('from telethon.tl.types import ChatFull');">Copy import to the clipboard</button><h3>Belongs to</h3><table><tr><td><a href="../types/chat_full.html">ChatFull</a></td></tr></table><p>This type can be an instance of either:</p><table><tr><td><a href="channel_full.html">ChannelFull</a></td><td><a href="chat_full.html">ChatFull</a></td></tr></table><h3>Members</h3><table><tr><td><b>id</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td></td></tr><tr><td><b>about</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td></td></tr><tr><td><b>participants</b></td><td style="text-align:center"><a href="../types/chat_participants.html">ChatParticipants</a></td><td></td></tr><tr><td><b>notify_settings</b></td><td style="text-align:center"><a href="../types/peer_notify_settings.html">PeerNotifySettings</a></td><td></td></tr><tr><td><b>can_set_username</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>has_scheduled</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>translations_disabled</b></td><td style="text-align:center"><a href="../index.html#true">flag</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>chat_photo</b></td><td style="text-align:center"><a href="../types/photo.html">Photo</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>exported_invite</b></td><td style="text-align:center"><a href="../types/exported_chat_invite.html">ExportedChatInvite</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>bot_info</b></td><td style="text-align:center"><a href="../types/bot_info.html">BotInfo</a></td><td>This argument defaults to <code>None</code> and can be omitted. Otherwise, a <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>pinned_msg_id</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>folder_id</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>call</b></td><td style="text-align:center"><a href="../types/input_group_call.html">InputGroupCall</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>ttl_period</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>groupcall_default_join_as</b></td><td style="text-align:center"><a href="../types/peer.html">Peer</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>theme_emoticon</b></td><td style="text-align:center"><a href="../index.html#string">string</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>requests_pending</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>recent_requesters</b></td><td style="text-align:center"><a href="../index.html#long">long</a></td><td>This argument defaults to <code>None</code> and can be omitted. Otherwise, a <span class="tooltip" title="Any iterable that supports len() will work too">list</span> must be supplied.</td></tr><tr><td><b>available_reactions</b></td><td style="text-align:center"><a href="../types/chat_reactions.html">ChatReactions</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr><tr><td><b>reactions_limit</b></td><td style="text-align:center"><a href="../index.html#int">int</a></td><td>This argument defaults to <code>None</code> and can be omitted.</td></tr></table><textarea id="c" class="invisible"></textarea><script>function cp(t){var c=document.getElementById("c");c.value=t;c.select();try{document.execCommand("copy")}catch(e){}}</script></div><script>prependPath = "../";</script><script src="../js/search.js"></script></body></html>