Quick messaging channel (imchannel)
Table of Contents
Description
Contains basic channel description settings
Used by role im when creating accounts to exchange quick messages with messengers. Sets strategies for serving separately sending a particular message and separately receiving accumulated messages and layouts across data model collections (/model/im/RemoteParties, /model/im/Messages).
Limitations
-
The collection is not available in the master domain.
-
By default, the system automatically creates a channel 'telegram'.
Fields
Entity structure
{
"id": uuid,
"code": str,
"mode": str,
"recv_strategy": str,
"send_strategy": str,
"opts": {
"title": str,
"comment": str,
"after_read_timeout": int,
"max_account_mps": int,
"max_remoteparty_mps": int
},
"ext": {
"ct": date,
"lwt": date
}
}
See also
Logical roles
-
im manages messaging with third-party messengers.