Skip to content

Commit

Permalink
back in buisness;
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 9, 2024
1 parent 7209a61 commit b9bb5e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func main() {

client.ConnectBot("<bot-token>") // or client.Login("<phone-number>") for user account
// client.AuthPrompt() // for console-based interactive auth


client.AddMessageHandler(telegram.OnNewMessage, func(message *telegram.NewMessage) error {
if m.IsPrivate() {
Expand Down

0 comments on commit b9bb5e3

Please sign in to comment.