Interface InputSendTextParams

InputSendTextParams ($ref: "Input.SendText.Params") Parameters for the SendText method.

interface InputSendTextParams {
    done?: boolean;
    text: string;
}

Properties

Properties

done?: boolean
text: string