UNPKG

twitter-api-client

Version:
7 lines (6 loc) 148 B
export interface IndicateTypingParams { /** * The user ID of the user to receive the typing indicator. */ 'recipient_id': string; }