Module
TelegramBot
- Package
- purescript-node-telegram-bot-api
- Repository
- justinwoo/purescript-node-telegram-bot-api
#Location Source
type Location = { latitude :: Number, longitude :: Number }
The Telegram Location type. See https://core.telegram.org/bots/api#location
#Matches Source
type Matches = Maybe (Array String)
The Regex execution matches. See https://github.com/yagop/node-telegram-bot-api#TelegramBot+onText
- Modules
- TelegramBot