Skip to content

Instantly share code, notes, and snippets.

View AmarnathCJD's full-sized avatar
😎
Focusing:)

Amarnath C AmarnathCJD

😎
Focusing:)
View GitHub Profile
func sTest(m *telegram.NewMessage) error {
f := []string{
"NF81XzYyMzMzOTIxODI1MDY1NTU2NDZfLTc0NTM1Njk4NTgwOTUzMTI0NDc",
"NF81XzYyMzMzOTIxODI1MDY1NTU2NDdfMjE2NDQwODI0MzIxMTQ0MTI1OQ",
}
var med []telegram.MessageMedia
for _, v := range f {
vx, _ := telegram.ResolveBotFileID(v)
med = append(med, vx)
}