MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=echomarkseen
(main | echomarkseen)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: Echo
- สัญญาอนุญาต: MIT
Mark notifications as seen for the current user.
Specific parameters:
Other general parameters are available.
- type
Type of notifications to mark as seen: 'alert', 'message' or 'all'.
- This parameter is required.
- ค่าใดค่าหนึ่งต่อไปนี้: alert, all, message
- timestampFormat
Timestamp format to use for output, 'ISO_8601' or 'MW'. 'MW' is deprecated here, so all clients should switch to 'ISO_8601'. This parameter will be removed, and 'ISO_8601' will become the only output format.
- ค่าใดค่าหนึ่งต่อไปนี้: ISO_8601, MW
- Default: MW
ตัวอย่าง:
- Mark notifications of all types as seen
- api.php?action=echomarkseen&type=all [เปิดในกระบะทราย]