/** Instructs clients to force a reply to this message */ export declare class ReplyMarkupForceReplyBaseModel { _: 'replyMarkupForceReply'; /** * True, if a forced reply must automatically be shown to the current user. For outgoing * messages, specify true to show the forced reply only for the mentioned users and * for the target user of a reply */ isPersonal: boolean; }