Interface CanTransferOwnershipResultOk

Represents result of checking whether the current session can be used to transfer a chat ownership to another user. Subtype of CanTransferOwnershipResult.

interface CanTransferOwnershipResultOk {
    @type: "canTransferOwnershipResultOk";
}

Properties

Properties

@type: "canTransferOwnershipResultOk"