mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-10 10:49:39 +00:00
Update documentation
This commit is contained in:
17
types/stories/all_stories.html
Normal file
17
types/stories/all_stories.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>AllStories</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="index.html">Stories</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="all_stories.html">AllStories</a></li></ul><h1>AllStories</h1><h3>Available constructors</h3><p>This type has 2 constructors available.</p><table><tr><td><a href="../../constructors/stories/all_stories.html">AllStories</a></td><td><a href="../../constructors/stories/all_stories_not_modified.html">AllStoriesNotModified</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/stories/get_all_stories.html">GetAllStoriesRequest</a></td></tr></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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/stories/found_stories.html
Normal file
17
types/stories/found_stories.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>FoundStories</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="index.html">Stories</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="found_stories.html">FoundStories</a></li></ul><h1>FoundStories</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../../constructors/stories/found_stories.html">FoundStories</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/stories/search_posts.html">SearchPostsRequest</a></td></tr></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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/stories/index.html
Normal file
17
types/stories/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Types/Stories</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="index.html">Stories</a></li></ul><h1>Types/Stories</h1><p>Click <a href="botindex.html">here</a> to view the requests that you can use as a bot.</p><h1>Available items</h1><table><tr><td><a href="all_stories.html">AllStories</a></td><td><a href="found_stories.html">FoundStories</a></td></tr><tr><td><a href="peer_stories.html">PeerStories</a></td><td><a href="stories.html">Stories</a></td></tr><tr><td><a href="story_reactions_list.html">StoryReactionsList</a></td><td><a href="story_views.html">StoryViews</a></td></tr><tr><td><a href="story_views_list.html">StoryViewsList</a></td></tr></table></div></body></html>
|
17
types/stories/peer_stories.html
Normal file
17
types/stories/peer_stories.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>PeerStories</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="index.html">Stories</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="peer_stories.html">PeerStories</a></li></ul><h1>PeerStories</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../../constructors/stories/peer_stories.html">PeerStories</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/stories/get_peer_stories.html">GetPeerStoriesRequest</a></td></tr></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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/stories/stories.html
Normal file
17
types/stories/stories.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Stories</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="index.html">Stories</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="stories.html">Stories</a></li></ul><h1>Stories</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../../constructors/stories/stories.html">Stories</a></td></tr></table><h3>Requests returning this type</h3><p>The following 3 requests return this type as a result.</p><table><tr><td><a href="../../methods/stories/get_pinned_stories.html">GetPinnedStoriesRequest</a></td><td><a href="../../methods/stories/get_stories_archive.html">GetStoriesArchiveRequest</a></td></tr><tr><td><a href="../../methods/stories/get_stories_by_id.html">GetStoriesByIDRequest</a></td></tr></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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/stories/story_reactions_list.html
Normal file
17
types/stories/story_reactions_list.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>StoryReactionsList</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="index.html">Stories</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="story_reactions_list.html">StoryReactionsList</a></li></ul><h1>StoryReactionsList</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../../constructors/stories/story_reactions_list.html">StoryReactionsList</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/stories/get_story_reactions_list.html">GetStoryReactionsListRequest</a></td></tr></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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/stories/story_views.html
Normal file
17
types/stories/story_views.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>StoryViews</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="index.html">Stories</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="story_views.html">StoryViews</a></li></ul><h1>StoryViews</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../../constructors/stories/story_views.html">StoryViews</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/stories/get_stories_views.html">GetStoriesViewsRequest</a></td></tr></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>No other types have a member of this type.</p><table></table></div></body></html>
|
17
types/stories/story_views_list.html
Normal file
17
types/stories/story_views_list.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>StoryViewsList</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="index.html">Stories</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="story_views_list.html">StoryViewsList</a></li></ul><h1>StoryViewsList</h1><h3>Available constructors</h3><p>This type has one constructor available.</p><table><tr><td><a href="../../constructors/stories/story_views_list.html">StoryViewsList</a></td></tr></table><h3>Requests returning this type</h3><p>Only the following request returns this type.</p><table><tr><td><a href="../../methods/stories/get_story_views_list.html">GetStoryViewsListRequest</a></td></tr></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>No other types have a member of this type.</p><table></table></div></body></html>
|
Reference in New Issue
Block a user