Interface MessagesGetChatPreviewParams

interface MessagesGetChatPreviewParams {
    fields?: UsersFields[];
    link?: string;
    peer_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

fields?: UsersFields[]
link?: string

Invitation link.

peer_id?: number

Generated using TypeDoc