Telethon/types/reaction.html
2024-06-11 16:43:08 +02:00

17 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Reaction</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="reaction.html">Reaction</a></li></ul><h1>Reaction</h1><h3>Available constructors</h3><p>This type has 3 constructors available.</p><table><tr><td><a href="../constructors/reaction_custom_emoji.html">ReactionCustomEmoji</a></td><td><a href="../constructors/reaction_emoji.html">ReactionEmoji</a></td></tr><tr><td><a href="../constructors/reaction_empty.html">ReactionEmpty</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 7 requests accept this type as an input parameter.</p><table><tr><td><a href="../methods/messages/get_message_reactions_list.html">GetMessageReactionsListRequest</a></td><td><a href="../methods/stories/get_story_reactions_list.html">GetStoryReactionsListRequest</a></td></tr><tr><td><a href="../methods/messages/search.html">SearchRequest</a></td><td><a href="../methods/messages/send_reaction.html">SendReactionRequest</a></td></tr><tr><td><a href="../methods/stories/send_reaction.html">SendReactionRequest</a></td><td><a href="../methods/messages/set_default_reaction.html">SetDefaultReactionRequest</a></td></tr><tr><td><a href="../methods/messages/update_saved_reaction_tag.html">UpdateSavedReactionTagRequest</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 13 types.</p><table><tr><td><a href="../constructors/chat_reactions_some.html">ChatReactionsSome</a></td><td><a href="../constructors/config.html">Config</a></td></tr><tr><td><a href="../constructors/media_area_suggested_reaction.html">MediaAreaSuggestedReaction</a></td><td><a href="../constructors/message_peer_reaction.html">MessagePeerReaction</a></td></tr><tr><td><a href="../constructors/reaction_count.html">ReactionCount</a></td><td><a href="../constructors/messages/reactions.html">Reactions</a></td></tr><tr><td><a href="../constructors/saved_reaction_tag.html">SavedReactionTag</a></td><td><a href="../constructors/story_item.html">StoryItem</a></td></tr><tr><td><a href="../constructors/story_reaction.html">StoryReaction</a></td><td><a href="../constructors/story_view.html">StoryView</a></td></tr><tr><td><a href="../constructors/update_bot_message_reaction.html">UpdateBotMessageReaction</a></td><td><a href="../constructors/update_new_story_reaction.html">UpdateNewStoryReaction</a></td></tr><tr><td><a href="../constructors/update_sent_story_reaction.html">UpdateSentStoryReaction</a></td></tr></table></div></body></html>