Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImClient

import type { ImClient } from "https://googleapis.deno.dev/v1/people:v1.ts";

A person's instant messaging client.

interface ImClient {
readonly formattedProtocol?: string;
readonly formattedType?: string;
metadata?: FieldMetadata;
protocol?: string;
type?: string;
username?: string;
}

§Properties

§
readonly formattedProtocol?: string
[src]

Output only. The protocol of the IM client formatted in the viewer's account locale or the Accept-Language HTTP header locale.

§
readonly formattedType?: string
[src]

Output only. The type of the IM client translated and formatted in the viewer's account locale or the Accept-Language HTTP header locale.

§

Metadata about the IM client.

§
protocol?: string
[src]

The protocol of the IM client. The protocol can be custom or one of these predefined values: * aim * msn * yahoo * skype * qq * googleTalk * icq * jabber * netMeeting

§
type?: string
[src]

The type of the IM client. The type can be custom or one of these predefined values: * home * work * other

§
username?: string
[src]

The user name used in the IM client.