title | description | published | date | tags |
---|---|---|---|---|
Notes |
Save this Shiba pic please |
1 |
2019-11-06 16:54:17 UTC |
Sometimes you need to save some data, like text or pictures. With notes, you can save any types of Telegram's data in your chats. Also notes perfectly working in PM with Sophie.
/save (name) (data)
: Saves the note.#(name)
or/get (name)
: Get the note registered to that word./clear (name)
: deletes the note./notes
or/saved
: Lists all notes./noteinfo (name)
: Shows detailed info about the note, who updated and created the note. {.grid-list}
An example of how to save a note would be via:
/save data This is example note!
Now, anyone using /get data
, or #data
will be replied to with This is example note!
.
If you want to save an image, gif, or sticker, or any other data, do the following:
/save word
while replying to a sticker or whatever data you'd like. Now, the note at #word
contains a sticker which will be sent as a reply.
![Example saving picture](https://imgur.com/MEXBqMw.jpg =x400)
You can also add captions for pictures, just add caption text after /save word
like:
![Example saving picture with caption](https://i.imgur.com/6fNmtql.png =x500)
Sophie can save notes from other bots, just reply /save
on the saved message from another bot, saving pictures and buttons supported aswell.
To retrieve a note without the formatting, use /get (name) noformat
This will retrieve the note and send it without formatting it; getting you the raw note, allowing you to make easy edits.
TODO in v2.0!
Notes support inline buttons, read the help page about buttons to get started with using it.
Variables are special words which will be replaced by actual info like if you add {id}
in your note it will be replaced by user ID which asked note, read the help page about variables
Every note can contain special settings, for example you can change formatting method to HTML by [format:html]
and fully disable it by [format:off]
[format:<md/html/off>]
: Change the note formatting[preview]
: Enables the links preview in saved note[encryption:<yes/no>]
: Note encryption (enabled by default) {.grid-list}