You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ client commands route through when present).
133
133
|`tg msg send <ref> [text...]`| Send text. Repeat `--file <path>` to attach one or more files; text becomes the first media caption. Use `--name` to override upload filenames. `--sticker <ref>` / `--gif <ref>` send a sticker/gif — either a `msg sticker list`/`msg gif list` ref or a `<msg-ref>` of an existing one (no text/`--file`). |
134
134
|`tg msg sticker list`| List your stickers to get a sendable `ref`. `--recent` (default), `--faved`, `--installed` (sets), `--all` (recent+faved+all sets expanded; slow). |
135
135
|`tg msg sticker fave <ref>` / `tg msg sticker unfave <ref>`| Add or remove a sticker from favorites (`<ref>` is a list ref or `<msg-ref>`). |
136
+
|`tg msg sticker add <set>` / `tg msg sticker remove <set>`| Install or uninstall a sticker set. `<set>` is a set short name or an `https://t.me/addstickers/<name>` link. |
136
137
|`tg msg gif list`| List your saved GIFs, each with a sendable `ref`. |
137
138
|`tg msg poll <ref> <question> <option>...`| Send a poll (≥2 options). `--multiple`, `--public` (default anonymous); `--correct <n>` makes it a quiz with optional `--explanation`. |
138
139
|`tg msg vote <msg-ref> <option-number>...`| Vote on a poll by 1-based option number (multiple numbers for multiple-choice polls); `--retract` to take back your vote. |
0 commit comments