Naltox / telegram-node-bot

Node module for creating Telegram bots.
MIT License
723 stars 143 forks source link

KeyboardButton geocode and phone number #39

Closed cnavigato closed 8 years ago

cnavigato commented 8 years ago

Does the sendSticker function need to be included twice in the telegram.js file line 664?

       var funcs = [
            'sendPhoto', 'sendPhotoFromUrl', 'sendDocument', 'sendDocumentFromUrl',
            'sendMessage', 'sendLocation', 'sendAudio', 'sendAudioFromUrl', 'forwardMessage',
            'sendChatAction', '**sendSticker**', '**sendSticker**', 'sendVoice', 'sendVideo', 'waitForRequest',
            'sendContact', 'sendVenue', 'unbanChatMember', 'kickChatMember', 'runInlineMenu'
        ]