televerse 1.2.1
televerse: ^1.2.1 copied to clipboard
Televerse is a Telegram Bot API Framework written completely in Dart. You can use this framework to create your own Telegram Bots, efficiently and easily.
1.2.1 #
- Fixed an issue with the
onmethod that it's not getting called on any filters. - Made official Televerse Wiki available at the GitHub repo.
1.2.0 #
- Added
TeleverseEventenum to make it easy to listen for particular events. - 🔥 Added
onmethod accessible onTeleverseclass. This method can be used to listen for particular events as listed inTeleverseEventenum. - Edited method
Televerse.callbackQueryto acceptRegExp? regexas an optional parameter. This can be used to listen for callback queries that match the passed regex. - Updated RAW API to return
Messageinstead ofMessageContext. - Updated
Contextclass to have the associatedUpdateobject with it. - Update
MessageContextOrBooleanclass to beMessageOrBooleanin places a method sending eitherMessageorbool, such aseditMessageLiveLocationetc.
1.1.0 #
- Added a lot new methods to
Televerseclass:command- Can be used to listen for Messages that contain the passed commandtext- This is a very basic method, which can be used to listen to messages that contain particular text content in itcallbackQuery- Can be used to listen for callbackQuery updates.chatTypeandchatTypes- Can be used to register callbacks for messages received on particular chat types.filter- Filter is an advanced method that can be used to listen for messages that pass a given predicate condition.hears- One of the best picks. Users can pass a RegEx pattern and listen for messages that contain a match.
- Added
MessageContext.idto get the Chat ID easily - Improved examples
1.0.1 #
- Initial release
- We're live at Bot API 6.4
MessageContextclass added withreplymethod
0.0.1 #
- On development release. Completely new project.