mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-22 14:32:56 +03:00
17 lines
2.2 KiB
HTML
17 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Methods/Bots</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">Methods</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="index.html">Bots</a></li></ul><h1>Methods/Bots</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="allow_send_message.html">AllowSendMessageRequest</a></td><td><a href="answer_webhook_json_query.html">AnswerWebhookJSONQueryRequest</a></td></tr><tr><td><a href="can_send_message.html">CanSendMessageRequest</a></td><td><a href="get_bot_commands.html">GetBotCommandsRequest</a></td></tr><tr><td><a href="get_bot_info.html">GetBotInfoRequest</a></td><td><a href="get_bot_menu_button.html">GetBotMenuButtonRequest</a></td></tr><tr><td><a href="invoke_web_view_custom_method.html">InvokeWebViewCustomMethodRequest</a></td><td><a href="reorder_usernames.html">ReorderUsernamesRequest</a></td></tr><tr><td><a href="reset_bot_commands.html">ResetBotCommandsRequest</a></td><td><a href="send_custom_request.html">SendCustomRequestRequest</a></td></tr><tr><td><a href="set_bot_broadcast_default_admin_rights.html">SetBotBroadcastDefaultAdminRightsRequest</a></td><td><a href="set_bot_commands.html">SetBotCommandsRequest</a></td></tr><tr><td><a href="set_bot_group_default_admin_rights.html">SetBotGroupDefaultAdminRightsRequest</a></td><td><a href="set_bot_info.html">SetBotInfoRequest</a></td></tr><tr><td><a href="set_bot_menu_button.html">SetBotMenuButtonRequest</a></td><td><a href="toggle_username.html">ToggleUsernameRequest</a></td></tr></table></div></body></html> |