Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Sep 20, 2023
1 parent c3f5436 commit 0a814a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/telegram/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (

const msgStartGroup = "Here follows the list of your subscriptions. Select any to proceed."

const msgStartPrivate = "\\* Just type a text to send a simple text message to Awakari.\n" +
"\\* Send a \\`/sub name keyword1 keyword2 ...\\` command to create a basic text matching subscription.\n" +
"\\* To customize a message or a subscription, choose a button below."
const msgStartPrivate = "\\* Just type a text to send a simple text message to Awakari\\.\n" +
"\\* Send a \\`/sub name keyword1 keyword2 \\.\\.\\.\\` command to create a basic text matching subscription\\.\n" +
"\\* To customize a message or a subscription, choose a button below\\."

var ErrChatType = errors.New("unsupported chat type (supported options: \"group\", \"private\")")

Expand Down

0 comments on commit 0a814a5

Please sign in to comment.