Interface MessagesCreateChatWithPeerIdsResponse

interface MessagesCreateChatWithPeerIdsResponse {
    chat_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

chat_id: number

Chat ID

Generated using TypeDoc