inboxType property

String inboxType
getter/setter pair

The type of inbox.

There are two built-in inbox types: timeline (alias: default) and private. You can customize your own inbox types.

Implementation

late String inboxType;