MadelineProtoDocs/old_docs/API_docs_v57/types/Updates.md

91 lines
3.0 KiB
Markdown
Raw Permalink Normal View History

2018-04-01 13:19:25 +02:00
---
title: Updates
description: constructors and methods of type Updates
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Type: Updates
2018-04-01 13:19:25 +02:00
[Back to types index](index.md)
### Possible values (constructors):
[updatesTooLong](../constructors/updatesTooLong.md)
[updateShortMessage](../constructors/updateShortMessage.md)
[updateShortChatMessage](../constructors/updateShortChatMessage.md)
[updateShort](../constructors/updateShort.md)
[updatesCombined](../constructors/updatesCombined.md)
[updates](../constructors/updates.md)
[updateShortSentMessage](../constructors/updateShortSentMessage.md)
### Methods that return an object of this type (methods):
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->sendMessage](../methods/messages.sendMessage.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->sendMedia](../methods/messages.sendMedia.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->forwardMessages](../methods/messages.forwardMessages.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->editChatTitle](../methods/messages.editChatTitle.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->editChatPhoto](../methods/messages.editChatPhoto.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->addChatUser](../methods/messages.addChatUser.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->deleteChatUser](../methods/messages.deleteChatUser.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->createChat](../methods/messages.createChat.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->forwardMessage](../methods/messages.forwardMessage.md)
2018-04-01 13:24:46 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->importChatInvite](../methods/messages.importChatInvite.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->startBot](../methods/messages.startBot.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->createChannel](../methods/channels.createChannel.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->editAdmin](../methods/channels.editAdmin.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->editTitle](../methods/channels.editTitle.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->editPhoto](../methods/channels.editPhoto.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->joinChannel](../methods/channels.joinChannel.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->leaveChannel](../methods/channels.leaveChannel.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->inviteToChannel](../methods/channels.inviteToChannel.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->kickFromChannel](../methods/channels.kickFromChannel.md)
2018-04-01 13:24:46 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->deleteChannel](../methods/channels.deleteChannel.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->toggleChatAdmins](../methods/messages.toggleChatAdmins.md)
2018-04-01 13:24:46 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->migrateChat](../methods/messages.migrateChat.md)
2018-04-01 13:24:46 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->sendInlineBotResult](../methods/messages.sendInlineBotResult.md)
2018-04-01 13:24:46 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->toggleInvites](../methods/channels.toggleInvites.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->toggleSignatures](../methods/channels.toggleSignatures.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->channels->updatePinnedMessage](../methods/channels.updatePinnedMessage.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->editMessage](../methods/messages.editMessage.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->getAllDrafts](../methods/messages.getAllDrafts.md)
2018-04-01 13:19:25 +02:00
2019-12-27 18:25:37 +01:00
[$MadelineProto->messages->setGameScore](../methods/messages.setGameScore.md)
2018-04-01 13:19:25 +02:00