[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["A Channel is a notification system used to monitor resource changes, delivering updates to a specified address."],["Channels are configured with parameters like `id`, `type`, `address`, and `payload`, enabling customized notification delivery."],["The `stop` method can be used to halt resource monitoring through a specific channel."],["Channel information is structured in JSON format, including details like resource ID, URI, token, and expiration."]]],["A notification channel (`Channel`) monitors resource changes. It's represented in JSON with fields like `id` (unique identifier), `resourceId` (resource ID being watched), `resourceUri` (version-specific resource ID), `type` (delivery mechanism, e.g., \"web_hook\"), and `address` (notification destination). Optional fields include `payload` (indicates payload requirement), `token` (arbitrary string for notifications), `expiration` (channel's expiration time), and `params` (extra delivery parameters). The `stop` method terminates resource monitoring.\n"]]