telebot: add a shortcut for map[string]any

pull/543/head
Demian 2 years ago
parent 937288568d
commit c6bead1174

@ -240,3 +240,7 @@ var (
Slot = &Dice{Type: "🎰"}
Bowl = &Dice{Type: "🎳"}
)
// M is a shortcut for map[string]interface{}. Use it for passing
// arguments to the layout functions.
type M = map[string]interface{}

Loading…
Cancel
Save