| Contact | Donate | Imprint |
| Notification | ReelModule |
| Property | Type | Entity | Reference | Module |
| (1) Comment | LONG | Notification | Comment | StoryModule |
| (2) CreatedAt | DATE | Notification | ||
| (3) DirectMessage | LONG | Notification | DirectMessage | DirectThreadModule |
| (4) IsRead | BOOL | Notification | ||
| (5) Post | LONG | Notification | Post | UserAccountModule |
| (6) Reel | LONG | Notification | Reel | ReelModule |
| (7) SourceUser | LONG | Notification | UserAccount | UserAccountModule |
| (8) Story | LONG | Notification | Story | StoryModule |
| (9) Type | STRING | Notification | ||
| (10) UserAccount | LONG | Notification | UserAccount | UserAccountModule |
Example:
final Notification notification = (Notification) invokeModule(REEL_MODULE + "/notification/" + id, Notification.class);| Contact | Donate | Imprint |