diff --git a/README.md b/README.md index 113e967..0a2485e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ func main() { if args == "" { return } - ctx.Caller.Send(tgba.NewMessage(ctx.Message.Chat.ID, args)) + ctx.SendPlainMessage(false, args) }) rei.Run(rei.Bot{ Token: "",