ActivityParams type

Payload accepted by the low-level conversation activity client.

The OUTBOUND activity union: an app only sends message or typing activity inputs. Kept as a named export for backwards compatibility.

type ActivityParams = IMessageActivityInput | ITypingActivityInput