Interface LeaveChat

Removes the current user from chat members. Private and secret chats can't be left using this method. Request type for Tdjson#leaveChat.

interface LeaveChat {
    @type: "leaveChat";
    chat_id: number;
}

Properties

Properties

@type: "leaveChat"
chat_id: number

Chat identifier.