Closed cnavigato closed 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' ]
Does the sendSticker function need to be included twice in the telegram.js file line 664?