1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 06:59:01 +01:00

Update docs

This commit is contained in:
Daniil Gentili 2023-09-05 15:43:18 +02:00
parent 255f0383ba
commit b82ddab4c0
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -325,8 +325,6 @@ Want to add your own open-source project to this list? [Click here!](https://doc
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#isforum" name="isForum">Check if the specified peer is a forum: isForum</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.checkChatInvite.html" name="messages.checkChatInvite">Check the validity of a chat invite link and get basic info about it: messages.checkChatInvite</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.checkHistoryImportPeer.html" name="messages.checkHistoryImportPeer">Check whether chat history exported from another chat app can be imported into a specific Telegram chat, click here for more info »: messages.checkHistoryImportPeer</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#issupergrouporchannel" name="isSupergroupOrChannel">Check whether provided bot API ID is a channel or supergroup: isSupergroupOrChannel</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#issecretchat" name="isSecretChat">Check whether provided bot API ID is a secret chat: isSecretChat</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#hassecretchat" name="hasSecretChat">Check whether secret chat exists: hasSecretChat</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/stickers.checkShortName.html" name="stickers.checkShortName">Check whether the given short name is available: stickers.checkShortName</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/phone.checkGroupCall.html" name="phone.checkGroupCall">Check whether the group call Server Forwarding Unit is currently receiving the streams with the specified WebRTC source IDs. : phone.checkGroupCall</a>
@ -345,16 +343,12 @@ Want to add your own open-source project to this list? [Click here!](https://doc
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.startHistoryImport.html" name="messages.startHistoryImport">Complete the history import process, importing all messages into the chat. : messages.startHistoryImport</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/account.confirmPhone.html" name="account.confirmPhone">Confirm a phone number to cancel account deletion, for more info click here »: account.confirmPhone</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.receivedMessages.html" name="messages.receivedMessages">Confirms receipt of messages by a client, cancels PUSH-notification sending: messages.receivedMessages</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#tosupergroup" name="toSupergroup">Convert MTProto channel ID to bot API channel ID: toSupergroup</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#mtprototobotapi" name="MTProtoToBotAPI">Convert MTProto parameters to bot API parameters: MTProtoToBotAPI</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#mtprototobotapisecretchatid" name="MTProtoToBotAPISecretChatId">Convert MTProto secret chat ID to bot API secret chat ID: MTProtoToBotAPISecretChatId</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#tdtotdcli" name="tdToTdcli">Convert TD parameters to tdcli: tdToTdcli</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#tdtomtproto" name="tdToMTProto">Convert TD to MTProto parameters: tdToMTProto</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#entitiestohtml" name="entitiesToHtml">Convert a message and a set of entities to HTML: entitiesToHtml</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.convertToGigagroup.html" name="channels.convertToGigagroup">Convert a supergroup to a gigagroup, when requested by channel suggestions: channels.convertToGigagroup</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#fromsupergroup" name="fromSupergroup">Convert bot API channel ID to MTProto channel ID: fromSupergroup</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#botapitomtproto" name="botAPIToMTProto">Convert bot API parameters to MTProto parameters: botAPIToMTProto</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#botapitomtprotosecretchatid" name="botAPIToMTProtoSecretChatId">Convert bot API secret chat ID to MTProto secret chat ID: botAPIToMTProtoSecretChatId</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#packdouble" name="packDouble">Convert double to binary version: packDouble</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#packsignedlong" name="packSignedLong">Convert integer to base256 long: packSignedLong</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#packsignedint" name="packSignedInt">Convert integer to base256 signed int: packSignedInt</a>
@ -604,7 +598,6 @@ Want to add your own open-source project to this list? [Click here!](https://doc
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.getParticipants.html" name="channels.getParticipants">Get the participants of a supergroup/channel: channels.getParticipants</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#getcallbypeer" name="getCallByPeer">Get the phone call with the specified user ID: getCallByPeer</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#getbroadcastprogress" name="getBroadcastProgress">Get the progress of a currently running broadcast: getBroadcastProgress</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#getdialogidtype" name="getDialogIdType">Get the type of a dialog using just its bot API ID: getDialogIdType</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/account.getTheme.html" name="account.getTheme">Get theme information: account.getTheme</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.getForumTopics.html" name="channels.getForumTopics">Get topics of a forum: channels.getForumTopics</a>
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#gettype" name="getType">Get type of peer: getType</a>