Telethon/types/emoji_status.html
2024-09-23 18:48:46 +02:00

17 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EmojiStatus</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="emoji_status.html">EmojiStatus</a></li></ul><h1>EmojiStatus</h1><h3>Available constructors</h3><p>This type has 3 constructors available.</p><table><tr><td><a href="../constructors/emoji_status.html">EmojiStatus</a></td><td><a href="../constructors/emoji_status_empty.html">EmojiStatusEmpty</a></td></tr><tr><td><a href="../constructors/emoji_status_until.html">EmojiStatusUntil</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>The following 2 requests accept this type as an input parameter.</p><table><tr><td><a href="../methods/account/update_emoji_status.html">UpdateEmojiStatusRequest</a></td><td><a href="../methods/channels/update_emoji_status.html">UpdateEmojiStatusRequest</a></td></tr></table><h3>Other types containing this type</h3><p>You can find this type as a member of any of the following 5 types.</p><table><tr><td><a href="../constructors/channel.html">Channel</a></td><td><a href="../constructors/channel_admin_log_event_action_change_emoji_status.html">ChannelAdminLogEventActionChangeEmojiStatus</a></td></tr><tr><td><a href="../constructors/account/emoji_statuses.html">EmojiStatuses</a></td><td><a href="../constructors/update_user_emoji_status.html">UpdateUserEmojiStatus</a></td></tr><tr><td><a href="../constructors/user.html">User</a></td></tr></table></div></body></html>