Interface CheckChatUsernameResultOk

Represents result of checking whether a username can be set for a chat. Subtype of CheckChatUsernameResult.

interface CheckChatUsernameResultOk {
    @type: "checkChatUsernameResultOk";
}

Properties

Properties

@type: "checkChatUsernameResultOk"