mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-15 11:00:56 +03:00
18 lines
16 KiB
HTML
18 lines
16 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<title>ChannelFull</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="channel_full.html">ChannelFull</a></li></ul><h1>ChannelFull</h1><pre>---types---
|
||
|
channelFull#bbab348d flags:# can_view_participants:flags.3?<a href="../index.html#true">true</a> can_set_username:flags.6?<a href="../index.html#true">true</a> can_set_stickers:flags.7?<a href="../index.html#true">true</a> hidden_prehistory:flags.10?<a href="../index.html#true">true</a> can_set_location:flags.16?<a href="../index.html#true">true</a> has_scheduled:flags.19?<a href="../index.html#true">true</a> can_view_stats:flags.20?<a href="../index.html#true">true</a> blocked:flags.22?<a href="../index.html#true">true</a> flags2:# can_delete_channel:flags2.0?<a href="../index.html#true">true</a> antispam:flags2.1?<a href="../index.html#true">true</a> participants_hidden:flags2.2?<a href="../index.html#true">true</a> translations_disabled:flags2.3?<a href="../index.html#true">true</a> stories_pinned_available:flags2.5?<a href="../index.html#true">true</a> view_forum_as_messages:flags2.6?<a href="../index.html#true">true</a> restricted_sponsored:flags2.11?<a href="../index.html#true">true</a> can_view_revenue:flags2.12?<a href="../index.html#true">true</a> paid_media_allowed:flags2.14?<a href="../index.html#true">true</a> can_view_stars_revenue:flags2.15?<a href="../index.html#true">true</a> paid_reactions_available:flags2.16?<a href="../index.html#true">true</a> id:<a href="../index.html#long">long</a> about:<a href="../index.html#string">string</a> participants_count:flags.0?<a href="../index.html#int">int</a> admins_count:flags.1?<a href="../index.html#int">int</a> kicked_count:flags.2?<a href="../index.html#int">int</a> banned_count:flags.2?<a href="../index.html#int">int</a> online_count:flags.13?<a href="../index.html#int">int</a> read_inbox_max_id:<a href="../index.html#int">int</a> read_outbox_max_id:<a href="../index.html#int">int</a> unread_count:<a href="../index.html#int">int</a> chat_photo:<a href="../types/photo.html">Photo</a> notify_settings:<a href="../types/peer_notify_settings.html">PeerNotifySettings</a> exported_invite:flags.23?<a href="../types/exported_chat_invite.html">ExportedChatInvite</a> bot_info:<a href="../index.html#vector">Vector</a><<a href="../types/bot_info.html">BotInfo</a>> migrated_from_chat_id:flags.4?<a href="../index.html#long">long</a> migrated_from_max_id:flags.4?<a href="../index.html#int">int</a> pinned_msg_id:flags.5?<a href="../index.html#int">int</a> stickerset:flags.8?<a href="../types/sticker_set.html">StickerSet</a> available_min_id:flags.9?<a href="../index.html#int">int</a> folder_id:flags.11?<a href="../index.html#int">int</a> linked_chat_id:flags.14?<a href="../index.html#long">long</a> location:flags.15?<a href="../types/channel_location.html">ChannelLocation</a> slowmode_seconds:flags.17?<a href="../index.html#int">int</a> slowmode_next_send_date:flags.18?<a href="../index.html#date">date</a> stats_dc:flags.12?<a href="../index.html#int">int</a> pts:<a href="../index.html#int">int</a> call:flags.21?<a href="../types/input_group_call.html">InputGroupCall</a> ttl_period:flags.24?<a href="../index.html#int">int</a> pending_suggestions:flags.25?<a href="../index.html#vector">Vector</a><<a href="../index.html#string">string</a>> groupcall_default_join_as:flags.26?<a href="../types/peer.html">Peer</a> theme_emoticon:flags.27?<a href="../index.html#string">string</a> requests_pending:flags.28?<a href="../index.html#int">int</a> recent_requesters:flags.28?<a href="../index.html#vector">Vector</a><<a href="../index.html#long">long</a>> default_send_as:flags.29?<a href="../types/peer.html">Peer</a> available_reactions:flags.30?<a href="../types/chat_reactions.html">ChatReactions</a> reactions_limit:flags2.13?<a href="../index.html#int">int</a> stories:flags2.4?<a href="../types/peer_stories.html">PeerStories</a> wallpaper:flags2.7?<a href="../types/wall_paper.html">WallPaper</a> boosts_applied:flags2.8?<a href="../index.html#int">int</a> boosts_unrestrict:flags2.9?<a href="../index.html#int">int</a> emojiset:flags2.10?<a href="../types/sticker_set.html">StickerSet</a> = <a href="../types/chat_full.html">ChatFull</a></pre><button onclick="cp('from telethon.
|