Releases
1.1.0
naseif
released this
13 Mar 22:05
Release Notes:
teletron-ts has now the main/required methods to easily create telegram bots.
Added support for 2 types of listening to the telegram events.
Added docs for the library.
Commits
e4b45dd : update(package): 1.1.0 | (@naseif )
5c02c81 : feat(API): Added exportChatInviteLink
and createChatInviteLink
methods | (@naseif )
cf059a0 : build(workflow): fixed github action workflow | (@naseif )
ac682b5 : feat(API): Added setChatPermissions
method | (@naseif )
4319e94 : feat: Added npm publish workflow | (@naseif )
2c4db86 : update: 1.0.8 | (@naseif )
009ddb9 : update: 1.0.7 | (@naseif )
a0629eb : fix: fixed error event not listening for erros | (@naseif )
4791e7b : docs: updated docs for 1.0.6 | (@naseif )
fd89c37 : feat: Added error
event to the TelegramEvents interface | (@naseif )
5955f07 : feat: Added setChatAdministratorCustomTitle
, banChatSenderChat
and unbanChatSenderChat
methods | (@naseif )
6a583d3 : feat: Added restrictChatMember
and promoteChatMember
methods | (@naseif )
ba927e2 : feat: Added banChatMember
and unbanChatMember
methods | (@naseif )
c53a99b : fix: sendVideo not accepting number as value for chat_id | (@naseif )
1cf896c : replay_markup should recieve a string | (@naseif )
b183543 : change default parameters to mandatory to avoid checking in other projects when its not necessary | (@naseif )
eac79bb : Added once()
method | (@naseif )
0962912 : Added gren template | (@naseif )
871e10c : Added workflow | (@naseif )
cfdf3cc : 1.0.5 | (@naseif )
feece9f : fixed sendAudio method posting the wrong data | (@naseif )
abc6d9e : 1.0.4 | (@naseif )
a1f946a : Removed unused dev packages | (@naseif )
8bfdb6f : bumped package, removed events
package | (@naseif )
4f1a023 : updated README | (@naseif )
ecb4ccf : Fixed setMyCommands and deleteMyCommands methods | (@naseif )
1d24dc3 : Merge pull request #3 from naseif/dev_branch | (@naseif )
5d88cb7 : added support for all events with the on()
method, updated docs | (@naseif )
5de9b3e : Testing implementing the events with the event emitter instead of implementing it myself | (@naseif )
2c70fbf : Added setMyCommands and deleteMyCommands methods | (@naseif )
d7b4c4a : 1.0.2 | (@naseif )
04b42d7 : Added sendContact
, sendDice
, sendChatAction
, getUserProfilePhotos
and getFile
methoods. | (@naseif )
7a791c1 : docs update | (@naseif )
08bdd23 : Updated README, updated package version | (@naseif )
8d462be : Merge pull request #2 from naseif/dev | (@naseif )
890adb9 : updated docs, uploaded the library to npm | (@naseif )
bdf9529 : Merge pull request #1 from naseif/dev | (@naseif )
cf713ca : Refactored the repo, deleted repeated code, deprecated node-fetch and form-data | (@naseif )
9b6948a : Added sendVenue
method | (@naseif )
57a4f4b : Update README.md | (@naseif )
dc8856b : fixed sendMediaGroup
media types | (@naseif )
5184d4f : Added sendLocation
, editMessageLiveLocation
and stopMessageLiveLocation
methods | (@naseif )
83c9812 : fixed formdata breaking functions when a boolish value is added, added a note to find a proper solution later | (@naseif )
7fc4989 : removed createReadStream import | (@naseif )
b03ac53 : some fixes and improvements for [sendPhoto, sendVideo, sendAudio, sendVideoNote] methods | (@naseif )
6109f5c : fixed sendMediaGroup
method | (@naseif )
3386af3 : Added sendVideoNote
and sendMediaGroup
methods | (@naseif )
7fcc381 : Added sendAnimation
and sendVoice
methods | (@naseif )
ad600fc : Added sendMessageOptions property for the sendMessage
method, implemented [forwardMessage
, copyMessage
, sendPhoto
, sendAudio
, sendVideo
, sendDocument
] methods | (@naseif )
ea6402e : corrected the imports and exports, added methods options interfaces | (@naseif )
e713ab6 : docs update | (@naseif )
afffce0 : docs update | (@naseif )
0837a18 : Added docs, methods now work as expected, fixed imports and exports | (@naseif )
b6ba019 : added some not implemented methods | (@naseif )
b659bc4 : some more updates | (@naseif )
33c9fa2 : added final interfaces | (@naseif )
95a1464 : more interfaces | (@naseif )
ad19c9c : added more interfaces | (@naseif )
7d190bc : Added the required interfaces | (@naseif )
4371263 : some fixes and implemented getUpdates | (@naseif )
31fa347 : Initial commit, added types and implemented the TelegramAPI class | (@naseif )
2c67c27 : Initial commit | (@naseif )
You can’t perform that action at this time.