Interface ReplyKeyboardForceReply

Force the user to send a reply

interface ReplyKeyboardForceReply {
    type: "force_reply";
}

Hierarchy

Properties

Properties

type: "force_reply"