imports!();
use crate::client::PatchQueryBuilder;
new_type!(
Notifications
NotificationsThreads
NotificationsThreadsId
);
from!(
@PatchQueryBuilder
-> Notifications = "notifications"
@Notifications
-> NotificationsThreads = "threads"
@NotificationsThreads
=> NotificationsThreadsId
);
impl_macro!(
@Notifications
|=> threads -> NotificationsThreads
|
@NotificationsThreads
|
|=> id -> NotificationsThreadsId = thread_id
);
exec!(NotificationsThreadsId);