Skip to content

Releases: Mirmuxsin/laragram

3.1.2

08 Dec 21:00
Compare
Choose a tag to compare

Majon fix when updating user's status
Given unique to fsm table

3.1.1

08 Dec 20:48
Compare
Choose a tag to compare

Fix - Added string type to reply_markup argument

3.1.0

06 Dec 20:52
Compare
Choose a tag to compare
  • Major fix on routing

- Added State Class

Now you can handle wrong updates for your state. Let's say user is on registration state, you are waiting for user to send his name but instead of user sending you some photo/video/etc but not message

Just declare public bool $handeWrongInput = true; on your logic class and laragram send message to user about it's wrong input.
You can customize that handling by yourself. Just declare

public function handleWrongInput(Update $update): void
{
    // tell to user that he is sending wrong update
}

3.0.3

26 Nov 18:32
Compare
Choose a tag to compare

fixed bug on routing

3.0.2

26 Nov 17:33
Compare
Choose a tag to compare

Added returning method result as an array

3.0.1

26 Nov 11:13
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.0.1

3.0.0

24 Nov 12:49
Compare
Choose a tag to compare

Full Changelog: 2.2.2...3.0.0

2.2.2

29 Aug 08:56
Compare
Choose a tag to compare

Full Changelog: 2.2.1...2.2.2

2.2.1

08 May 08:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0.2...2.2.1

2.2.0.2

28 Jan 06:18
Compare
Choose a tag to compare

Full Changelog: 2.2.0.1...2.2.0.2