export interface IndicateTypingParams { /** * The user ID of the user to receive the typing indicator. */ 'recipient_id': string; }