docfix
This commit is contained in:
parent
1ad81319a3
commit
f2602fb377
@ -18,12 +18,6 @@ This project is in beta state.
|
||||
|
||||
The MadelineProto API documentation can be found [here (layer 66)](https://daniil.it/MadelineProto/API_docs/). VERY IMPORTANT READ THIS.
|
||||
|
||||
The TD documentation can be found [here](https://daniil.it/MadelineProto/TD_docs/). (you cannot use the methods described here in MadelineProto without the lua extension)
|
||||
|
||||
The MadelineProto API documentation (mtproto tl scheme) can be found [here](https://daniil.it/MadelineProto/MTProto_docs/).
|
||||
|
||||
The MadelineProto API documentations (old layers) can be found [here](https://github.com/danog/MadelineProto/tree/master/old_docs).
|
||||
|
||||
|
||||
Features:
|
||||
|
||||
|
@ -1070,6 +1070,9 @@ description: List of constructors
|
||||
***
|
||||
<br><br>[$pageBlockBlockquote](../constructors/pageBlockBlockquote.md) = \['text' => [RichText](../types/RichText.md), 'caption' => [RichText](../types/RichText.md), \];<a name="pageBlockBlockquote"></a>
|
||||
|
||||
***
|
||||
<br><br>[$pageBlockChannel](../constructors/pageBlockChannel.md) = \['channel' => [Chat](../types/Chat.md), \];<a name="pageBlockChannel"></a>
|
||||
|
||||
***
|
||||
<br><br>[$pageBlockCollage](../constructors/pageBlockCollage.md) = \['items' => \[[PageBlock](../types/PageBlock.md)\], 'caption' => [RichText](../types/RichText.md), \];<a name="pageBlockCollage"></a>
|
||||
|
||||
@ -1331,7 +1334,7 @@ description: List of constructors
|
||||
<br><br>[$sendMessageUploadPhotoAction\_17](../constructors/sendMessageUploadPhotoAction_17.md) = \[\];<a name="sendMessageUploadPhotoAction_17"></a>
|
||||
|
||||
***
|
||||
<br><br>[$sendMessageUploadRoundAction](../constructors/sendMessageUploadRoundAction.md) = \[\];<a name="sendMessageUploadRoundAction"></a>
|
||||
<br><br>[$sendMessageUploadRoundAction](../constructors/sendMessageUploadRoundAction.md) = \['progress' => [int](../types/int.md), \];<a name="sendMessageUploadRoundAction"></a>
|
||||
|
||||
***
|
||||
<br><br>[$sendMessageUploadVideoAction\_17](../constructors/sendMessageUploadVideoAction_17.md) = \[\];<a name="sendMessageUploadVideoAction_17"></a>
|
||||
|
@ -51,6 +51,8 @@ description: constructors and methods of type PageBlock
|
||||
|
||||
[pageBlockSlideshow](../constructors/pageBlockSlideshow.md)
|
||||
|
||||
[pageBlockChannel](../constructors/pageBlockChannel.md)
|
||||
|
||||
|
||||
|
||||
### Methods that return an object of this type (methods):
|
||||
|
@ -22,12 +22,6 @@ This project is in beta state.
|
||||
|
||||
The MadelineProto API documentation can be found [here (layer 66)](https://daniil.it/MadelineProto/API_docs/). VERY IMPORTANT READ THIS.
|
||||
|
||||
The TD documentation can be found [here](https://daniil.it/MadelineProto/TD_docs/). (you cannot use the methods described here in MadelineProto without the lua extension)
|
||||
|
||||
The MadelineProto API documentation (mtproto tl scheme) can be found [here](https://daniil.it/MadelineProto/MTProto_docs/).
|
||||
|
||||
The MadelineProto API documentations (old layers) can be found [here](https://github.com/danog/MadelineProto/tree/master/old_docs).
|
||||
|
||||
|
||||
Features:
|
||||
|
||||
@ -537,4 +531,5 @@ src/danog/MadelineProto/
|
||||
```
|
||||
|
||||
Check out the [Contribution guide](https://github.com/danog/MadelineProto/blob/master/CONTRIBUTING.md) before contributing.
|
||||
Kiao by grizzly
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user