Skip to content

Releases: rapierorg/telegram-bot-swift

Schema update

13 Aug 07:20
Compare
Choose a tag to compare

explanation is now optional in Poll.

v2.1.1

11 Aug 16:23
Compare
Choose a tag to compare
  • Fix multipart/form-data encoding problems
  • Fix scanRestOfString on Linux
  • Make location optional in ChosenInlineResult

v2.1.0

03 Jun 08:05
8dcac1b
Compare
Choose a tag to compare

This release add support for Telegram API v4.7 and v4.8

v2.0.1 Bugfix

02 Jun 22:27
5d26d40
Compare
Choose a tag to compare

This release includes these PRs:

  • #106 Fix fileSize on Video type from String to Int

v2.0.0

22 Mar 11:35
7b1a0ee
Compare
Choose a tag to compare

This release remove SwiftyJSON and use Codable!

Add new cases to Router ContentType

14 Feb 19:43
9f8cfea
Compare
Choose a tag to compare
Merge pull request #94 from cipi1965/new-router-contenttype

Add new routing types for edited_message

Fix type error in some methods

27 Jan 15:27
1f8e81c
Compare
Choose a tag to compare
Merge pull request #93 from cipi1965/master

Fix type in some methods

Updated to API v4.6

23 Jan 13:30
e9390c4
Compare
Choose a tag to compare

This version also fixes the parameter ordering in methods, they now follow the Telegram order

Updated to API v4.5

31 Dec 16:31
ac95e94
Compare
Choose a tag to compare

Fix some methods parameters to camelcase

22 Aug 02:21
141be15
Compare
Choose a tag to compare
Merge pull request #83 from cipi1965/fix-camelcase

Fix Camelcase