1
2
3
4
5
use api::Bool;

request! {
    struct MarkAsViewed for ["notifications.markAsViewed"](v => 5.44) -> Bool [Notifications];
}