mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 15:51:15 +01:00
Cleanup
This commit is contained in:
parent
f0cd35f039
commit
2343ad8eb3
@ -523,7 +523,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/messages.getFavedStickers.html" name="messages.getFavedStickers">Get faved stickers: messages.getFavedStickers</a>
|
||||
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getFeaturedStickers.html" name="messages.getFeaturedStickers">Get featured stickers: messages.getFeaturedStickers</a>
|
||||
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#end-t-what-t" name="end">Get final element of array: end</a>
|
||||
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#getfolderid-mixed-id-int" name="getFolderId">Get folder ID from object: getFolderId</a>
|
||||
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getDialogFilters.html" name="messages.getDialogFilters">Get folders: messages.getDialogFilters</a>
|
||||
* <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.getForumTopicsByID.html" name="channels.getForumTopicsByID">Get forum topics by their ID: channels.getForumTopicsByID</a>
|
||||
* <a href="https://docs.madelineproto.xyz/PHP/danog/MadelineProto/API.html#getallmethods-array" name="getAllMethods">Get full list of MTProto and API methods: getAllMethods</a>
|
||||
|
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit 742e2d91ab92fdc99304753d29335ed950b139f6
|
||||
Subproject commit b42eb2712569558b159263d44430df0848573fa6
|
@ -145,7 +145,7 @@ trait DialogHandler
|
||||
/**
|
||||
* Get full info of all dialogs.
|
||||
*
|
||||
* Bots should use getDialogs or getDialogIds, instead.
|
||||
* Bots should use getDialogIds, instead.
|
||||
*
|
||||
* @return array<int, array>
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user