Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diezo authored Feb 29, 2024
1 parent 811efbf commit 631698e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,9 @@ mobile.unblock(123456789) # Use UserID

</details>

## Stories
<details>

<summary>Upload Photo</summary>
<summary>Upload Story (Photo)</summary>

```python
from ensta import Mobile
Expand All @@ -425,7 +424,7 @@ mobile.upload_story(upload_id)

<details>

<summary>Upload Photo + Link Sticker</summary>
<summary>Upload Story (Photo) + Link Sticker</summary>

```python
from ensta import Mobile
Expand All @@ -442,10 +441,9 @@ mobile.upload_story(upload_id, entities=[

</details>

## Direct Message
<details>

<summary>Send Text Message</summary>
<summary>Send Message (Text)</summary>

```python
from ensta import Mobile
Expand All @@ -460,7 +458,7 @@ direct.send_text("Hello", thread_id)

<details>

<summary>Send Photo</summary>
<summary>Send Message (Picture)</summary>

```python
from ensta import Mobile
Expand Down

0 comments on commit 631698e

Please sign in to comment.