Skip to content

Releases: naseif/teletron-ts

1.1.2

16 Mar 22:21
Compare
Choose a tag to compare

Changes since 1.1.1

  • Better error handling and type checking
  • Updated README and docs

Commits since 1.1.1

  • c0afa34: docs(update): updated docs after README changes | (@naseif)
  • 5b54dbe: docs: fixed README | (@naseif)
  • 8e9852f: update(package): 1.1.2 | (@naseif)
  • 4d0ab40: docs: Updated README and docs | (@naseif)
  • ace5bad: fix(code): Removed unused imports | (@naseif)
  • 6bd7c9e: Merge pull request #5 from naseif/dev_tele-ts | (@naseif)
  • 8650dde: fix(API): Added error handling and type checking for all methods | (@naseif)
  • 31572bc: Merge pull request #4 from naseif/dev_tele-ts | (@naseif)
  • 83b7912: fix(API): removed test code. No need to listen to the message types or at least I do not see a reason why it would be necessary. Could be added later | (@naseif)
  • 2876b1c: feat(API): Added error handling for the event listeners | (@naseif)
  • 91c7c89: feat(API): implemented type checking and error handling for the API methods | (@naseif)

1.1.1

13 Mar 23:43
Compare
Choose a tag to compare

Changes since 1.1.0

  • Added new methods from the telegram API.
  • updated docs

Commits since 1.1.0

  • 69529cd: update(package): 1.1.1 | (@naseif)
  • cbb477d: docs: updated docs for 1.1.1 | (@naseif)
  • 73555bd: feat(API): Added editMessageText and editMessageCaption methods | (@naseif)
  • 3b3f9cf: feat(API): Added the following methods: | (@naseif)
  • a15455c: feat(API): Added the following methods: | (@naseif)
  • 55f4d88: feat(API): Added setChatTitle, setChatDescription, pinChatMessage and unpinChatMessage methods | (@naseif)
  • aaa6b70: feat(API): Added [declineChatJoinRequest, setChatPhoto, deleteChatPhoto] methods | (@naseif)
  • ddd2716: feat(API): Added revokeChatInviteLink and approveChatJoinRequest methods | (@naseif)

1.1.0

13 Mar 22:05
Compare
Choose a tag to compare

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