mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
17 lines
6.7 KiB
HTML
17 lines
6.7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<title>Constructors/Messages</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">Constructors</a></li><img src="../../img/arrow.svg" alt="/" /><li><a href="index.html">Messages</a></li></ul><h1>Constructors/Messages</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="affected_found_messages.html">AffectedFoundMessages</a></td><td><a href="affected_history.html">AffectedHistory</a></td></tr><tr><td><a href="affected_messages.html">AffectedMessages</a></td><td><a href="all_stickers.html">AllStickers</a></td></tr><tr><td><a href="all_stickers_not_modified.html">AllStickersNotModified</a></td><td><a href="archived_stickers.html">ArchivedStickers</a></td></tr><tr><td><a href="available_effects.html">AvailableEffects</a></td><td><a href="available_effects_not_modified.html">AvailableEffectsNotModified</a></td></tr><tr><td><a href="available_reactions.html">AvailableReactions</a></td><td><a href="available_reactions_not_modified.html">AvailableReactionsNotModified</a></td></tr><tr><td><a href="bot_app.html">BotApp</a></td><td><a href="bot_callback_answer.html">BotCallbackAnswer</a></td></tr><tr><td><a href="bot_prepared_inline_message.html">BotPreparedInlineMessage</a></td><td><a href="bot_results.html">BotResults</a></td></tr><tr><td><a href="channel_messages.html">ChannelMessages</a></td><td><a href="chat_admins_with_invites.html">ChatAdminsWithInvites</a></td></tr><tr><td><a href="chat_full.html">ChatFull</a></td><td><a href="chat_invite_importers.html">ChatInviteImporters</a></td></tr><tr><td><a href="chats.html">Chats</a></td><td><a href="chats_slice.html">ChatsSlice</a></td></tr><tr><td><a href="checked_history_import_peer.html">CheckedHistoryImportPeer</a></td><td><a href="dh_config.html">DhConfig</a></td></tr><tr><td><a href="dh_config_not_modified.html">DhConfigNotModified</a></td><td><a href="dialog_filters.html">DialogFilters</a></td></tr><tr><td><a href="dialogs.html">Dialogs</a></td><td><a href="dialogs_not_modified.html">DialogsNotModified</a></td></tr><tr><td><a href="dialogs_slice.html">DialogsSlice</a></td><td><a href="discussion_message.html">DiscussionMessage</a></td></tr><tr><td><a href="emoji_groups.html">EmojiGroups</a></td><td><a href="emoji_groups_not_modified.html">EmojiGroupsNotModified</a></td></tr><tr><td><a href="exported_chat_invite.html">ExportedChatInvite</a></td><td><a href="exported_chat_invite_replaced.html">ExportedChatInviteReplaced</a></td></tr><tr><td><a href="exported_chat_invites.html">ExportedChatInvites</a></td><td><a href="faved_stickers.html">FavedStickers</a></td></tr><tr><td><a href="faved_stickers_not_modified.html">FavedStickersNotModified</a></td><td><a href="featured_stickers.html">FeaturedStickers</a></td></tr><tr><td><a href="featured_stickers_not_modified.html">FeaturedStickersNotModified</a></td><td><a href="forum_topics.html">ForumTopics</a></td></tr><tr><td><a href="found_sticker_sets.html">FoundStickerSets</a></td><td><a href="found_sticker_sets_not_modified.html">FoundStickerSetsNotModified</a></td></tr><tr><td><a href="high_scores.html">HighScores</a></td><td><a href="history_import.html">HistoryImport</a></td></tr><tr><td><a href="history_import_parsed.html">HistoryImportParsed</a></td><td><a href="inactive_chats.html">InactiveChats</a></td></tr><tr><td><a href="invited_users.html">InvitedUsers</a></td><td><a href="message_edit_data.html">MessageEditData</a></td></tr><tr><td><a href="message_reactions_list.html">MessageReactionsList</a></td><td><a href="message_views.html">MessageViews</a></td></tr><tr><td><a href="messages.html">Messages</a></td><td><a href="messages_not_modified.html">MessagesNotModified</a></td></tr><tr><td><a href="messages_slice.html">MessagesSlice</a></td><td><a href="my_stickers.html">MyStickers</a></td></tr><tr><td><a href="peer_dialogs.html">PeerDialogs</a></td><td><a href="peer_settings.html">PeerSettings</a></td></tr><tr><td><a href="prepared_inline_message.html">PreparedInlin
|