Skip to content

Commit 867977d

Browse files
committed
Add Read Date Privacy user walkthrough section
1 parent 6e85b24 commit 867977d

27 files changed

Lines changed: 59 additions & 32 deletions

src/account-auto-deletion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ walkthrough:
66
order: 23
77
---
88

9-
User clients can control when an inactive account is automatically deleted.
9+
Users can control when an inactive account is automatically deleted.
1010

1111
## Getting the Auto-Deletion Period
1212

src/archived-chats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ walkthrough:
66
order: 4
77
---
88

9-
User clients can move chats between the main and archived chat lists.
9+
Users can move chats between the main and archived chat lists.
1010

1111
## Archiving a Chat
1212

src/authorization-sessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ walkthrough:
66
order: 21
77
---
88

9-
User clients can view and remove the account's authorization sessions.
9+
Users can view and remove the account's authorization sessions.
1010

1111
## Listing Sessions
1212

src/birthday.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ walkthrough:
66
order: 14
77
---
88

9-
User clients can set or remove the account's birthday.
9+
Users can set or remove the account's birthday.
1010

1111
## Setting a Birthday
1212

src/blocked-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ walkthrough:
66
order: 18
77
---
88

9-
User clients can block users and manage the account's block list.
9+
Users can block users and manage the account's block list.
1010

1111
## Blocking a User
1212

src/chat-recommendations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ walkthrough:
66
order: 2
77
---
88

9-
User clients can get recommended channels and find similar channels or bots.
9+
Users can get recommended channels and find similar channels or bots.
1010

1111
## Getting Recommended Channels
1212

src/chat-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ await client.deleteChatPhoto(chatId);
3636

3737
## Enabling Slow Mode
3838

39-
User clients can use {{ "setSlowMode" |> m }} to limit how often members can send messages in a supergroup.
39+
Users can use {{ "setSlowMode" |> m }} to limit how often members can send messages in a supergroup.
4040

4141
```ts
4242
await client.setSlowMode(chatId, "30s");
@@ -46,7 +46,7 @@ See {{ "SlowModeDuration" |> t }} for the available durations. Use {{ "disableSl
4646

4747
## Automatically Deleting Messages
4848

49-
User clients can use {{ "setMessageTtl" |> m }} to automatically delete messages after a number of seconds.
49+
Users can use {{ "setMessageTtl" |> m }} to automatically delete messages after a number of seconds.
5050

5151
```ts
5252
await client.setMessageTtl(chatId, 7 * 24 * 60 * 60);

src/checklists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ An item's `type` is either `"checked"` or `"unchecked"`. Checked items also incl
5454

5555
## Updating a Checklist
5656

57-
User clients can check and uncheck items by their identifiers.
57+
Users can check and uncheck items by their identifiers.
5858

5959
```ts
6060
const itemId = message.checklist.items[0].id;

src/communities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ walkthrough:
66
order: 3
77
---
88

9-
User clients can organize related chats into communities.
9+
Users can organize related chats into communities.
1010

1111
## Creating a Community
1212

src/connected-websites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ walkthrough:
66
order: 22
77
---
88

9-
User clients can view and disconnect websites linked to the account.
9+
Users can view and disconnect websites linked to the account.
1010

1111
## Listing Connected Websites
1212

0 commit comments

Comments
 (0)