Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tohlh committed Apr 10, 2024
1 parent d518ad4 commit 3aa5412
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,15 +502,16 @@ Format: format: `editgroup g/GROUP_NAME tg/TELEGRAM_LINK`
> ⚠️️ **Constraint:**
> * `GROUP_NAME` must be in the correct format of `TUT/REC/LAB` + `2-digit number`.
> * The telegram invite link must be a valid Telegram group invite link.
> * The telegram invite link must be a valid Telegram group invite link or an empty string.
> ℹ️ **Information:**
> * Assigns a Telegram group invite link to a group with given group name.
Examples
* `editgroup g/LAB12 tg/https://t.me/abcdefg` Adds the specified telegram link `https://t.me/abcdefg` to group `LAB12`.
* `editgroup g/TUT01 tg/https://t.me/aafhkbwiu` Adds the specified telegram link `/https://t.me/aafhkbwiu` to group `TUT01` as shown in the image below.
* `editgroup g/LAB12 tg/https://t.me/abcdefg` Adds the specified Telegram link `https://t.me/abcdefg` to group `LAB12`.
* `editgroup g/TUT01 tg/` Removes the Telegram link from group `TUT01`.
* `editgroup g/TUT01 tg/https://t.me/aafhkbwiu` Adds the specified Telegram link `/https://t.me/aafhkbwiu` to group `TUT01` as shown in the image below.
![result for 'editgroup g/TUT01 tg/https://t.me/aafhkbwiu'](images/editgroupFeature.png)
### <span id='feature-deletegroup'> Deleting a group: `deletegroup` <span>
Expand Down

0 comments on commit 3aa5412

Please sign in to comment.