Skip to content

Instantly share code, notes, and snippets.

View spaumx's full-sized avatar
🎯
Focusing

spaumx

🎯
Focusing
View GitHub Profile
@aliforever
aliforever / main.go
Created November 12, 2021 12:45
telegram-bot-api pagination example
package main
import (
"fmt"
"strconv"
"strings"
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api"
)