mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 01:16:35 +03:00
17 lines
2.7 KiB
HTML
17 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>ChannelParticipant</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">Types</a></li><img src="../img/arrow.svg" alt="/" /><li><a href="channel_participant.html">ChannelParticipant</a></li></ul><h1>ChannelParticipant</h1><h3>Available constructors</h3><p>This type has 6 constructors available.</p><table><tr><td><a href="../constructors/channel_participant.html">ChannelParticipant</a></td><td><a href="../constructors/channel_participant_admin.html">ChannelParticipantAdmin</a></td></tr><tr><td><a href="../constructors/channel_participant_banned.html">ChannelParticipantBanned</a></td><td><a href="../constructors/channel_participant_creator.html">ChannelParticipantCreator</a></td></tr><tr><td><a href="../constructors/channel_participant_left.html">ChannelParticipantLeft</a></td><td><a href="../constructors/channel_participant_self.html">ChannelParticipantSelf</a></td></tr></table><h3>Requests returning this type</h3><p>No request returns this type.</p><table></table><h3>Requests accepting this type as input</h3><p>No request accepts this type as an input parameter.</p><table></table><h3>Other types containing this type</h3><p>You can find this type as a member of any of the following 7 types.</p><table><tr><td><a href="../constructors/channel_admin_log_event_action_participant_invite.html">ChannelAdminLogEventActionParticipantInvite</a></td><td><a href="../constructors/channel_admin_log_event_action_participant_sub_extend.html">ChannelAdminLogEventActionParticipantSubExtend</a></td></tr><tr><td><a href="../constructors/channel_admin_log_event_action_participant_toggle_admin.html">ChannelAdminLogEventActionParticipantToggleAdmin</a></td><td><a href="../constructors/channel_admin_log_event_action_participant_toggle_ban.html">ChannelAdminLogEventActionParticipantToggleBan</a></td></tr><tr><td><a href="../constructors/channels/channel_participant.html">ChannelParticipant</a></td><td><a href="../constructors/channels/channel_participants.html">ChannelParticipants</a></td></tr><tr><td><a href="../constructors/update_channel_participant.html">UpdateChannelParticipant</a></td></tr></table></div></body></html> |