Skip to content

Commit

Permalink
Made InputStream as optional in "1.0.0rc3"
Browse files Browse the repository at this point in the history
  • Loading branch information
Laky-64 committed Oct 23, 2023
1 parent 8b3d1dc commit effff5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
</option>

<option id="ARG_INPUT_STREAM">
<category-title><ref>stream</ref>: <docs-ref link="/PyTgCalls/Base Stream/Stream">pytgcalls.Stream</docs-ref></category-title>
<category-title><ref>stream</ref>: Optional[<docs-ref link="/PyTgCalls/Base Stream/Stream">pytgcalls.Stream</docs-ref>]</category-title>
<subtext><text>Input Streams base descriptor</text></subtext>
</option>

Expand Down

0 comments on commit effff5a

Please sign in to comment.