Skip to content

Releases: Mirmuxsin/laragram

4.0.0

20 Jul 14:50
Compare
Choose a tag to compare

Updated outdated command php artisan laragram:start for local development.

Now you don't have host your application somewhere or use any ngrok tunnels to get webhooks. We've added that command which uses long-polling method to get updates without setting webhooks.

(You have to delete your webhook to get updates in long-polling way)

3.2.1

18 Jun 08:16
Compare
Choose a tag to compare

March 31, 2024
Bot API 7.2

Integration with Business Accounts

Added the class BusinessConnection and updates about the connection or disconnection of the bot to a business account, represented by the field business_connection in the class Update.
Added updates about new messages in a business account connected to the bot, represented by the field business_message in the class Update.
Added updates about message edits in a business account connected to the bot, represented by the field edited_business_message in the class Update.
Added updates about message deletion in a business account connected to the bot, represented by the class BusinessMessagesDeleted and the field deleted_business_messages in the class Update.
Added the method getBusinessConnection.
Working on Behalf of Business Accounts

Added the parameter business_connection_id to the methods sendMessage, sendPhoto, sendVideo, sendAnimation, sendAudio, sendDocument, sendSticker, sendVideoNote, sendVoice, sendLocation, sendVenue, sendContact, sendPoll, sendDice, sendGame, and sendMediaGroup.
Added the parameter business_connection_id to the method sendChatAction.
Added the field business_connection_id to the class Message.
Added the field sender_business_bot to the class Message.
Information about Business Accounts

Added the class BusinessIntro and the field business_intro to the class Chat.
Added the class BusinessLocation and the field business_location to the class Chat.
Added the classes BusinessOpeningHours and BusinessOpeningHoursInterval and the field business_opening_hours to the class Chat.

3.2.0

06 Apr 20:20
Compare
Choose a tag to compare

Full Changelog: 3.1.9...3.2.0

3.1.9

31 Mar 21:31
Compare
Choose a tag to compare

Full Changelog: 3.1.8...3.1.9

3.1.8

03 Jan 17:38
Compare
Choose a tag to compare

Full Changelog: 3.1.7...3.1.8

3.1.7

30 Dec 21:46
d15d457
Compare
Choose a tag to compare

fixed minor bugs

3.1.6

21 Dec 06:49
Compare
Choose a tag to compare

added extra IP validation to get telegram requests via proxy

3.1.5

21 Dec 05:25
98824f8
Compare
Choose a tag to compare

Added finding user id when user left request to join to channel

3.1.4

09 Dec 20:17
Compare
Choose a tag to compare

minor fix with type-hinting

3.1.3

08 Dec 21:14
Compare
Choose a tag to compare

Full Changelog: 3.1.2...3.1.3