Interface MessagesEditChatParams

interface MessagesEditChatParams {
    chat_id: number;
    title?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

chat_id: number

Chat ID.

title?: string

New title of the chat.

Generated using TypeDoc