UNPKG

ch-api-client-typescript2

Version:
80 lines 1.78 kB
/** * CloudHospital Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 2 * Contact: developer@icloudhospital.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { Metadata } from './metadata'; /** * * @export * @interface SendBirdGroupChannelMember */ export interface SendBirdGroupChannelMember { /** * * @type {string} * @memberof SendBirdGroupChannelMember */ 'user_id'?: string | null; /** * * @type {string} * @memberof SendBirdGroupChannelMember */ 'nickname'?: string | null; /** * * @type {string} * @memberof SendBirdGroupChannelMember */ 'profile_url'?: string | null; /** * * @type {boolean} * @memberof SendBirdGroupChannelMember */ 'is_active'?: boolean; /** * * @type {boolean} * @memberof SendBirdGroupChannelMember */ 'is_online'?: boolean; /** * * @type {Array<string>} * @memberof SendBirdGroupChannelMember */ 'friend_discovery_key'?: Array<string> | null; /** * * @type {number} * @memberof SendBirdGroupChannelMember */ 'last_seen_at'?: number; /** * * @type {string} * @memberof SendBirdGroupChannelMember */ 'state'?: string | null; /** * * @type {string} * @memberof SendBirdGroupChannelMember */ 'role'?: string | null; /** * * @type {Metadata} * @memberof SendBirdGroupChannelMember */ 'metadata'?: Metadata; } //# sourceMappingURL=send-bird-group-channel-member.d.ts.map