Interface DocsGetMessagesUploadServerParams

interface DocsGetMessagesUploadServerParams {
    peer_id?: number;
    type?: "audio_message" | "graffiti" | "doc";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

peer_id?: number

Destination ID. "For user: 'User ID', e.g. '12345'. For chat: '2000000000' + 'Chat ID', e.g. '2000000001'. For community: '- Community ID', e.g. '-12345'. "

type?: "audio_message" | "graffiti" | "doc"

Document type.

Generated using TypeDoc