Fix a typo in README.md v3

pull/477/head^2
hararudoka 2 years ago committed by GitHub
parent d053f01c30
commit 5637734ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -338,8 +338,8 @@ func main() {
var (
// Universal markup builders.
menu = &ReplyMarkup{ResizeReplyKeyboard: true}
selector = &ReplyMarkup{}
menu = &tele.ReplyMarkup{ResizeKeyboard: true}
selector = &tele.ReplyMarkup{}
// Reply buttons.
btnHelp = menu.Text(" Help")
@ -390,7 +390,7 @@ func main() {
You can use markup constructor for every type of possible buttons:
```go
r := &ReplyMarkup{}
r := &tele.ReplyMarkup{}
// Reply buttons:
r.Text("Hello!")

Loading…
Cancel
Save