Skip to content

Releases: xooniverse/televerse

🤖 Bot API 8.0

18 Nov 09:58
22cfc51
Compare
Choose a tag to compare

Televerse v1.28.0

  • 🤖 Bot API 8.0
  • Updated RawAPI.createInvoiceLink to the docs.
  • Updated SuccessfulPayment, TransactionPartnerUser to reflect the new Star Subscription features.
  • 🆕 Added new API Methods - editUserStarSubscription, setUserEmojiStatus, savePreparedInlineMessage, getAvailableGifts, sendGift.
  • 🆕 Added new classes - PreparedInlineMessage, Gift, Gifts.

What's Changed

Full Changelog: v1.27.3...v1.28.0

Televerse v1.27.3 🚀

16 Nov 07:20
7b0a38c
Compare
Choose a tag to compare

What's Changed

  • ⚠️ Separate Bot.local and default Bot constructor by @HeySreelal in #305

Full Changelog: v1.27.2...v1.27.3

Televerse v1.27.2 🚀

15 Nov 16:41
7bd6846
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.27.1...v1.27.2

Televerse 1.27.1 🚀

02 Nov 06:56
91b8dac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.27.0...1.27.1

🎃 Bot API 7.11 (v1.27.0)

01 Nov 07:23
a296f9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.6...v1.27.0

Televerse v1.26.6 🚀

23 Oct 07:59
62f81b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.5...v1.26.6

Televerse v1.26.5 🛰️

23 Oct 06:31
df8b610
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.4...v1.26.5

Televerse v1.26.4 🛰️

04 Oct 16:37
86b183e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.3...v1.26.4

Televerse v1.26.3 🛰️

02 Oct 05:42
db6753a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26.2...v1.26.3

Televerse v1.26.2 🛰️

28 Sep 19:49
7dba365
Compare
Choose a tag to compare

1.26.2

  • Added way too many internal changes.
  • Added separate method for RawAPI construction in Bot
  • RawAPI instance will be created along with Bot instance.
  • 🐞 Not having above caused transformers to not work. So obviously, fixed that.
  • Added more Context helper methods.
  • (Internal) Bot._api is now non-nullable.
  • (Internal) Properties _loggerOptions, _baseURL, and _scheme has been removed from Bot. They now solely belong to RawAPI.
  • (Internal) Expensive calls are cached in Context, such as chat, msg are now cached for better performance in recurring access.

What's Changed

Full Changelog: v1.26.1...v1.26.2