Interface ToggleChatIsTranslatable

Changes the translatable state of a chat. Request type for Tdjson#toggleChatIsTranslatable.

interface ToggleChatIsTranslatable {
    @type: "toggleChatIsTranslatable";
    chat_id: number;
    is_translatable?: boolean;
}

Properties

@type: "toggleChatIsTranslatable"
chat_id: number

Chat identifier.

is_translatable?: boolean

New value of is_translatable.