New Constructors:
- updateSavedDialogPinned
- updatePinnedSavedDialogs
- updateSavedReactionTags
- savedDialog
- messages.savedDialogs
- messages.savedDialogsSlice
- messages.savedDialogsNotModified
- savedReactionTag
- messages.savedReactionTagsNotModified
- messages.savedReactionTags
- outboxReadDate
docs.madelineproto.xyz
updateSavedDialogPinned
updateSavedDialogPinned attributes, type and example
Changed Constructors:
- Added contact_require_premium param to user
- Added by_me param to userStatusRecently
- Added by_me param to userStatusLastWeek
- Added by_me param to userStatusLastMonth
- Added saved_peer_id param to message
- Added video param to messageMediaDocument
- Added round param to messageMediaDocument
- Added voice param to messageMediaDocument
- Added contact_require_premium param to userFull
- Added read_dates_private param to userFull
- Added saved_out param to messageFwdHeader
- Added saved_from_id param to messageFwdHeader
- Added saved_from_name param to messageFwdHeader
- Added saved_date param to messageFwdHeader
- Added hide_read_marks param to globalPrivacySettings
- Added new_noncontact_peers_require_premium param to globalPrivacySettings
- Added reactions_as_tags param to messageReactions
docs.madelineproto.xyz
user
Indicates info about a certain user.
MadelineProto was updated (8.0.0-beta189)!
Features:
- Add
- Add topic and poll-related filters and simple filters
- Add
- Improve update coverage of existing filters, mainly
-
- Add
- Add support for recording the incoming audio stream of a VoIP call with
- Update to layer 172
- support more deep links and t.me links for getInfo, and all other methods
Fixes:
- Multiple bugfixes and improvements
- Fix getReply for secret chat messages and some other secret chat edge cases
- Fix QR code login in certain conditions
- Fix an edge case for webhost environments
amphp/mysql and amphp/postgres are still in beta, so I can't make a stable release just yet, but that's fine anyway :))
Download MadelineProto from docs.madelineproto.xyz
Features:
- Add
Poll support in simple event handler messages- Add topic and poll-related filters and simple filters
- Add
FilterCommandCaseInsensitive, FilterForwardedFrom, FilterRegexMatchAll, FilterTextContains, FilterTextContainsCaseInsensitive, FilterTextEnds, FilterTextEndsCaseInsensitive, FilterTextStarts, FilterTextStartsCaseInsensitive filters- Improve update coverage of existing filters, mainly
FilterPeer now supports many more update types-
FilterRegex now supports specifying flags and an offset- Add
editReplyMarkup method to Messages - Add support for recording the incoming audio stream of a VoIP call with
setOutput- Update to layer 172
- support more deep links and t.me links for getInfo, and all other methods
Fixes:
- Multiple bugfixes and improvements
- Fix getReply for secret chat messages and some other secret chat edge cases
- Fix QR code login in certain conditions
- Fix an edge case for webhost environments
amphp/mysql and amphp/postgres are still in beta, so I can't make a stable release just yet, but that's fine anyway :))
Download MadelineProto from docs.madelineproto.xyz
MadelineProto | Official Channel
MadelineProto was updated (8.0.0-beta189)! Features: - Add Poll support in simple event handler messages - Add topic and poll-related filters and simple filters - Add FilterCommandCaseInsensitive, FilterForwardedFrom, FilterRegexMatchAll, FilterTextContains…
MadelineProto was updated (8.0.0-beta194)!
Fixes:
- Fix memory leak
- Fix usage of RemoteUrl in some conditions
- Improve getUpdates
- Warn Termux users to move the session folder to $HOME
- Fix ogg conversion with the phar version
- Fix filename of files downloaded using getDownloadLink
Features:
- Add delay option to broadcast methods
- Update to layer 174, added peer param to messages.getSavedReactionTags and a few other minor changes.
Misc:
- Remove defaultTempAuthKeyExpiresIn setting, it should not be exposed to users
Download MadelineProto from docs.madelineproto.xyz!
Fixes:
- Fix memory leak
- Fix usage of RemoteUrl in some conditions
- Improve getUpdates
- Warn Termux users to move the session folder to $HOME
- Fix ogg conversion with the phar version
- Fix filename of files downloaded using getDownloadLink
Features:
- Add delay option to broadcast methods
- Update to layer 174, added peer param to messages.getSavedReactionTags and a few other minor changes.
Misc:
- Remove defaultTempAuthKeyExpiresIn setting, it should not be exposed to users
Download MadelineProto from docs.madelineproto.xyz!
docs.madelineproto.xyz
messages.getSavedReactionTags
messages.getSavedReactionTags parameters, return type and example
MadelineProto was updated (8.0.0-beta195)!
This release extracts MadelineProto's async ORM into a separate library, danog/AsyncOrm: a PHP async ORM based on AMPHP v3 and fibers!
danog/AsyncOrm supports MySQL, Redis, Postgres; features read and write-back caching, type-specific optimizations, and much more!
Among other news, the danog/tg-file-decoder library was also updated&modernized.
Also, the
Breaking changes:
- Raise the minimum PHP version to 8.2.17.
- Move all ORM classes to the
- Remove support for definition of ORM properties using
- Modernized and updated
- Use bot API IDs in all constructors returned by MadelineProto.
- Finalize all methods in the event handler.
- Enable strict static analysis for EventHandler.
- Removed the JSON and STRING serializer types from the ORM settings, the correct serializer will now be chosen based on the type of the value specified in OrmKeyedArray.
- Postgres/Redis MadelineProto instances need a manual database migration before upgrading (first updateSettings to the Memory backend, then upgrade, then updateSettings to Postgres/Redis); MySQL and Memory instances will be migrated automatically, no need to do anything.
Features:
- Update to layer 177, see here for the full layer changelog!
- Add support for the stable versions of amphp/mysql, amphp/postgres through https://github.com/danog/AsyncOrm!
Fixes:
- Fix Message::read!
- Multiple other bugfixes and performance improvements!
This release extracts MadelineProto's async ORM into a separate library, danog/AsyncOrm: a PHP async ORM based on AMPHP v3 and fibers!
danog/AsyncOrm supports MySQL, Redis, Postgres; features read and write-back caching, type-specific optimizations, and much more!
Among other news, the danog/tg-file-decoder library was also updated&modernized.
Also, the
downloadRenameBot.php was updated to support downloading videos directly from YouTube (without using the disk!), here's the new repo: https://github.com/danog/downloadRenameBot/Breaking changes:
- Raise the minimum PHP version to 8.2.17.
- Move all ORM classes to the
danog\AsyncOrm namespace- Remove support for definition of ORM properties using
$dbProperties, the new OrmMappedArray attribute should be used instead, see the new docs for more info and examples!- Modernized and updated
danog/tg-file-decoder, switching to enums and readonly properties.- Use bot API IDs in all constructors returned by MadelineProto.
- Finalize all methods in the event handler.
- Enable strict static analysis for EventHandler.
- Removed the JSON and STRING serializer types from the ORM settings, the correct serializer will now be chosen based on the type of the value specified in OrmKeyedArray.
- Postgres/Redis MadelineProto instances need a manual database migration before upgrading (first updateSettings to the Memory backend, then upgrade, then updateSettings to Postgres/Redis); MySQL and Memory instances will be migrated automatically, no need to do anything.
Features:
- Update to layer 177, see here for the full layer changelog!
- Add support for the stable versions of amphp/mysql, amphp/postgres through https://github.com/danog/AsyncOrm!
Fixes:
- Fix Message::read!
- Multiple other bugfixes and performance improvements!
GitHub
GitHub - danog/AsyncOrm: Async ORM based on AMPHP v3 and fibers.
Async ORM based on AMPHP v3 and fibers. Contribute to danog/AsyncOrm development by creating an account on GitHub.
MadelineProto was updated (8.0.0-beta199)!
Fixes:
- Fix issue with the peer database caused by the ORM migration (a relogin is recommended to fix peer database issues)
- Fix an issue where ReadableBuffers and other streams could not be used when uploading stories in certain conditions
- Move legacy polyfill classes to namespace to fix composer issues
Fixes:
- Fix issue with the peer database caused by the ORM migration (a relogin is recommended to fix peer database issues)
- Fix an issue where ReadableBuffers and other streams could not be used when uploading stories in certain conditions
- Move legacy polyfill classes to namespace to fix composer issues
MadelineProto was updated: 8.0.0-beta200 introduces new simple
Also,
Additionally, Markdown and HTML parsing functionality was extracted in a separate library with bot API support, https://github.com/danog/telegram-entities!
Features:
- Add a new scheduled flag to the Message class for scheduled messages
- Split the markdown and HTML parser into a separate library, https://github.com/danog/telegram-entities
- Add new simple
-
Fixes:
- Fix
- Fix methods that use legacy chats
- Multiple other bug fixes
sendVideo, sendAudio, sendVoice, sendSticker, sendGif, sendDocumentPhoto methods that automatically extract duration, thumbnails and other metadata from audio and video files!Also,
sendDocument now supports automatic mime type detection for secret chats.Additionally, Markdown and HTML parsing functionality was extracted in a separate library with bot API support, https://github.com/danog/telegram-entities!
Features:
- Add a new scheduled flag to the Message class for scheduled messages
- Split the markdown and HTML parser into a separate library, https://github.com/danog/telegram-entities
- Add new simple
sendVideo, sendAudio, sendVoice, sendSticker, sendGif, sendDocumentPhoto methods and the Message::replyXXX variants that automatically extract duration, thumbnails and other metadata from audio and video files!-
sendDocument now supports automatic mime type detection for secret chats.Fixes:
- Fix
getPwrChat- Fix methods that use legacy chats
- Multiple other bug fixes
GitHub
GitHub - danog/telegram-entities: A library to work with Telegram UTF-16 styled text entities.
A library to work with Telegram UTF-16 styled text entities. - danog/telegram-entities
Rapid-fire releases today, since I have some free time :D
8.0.0-beta201 fixes:
- Fix performance issue caused by excessive GC-ing
- Fix Message::forward
8.0.0-beta201 fixes:
- Fix performance issue caused by excessive GC-ing
- Fix Message::forward
MadelineProto was updated (8.0.0-beta204)!
Features:
- Layer 178 (full changelog)
Fixes:
- Entity fixes
- Fix upload callbacks in the send* methods
- Fix issue with plugins in a phar
- Improve markdown parsing
- Remove temporary files created during error reporting
- Fix bug in getFullInfo
Features:
- Layer 178 (full changelog)
Fixes:
- Entity fixes
- Fix upload callbacks in the send* methods
- Fix issue with plugins in a phar
- Improve markdown parsing
- Remove temporary files created during error reporting
- Fix bug in getFullInfo
GitHub
Release Layer 178, multiple fixes · danog/MadelineProto
Fixes:
Improve markdown parsing
Remove temporary files created during error reporting
Fix bug in getFullInfo
New Methods:
account.toggleSponsoredMessages
account.getReactionsNotifySettings
accou...
Improve markdown parsing
Remove temporary files created during error reporting
Fix bug in getFullInfo
New Methods:
account.toggleSponsoredMessages
account.getReactionsNotifySettings
accou...
MadelineProto was updated (8.0.0-beta205)!
Features:
- Make getPropicInfo, getFullInfo and getPwrChat return Photo objects for profile pictures, compatible with sendPhoto methods.
- Make getPwrChat return a bit more info with fullfetch=false
- Update to layer 179
New Methods:
- auth.reportMissingCode
New Constructors:
- auth.sentCodeTypeSmsWord
- auth.sentCodeTypeSmsPhrase
Features:
- Make getPropicInfo, getFullInfo and getPwrChat return Photo objects for profile pictures, compatible with sendPhoto methods.
- Make getPwrChat return a bit more info with fullfetch=false
- Update to layer 179
New Methods:
- auth.reportMissingCode
New Constructors:
- auth.sentCodeTypeSmsWord
- auth.sentCodeTypeSmsPhrase
MadelineProto was updated!
8.0.0 is the first stable release of MadelineProto v8!
For the full changelog, see the messages on the official MadelineProto channel, starting from here!
Here are the main highlights:
- Amp v3 & revolt (fibers) support!
- A new simplified, stable and object-oriented event handler API based on filters and plugins!
- New sendVideo, sendAudio, sendDocument, etc methods with automatic metadata extraction via ffmpeg.
- A new getDownloadLink method for files up to 4gb!
- A new broadcast API, that can be used to asynchronously broadcast messages to all users of a bot or userbot in the background, automatically fetching all users of the bot!
- A pure PHP async VoIP implementation to make Telegram voice calls even on limited webhosts!
- An official docker image!
- Built-in static analysis of event handler code!
- Major performance and stability improvements!
- Many other new features and UX improvements, see all messages starting from https://xn--r1a.website/MadelineProto/591 for more info!
Major parts of the MadelineProto core were split into standalone libraries that can be used without requiring all of MadelineProto:
- https://github.com/danog/AsyncOrm - Async ORM based on AMPHP v3 and fibers.
- https://github.com/danog/telegram-entities - A library to work with Telegram UTF-16 styled text entities.
- https://github.com/danog/tg-file-decoder - A library to work with Telegram bot API file IDs (recently updated).
The next releases will focus on even more features and performance improvements, such as prometheus and grafana statistics, a static TL parser and much, much more!
Cheers!
8.0.0 is the first stable release of MadelineProto v8!
For the full changelog, see the messages on the official MadelineProto channel, starting from here!
Here are the main highlights:
- Amp v3 & revolt (fibers) support!
- A new simplified, stable and object-oriented event handler API based on filters and plugins!
- New sendVideo, sendAudio, sendDocument, etc methods with automatic metadata extraction via ffmpeg.
- A new getDownloadLink method for files up to 4gb!
- A new broadcast API, that can be used to asynchronously broadcast messages to all users of a bot or userbot in the background, automatically fetching all users of the bot!
- A pure PHP async VoIP implementation to make Telegram voice calls even on limited webhosts!
- An official docker image!
- Built-in static analysis of event handler code!
- Major performance and stability improvements!
- Many other new features and UX improvements, see all messages starting from https://xn--r1a.website/MadelineProto/591 for more info!
Major parts of the MadelineProto core were split into standalone libraries that can be used without requiring all of MadelineProto:
- https://github.com/danog/AsyncOrm - Async ORM based on AMPHP v3 and fibers.
- https://github.com/danog/telegram-entities - A library to work with Telegram UTF-16 styled text entities.
- https://github.com/danog/tg-file-decoder - A library to work with Telegram bot API file IDs (recently updated).
The next releases will focus on even more features and performance improvements, such as prometheus and grafana statistics, a static TL parser and much, much more!
Cheers!
MadelineProto 8.0.1 adds support for styled text entities in polls, by adding a questionEntities property and a getQuestionHTML method to Poll a answerEntities property and a getHTML method to PollAnswer.
MadelineProto was updated!
MadelineProto 8.1.0 introduces an official Grafana dashboard for MadelineProto, powered by danog/better-prometheus!
See here for more info on how to configure the Prometheus metrics endpoint and Grafana dashboard!
Features:
- Official grafana dashboard, powered by danog/better-prometheus!
- Extract bot API dialog ID handling logic into a separate library, danog/tg-dialog-id!
- Add a previously missing
- Add messages.getEmojiStickerGroups method!
Fixes:
- Fix a possible bug in sendVideo
- Fix a possible bug in parseMode parsing
- Fix SecretMessage::delete
- Fix passing of seekable streams to IPC methods
- Other minor bugfixes
- Performance improvements
MadelineProto 8.1.0 introduces an official Grafana dashboard for MadelineProto, powered by danog/better-prometheus!
See here for more info on how to configure the Prometheus metrics endpoint and Grafana dashboard!
Features:
- Official grafana dashboard, powered by danog/better-prometheus!
- Extract bot API dialog ID handling logic into a separate library, danog/tg-dialog-id!
- Add a previously missing
$deleteHistory flag to discardSecretChat!- Add messages.getEmojiStickerGroups method!
Fixes:
- Fix a possible bug in sendVideo
- Fix a possible bug in parseMode parsing
- Fix SecretMessage::delete
- Fix passing of seekable streams to IPC methods
- Other minor bugfixes
- Performance improvements
docs.madelineproto.xyz
Metrics
MadelineProto can expose many useful metrics, that can be visualized using the official MadelineProto Grafana dashboard.
And here's a small preview of the dashboard!
MadelineProto was updated (8.1.1)!
See here for the changelog: https://github.com/danog/MadelineProto/releases/tag/8.1.1
See here for the changelog: https://github.com/danog/MadelineProto/releases/tag/8.1.1
GitHub
Release Layer 181 · danog/MadelineProto
Updated to layer 181 (this is a minor release because new features in the low-level API are not covered by the BC promise).
Features:
Add chinese translation!
Fixes:
Fix an issue where some part...
Features:
Add chinese translation!
Fixes:
Fix an issue where some part...
MadelineProto was updated (8.2.1)!
This updates MadelineProto to layer 185.
New Methods:
- messages.requestMainWebView
- bots.getPopularAppBots
- bots.addPreviewMedia
- bots.editPreviewMedia
- bots.deletePreviewMedia
- bots.reorderPreviewMedias
- bots.getPreviewInfo
- bots.getPreviewMedias
- payments.getStarsRevenueStats
- payments.getStarsRevenueWithdrawalUrl
- payments.getStarsRevenueAdsAccountUrl
- payments.getStarsTransactionsByID
- payments.getStarsGiftOptions
- stories.searchPosts
Changed Methods:
- Added bots_app param to contacts.getTopPeers
- Added effect param to messages.saveDraft
- Added compact param to messages.requestWebView
- Added compact param to messages.requestSimpleWebView
- Added compact param to messages.requestAppWebView
- Added ascending param to payments.getStarsTransactions
- Added limit param to payments.getStarsTransactions
New Constructors:
- inputMediaPaidMedia
- messageMediaPaidMedia
- messageActionPaymentRefunded
- messageActionGiftStars
- updateBusinessBotCallbackQuery
- updateStarsRevenueStatus
- topPeerCategoryBotsApp
- inputStorePaymentStarsTopup
- inputStorePaymentStarsGift
- mediaAreaUrl
- mediaAreaWeather
- starsTransactionPeerAds
- foundStory
- stories.foundStories
- geoPointAddress
- starsRevenueStatus
- payments.starsRevenueStats
- payments.starsRevenueWithdrawalUrl
- payments.starsRevenueAdsAccountUrl
- inputStarsTransaction
- starsGiftOption
- bots.popularAppBots
- botPreviewMedia
- bots.previewInfo
Changed Constructors:
- Added bot_has_main_app param to user
- Added bot_active_users param to user
- Added paid_media_allowed param to channelFull
- Added can_view_stars_revenue param to channelFull
- Added video_start_ts param to documentAttributeVideo
- Added has_preview_medias param to botInfo
- Added play_integrity_project_id param to auth.sentCodeTypeFirebaseSms
- Added effect param to draftMessage
- Added fullsize param to webViewResultUrl
- Added purpose param to inputInvoiceStars
- Removed option param from inputInvoiceStars
- Added radius param to mediaAreaCoordinates
- Added address param to mediaAreaGeoPoint
- Added pending param to starsTransaction
- Added failed param to starsTransaction
- Added gift param to starsTransaction
- Added transaction_date param to starsTransaction
- Added transaction_url param to starsTransaction
- Added bot_payload param to starsTransaction
- Added msg_id param to starsTransaction
- Added extended_media param to starsTransaction
Deleted Constructors:
- simpleWebViewResultUrl
- inputStorePaymentStars
- appWebViewResultUrl
Fixes:
- Add extra validation for getDownloadLink URLs, to make sure only URLs are passed
- Update RPC errors
This updates MadelineProto to layer 185.
New Methods:
- messages.requestMainWebView
- bots.getPopularAppBots
- bots.addPreviewMedia
- bots.editPreviewMedia
- bots.deletePreviewMedia
- bots.reorderPreviewMedias
- bots.getPreviewInfo
- bots.getPreviewMedias
- payments.getStarsRevenueStats
- payments.getStarsRevenueWithdrawalUrl
- payments.getStarsRevenueAdsAccountUrl
- payments.getStarsTransactionsByID
- payments.getStarsGiftOptions
- stories.searchPosts
Changed Methods:
- Added bots_app param to contacts.getTopPeers
- Added effect param to messages.saveDraft
- Added compact param to messages.requestWebView
- Added compact param to messages.requestSimpleWebView
- Added compact param to messages.requestAppWebView
- Added ascending param to payments.getStarsTransactions
- Added limit param to payments.getStarsTransactions
New Constructors:
- inputMediaPaidMedia
- messageMediaPaidMedia
- messageActionPaymentRefunded
- messageActionGiftStars
- updateBusinessBotCallbackQuery
- updateStarsRevenueStatus
- topPeerCategoryBotsApp
- inputStorePaymentStarsTopup
- inputStorePaymentStarsGift
- mediaAreaUrl
- mediaAreaWeather
- starsTransactionPeerAds
- foundStory
- stories.foundStories
- geoPointAddress
- starsRevenueStatus
- payments.starsRevenueStats
- payments.starsRevenueWithdrawalUrl
- payments.starsRevenueAdsAccountUrl
- inputStarsTransaction
- starsGiftOption
- bots.popularAppBots
- botPreviewMedia
- bots.previewInfo
Changed Constructors:
- Added bot_has_main_app param to user
- Added bot_active_users param to user
- Added paid_media_allowed param to channelFull
- Added can_view_stars_revenue param to channelFull
- Added video_start_ts param to documentAttributeVideo
- Added has_preview_medias param to botInfo
- Added play_integrity_project_id param to auth.sentCodeTypeFirebaseSms
- Added effect param to draftMessage
- Added fullsize param to webViewResultUrl
- Added purpose param to inputInvoiceStars
- Removed option param from inputInvoiceStars
- Added radius param to mediaAreaCoordinates
- Added address param to mediaAreaGeoPoint
- Added pending param to starsTransaction
- Added failed param to starsTransaction
- Added gift param to starsTransaction
- Added transaction_date param to starsTransaction
- Added transaction_url param to starsTransaction
- Added bot_payload param to starsTransaction
- Added msg_id param to starsTransaction
- Added extended_media param to starsTransaction
Deleted Constructors:
- simpleWebViewResultUrl
- inputStorePaymentStars
- appWebViewResultUrl
Fixes:
- Add extra validation for getDownloadLink URLs, to make sure only URLs are passed
- Update RPC errors
docs.madelineproto.xyz
messages.requestMainWebView
Open a [Main Mini App](https://core.telegram.org/api/bots/webapps#main-mini-apps).
MadelineProto was updated (8.2.2)!
This release fixes etag hash generation (also adding support for string values) and updates to layer 186.
New Methods:
- messages.sendPaidReaction
- messages.togglePaidReactionPrivacy
- payments.getStarsSubscriptions
- payments.changeStarsSubscription
- payments.fulfillStarsSubscription
Changed Methods:
- Added subscription_pricing param to messages.exportChatInvite
- Added subscription_expired param to messages.getChatInviteImporters
- Added paid_enabled param to messages.setChatAvailableReactions
- Added signatures_enabled param to channels.toggleSignatures
- Added profiles_enabled param to channels.toggleSignatures
- Removed enabled param from channels.toggleSignatures
- Added subscription_id param to payments.getStarsTransactions
New Constructors:
- inputFileStoryDocument
- channelAdminLogEventActionToggleSignatureProfiles
- inputInvoiceChatInviteSubscription
- reactionPaid
- starsSubscriptionPricing
- starsSubscription
- messageReactor
Changed Constructors:
- Added signature_profiles param to channel
- Added subscription_until_date param to channel
- Added paid_reactions_available param to channelFull
- Added subscription_expired param to chatInviteExported
- Added subscription_pricing param to chatInviteExported
- Added can_refulfill_subscription param to chatInvite
- Added subscription_pricing param to chatInvite
- Added subscription_form_id param to chatInvite
- Added privacy_policy_url param to botInfo
- Added subscription_until_date param to channelParticipant
- Added subscription_until_date param to channelParticipantSelf
- Added media param to sponsoredMessage
- Added top_reactors param to messageReactions
- Added reaction param to starsTransaction
- Added subscription_period param to starsTransaction
- Added subscriptions param to payments.starsStatus
- Added subscriptions_next_offset param to payments.starsStatus
- Added subscriptions_missing_balance param to payments.starsStatus
This release fixes etag hash generation (also adding support for string values) and updates to layer 186.
New Methods:
- messages.sendPaidReaction
- messages.togglePaidReactionPrivacy
- payments.getStarsSubscriptions
- payments.changeStarsSubscription
- payments.fulfillStarsSubscription
Changed Methods:
- Added subscription_pricing param to messages.exportChatInvite
- Added subscription_expired param to messages.getChatInviteImporters
- Added paid_enabled param to messages.setChatAvailableReactions
- Added signatures_enabled param to channels.toggleSignatures
- Added profiles_enabled param to channels.toggleSignatures
- Removed enabled param from channels.toggleSignatures
- Added subscription_id param to payments.getStarsTransactions
New Constructors:
- inputFileStoryDocument
- channelAdminLogEventActionToggleSignatureProfiles
- inputInvoiceChatInviteSubscription
- reactionPaid
- starsSubscriptionPricing
- starsSubscription
- messageReactor
Changed Constructors:
- Added signature_profiles param to channel
- Added subscription_until_date param to channel
- Added paid_reactions_available param to channelFull
- Added subscription_expired param to chatInviteExported
- Added subscription_pricing param to chatInviteExported
- Added can_refulfill_subscription param to chatInvite
- Added subscription_pricing param to chatInvite
- Added subscription_form_id param to chatInvite
- Added privacy_policy_url param to botInfo
- Added subscription_until_date param to channelParticipant
- Added subscription_until_date param to channelParticipantSelf
- Added media param to sponsoredMessage
- Added top_reactors param to messageReactions
- Added reaction param to starsTransaction
- Added subscription_period param to starsTransaction
- Added subscriptions param to payments.starsStatus
- Added subscriptions_next_offset param to payments.starsStatus
- Added subscriptions_missing_balance param to payments.starsStatus
MadelineProto was updated (8.3.2)!
Features:
- Update to layer 188
- Bump PHP version of docker image
- Add editHide field to Messages
- AsyncOrm: Allow specifying custom serializers in OrmMappedArray attributes
Fixes:
- Support
- Clear entries from the username database when the corresponding peer database entry is removed
- Fix minor Poll wrapping bug
- Ensure typing actions are broadcasted to the group, not directed to the sender
- Fix getEventHandler when passing the class name of the main event handler class
- Allow passing no language tag in
- Fixes etag hash generation (also adding support for string values)
- Fix a broadcast issue, by starting the IPC server immediately when first creating a session, instead of waiting for the next restart.
- Pre-upload media when broadcasting for improved performance
- Improve cancellation logic
New Methods:
- messages.sendPaidReaction
- messages.togglePaidReactionPrivacy
- messages.getPaidReactionPrivacy
- payments.getStarsSubscriptions
- payments.changeStarsSubscription
- payments.fulfillStarsSubscription
- payments.getStarsGiveawayOptions
Changed Methods:
- Added subscription_pricing param to messages.exportChatInvite
- Added subscription_expired param to messages.getChatInviteImporters
- Added paid_enabled param to messages.setChatAvailableReactions
- Added signatures_enabled param to channels.toggleSignatures
- Added profiles_enabled param to channels.toggleSignatures
- Removed enabled param from channels.toggleSignatures
- Added media param to channels.clickSponsoredMessage
- Added fullscreen param to channels.clickSponsoredMessage
- Added subscription_id param to payments.getStarsTransactions
New Constructors:
- inputFileStoryDocument
- messageActionPrizeStars
- updateBotPurchasedPaidMedia
- updatePaidReactionPrivacy
- keyboardButtonCopy
- channelAdminLogEventActionToggleSignatureProfiles
- channelAdminLogEventActionParticipantSubExtend
- inputInvoiceChatInviteSubscription
- inputStorePaymentStarsGiveaway
- reactionPaid
- prepaidStarsGiveaway
- starsSubscriptionPricing
- starsSubscription
- messageReactor
- starsGiveawayOption
- starsGiveawayWinnersOption
Changed Constructors:
- Added payload param to inputMediaPaidMedia
- Added signature_profiles param to channel
- Added subscription_until_date param to channel
- Added paid_reactions_available param to channelFull
- Added alt_documents param to messageMediaDocument
- Removed alt_document param from messageMediaDocument
- Added stars param to messageMediaGiveaway
- Added stars param to messageMediaGiveawayResults
- Added stars param to messageActionGiveawayLaunch
- Added stars param to messageActionGiveawayResults
- Added video_codec param to documentAttributeVideo
- Added subscription_expired param to chatInviteExported
- Added subscription_pricing param to chatInviteExported
- Added can_refulfill_subscription param to chatInvite
- Added subscription_pricing param to chatInvite
- Added subscription_form_id param to chatInvite
- Added privacy_policy_url param to botInfo
- Added subscription_until_date param to channelParticipant
- Added subscription_until_date param to channelParticipantSelf
- Added sub_extend param to channelAdminLogEventsFilter
- Added media param to sponsoredMessage
- Added top_reactors param to messageReactions
- Added stars_prize param to payments.giveawayInfoResults
- Added stars param to boost
- Added withdrawal_enabled param to broadcastRevenueBalances
- Added reaction param to starsTransaction
- Added subscription_period param to starsTransaction
- Added giveaway_post_id param to starsTransaction
- Added subscriptions param to payments.starsStatus
- Added subscriptions_next_offset param to payments.starsStatus
- Added subscriptions_missing_balance param to payments.starsStatus
Features:
- Update to layer 188
- Bump PHP version of docker image
- Add editHide field to Messages
- AsyncOrm: Allow specifying custom serializers in OrmMappedArray attributes
Fixes:
- Support
@s in FilterCommand- Clear entries from the username database when the corresponding peer database entry is removed
- Fix minor Poll wrapping bug
- Ensure typing actions are broadcasted to the group, not directed to the sender
- Fix getEventHandler when passing the class name of the main event handler class
- Allow passing no language tag in
<pre> tags- Fixes etag hash generation (also adding support for string values)
- Fix a broadcast issue, by starting the IPC server immediately when first creating a session, instead of waiting for the next restart.
- Pre-upload media when broadcasting for improved performance
- Improve cancellation logic
New Methods:
- messages.sendPaidReaction
- messages.togglePaidReactionPrivacy
- messages.getPaidReactionPrivacy
- payments.getStarsSubscriptions
- payments.changeStarsSubscription
- payments.fulfillStarsSubscription
- payments.getStarsGiveawayOptions
Changed Methods:
- Added subscription_pricing param to messages.exportChatInvite
- Added subscription_expired param to messages.getChatInviteImporters
- Added paid_enabled param to messages.setChatAvailableReactions
- Added signatures_enabled param to channels.toggleSignatures
- Added profiles_enabled param to channels.toggleSignatures
- Removed enabled param from channels.toggleSignatures
- Added media param to channels.clickSponsoredMessage
- Added fullscreen param to channels.clickSponsoredMessage
- Added subscription_id param to payments.getStarsTransactions
New Constructors:
- inputFileStoryDocument
- messageActionPrizeStars
- updateBotPurchasedPaidMedia
- updatePaidReactionPrivacy
- keyboardButtonCopy
- channelAdminLogEventActionToggleSignatureProfiles
- channelAdminLogEventActionParticipantSubExtend
- inputInvoiceChatInviteSubscription
- inputStorePaymentStarsGiveaway
- reactionPaid
- prepaidStarsGiveaway
- starsSubscriptionPricing
- starsSubscription
- messageReactor
- starsGiveawayOption
- starsGiveawayWinnersOption
Changed Constructors:
- Added payload param to inputMediaPaidMedia
- Added signature_profiles param to channel
- Added subscription_until_date param to channel
- Added paid_reactions_available param to channelFull
- Added alt_documents param to messageMediaDocument
- Removed alt_document param from messageMediaDocument
- Added stars param to messageMediaGiveaway
- Added stars param to messageMediaGiveawayResults
- Added stars param to messageActionGiveawayLaunch
- Added stars param to messageActionGiveawayResults
- Added video_codec param to documentAttributeVideo
- Added subscription_expired param to chatInviteExported
- Added subscription_pricing param to chatInviteExported
- Added can_refulfill_subscription param to chatInvite
- Added subscription_pricing param to chatInvite
- Added subscription_form_id param to chatInvite
- Added privacy_policy_url param to botInfo
- Added subscription_until_date param to channelParticipant
- Added subscription_until_date param to channelParticipantSelf
- Added sub_extend param to channelAdminLogEventsFilter
- Added media param to sponsoredMessage
- Added top_reactors param to messageReactions
- Added stars_prize param to payments.giveawayInfoResults
- Added stars param to boost
- Added withdrawal_enabled param to broadcastRevenueBalances
- Added reaction param to starsTransaction
- Added subscription_period param to starsTransaction
- Added giveaway_post_id param to starsTransaction
- Added subscriptions param to payments.starsStatus
- Added subscriptions_next_offset param to payments.starsStatus
- Added subscriptions_missing_balance param to payments.starsStatus
docs.madelineproto.xyz
messages.sendPaidReaction
Sends one or more [paid Telegram Star reactions »](https://core.telegram.org/api/reactions#paid-reactions), transferring [Telegram Stars »](https://core.telegram.org/api/stars) to a channel's balance.
MadelineProto was updated (8.3.3)!
This release updates MadelineProto to layer 190.
New Methods:
- payments.getStarGifts
- payments.getUserStarGifts
- payments.saveStarGift
- payments.convertStarGift
Changed Methods:
- Added option param to messages.report
- Removed reason param from messages.report
- Added option param to stories.report
- Removed reason param from stories.report
New Constructors:
- messageActionStarGift
- payments.paymentFormStarGift
- inputInvoiceStarGift
- starGift
- payments.starGiftsNotModified
- payments.starGifts
- userStarGift
- payments.userStarGifts
- messageReportOption
- reportResultChooseOption
- reportResultAddComment
- reportResultReported
Changed Constructors:
- Added message param to messageActionGiftPremium
- Added message param to messageActionGiftCode
- Added stargifts_count param to userFull
- Added message param to inputStorePaymentPremiumGiftCode
- Added stargift param to starsTransaction
This release updates MadelineProto to layer 190.
New Methods:
- payments.getStarGifts
- payments.getUserStarGifts
- payments.saveStarGift
- payments.convertStarGift
Changed Methods:
- Added option param to messages.report
- Removed reason param from messages.report
- Added option param to stories.report
- Removed reason param from stories.report
New Constructors:
- messageActionStarGift
- payments.paymentFormStarGift
- inputInvoiceStarGift
- starGift
- payments.starGiftsNotModified
- payments.starGifts
- userStarGift
- payments.userStarGifts
- messageReportOption
- reportResultChooseOption
- reportResultAddComment
- reportResultReported
Changed Constructors:
- Added message param to messageActionGiftPremium
- Added message param to messageActionGiftCode
- Added stargifts_count param to userFull
- Added message param to inputStorePaymentPremiumGiftCode
- Added stargift param to starsTransaction