UNPKG

@standard-crypto/farcaster-js-warpcast

Version:

A tool for interacting with the private APIs of the Warpcast client.

49 lines (48 loc) 966 B
/** * Warpcast API * Private API used by the Warpcast client * * The version of the OpenAPI document: 1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface ConversationViewerContext */ export interface ConversationViewerContext { /** * * @type {string} * @memberof ConversationViewerContext */ 'category': string; /** * * @type {boolean} * @memberof ConversationViewerContext */ 'archived': boolean; /** * * @type {boolean} * @memberof ConversationViewerContext */ 'muted': boolean; /** * * @type {number} * @memberof ConversationViewerContext */ 'unreadCount': number; /** * * @type {number} * @memberof ConversationViewerContext */ 'unreadMentionsCount': number; }