Interface CheckChatUsernameResultPublicChatsTooMany

The user has too many chats with username, one of them must be made private first. Subtype of CheckChatUsernameResult.

interface CheckChatUsernameResultPublicChatsTooMany {
    @type: "checkChatUsernameResultPublicChatsTooMany";
}

Properties

Properties

@type: "checkChatUsernameResultPublicChatsTooMany"