Interface CanTransferOwnership

Checks whether the current session can be used to transfer a chat ownership to another user. Request type for Tdjson#canTransferOwnership.

interface CanTransferOwnership {
    @type: "canTransferOwnership";
}

Properties

Properties

@type: "canTransferOwnership"