Class ForceReply
- java.lang.Object
-
- org.apache.camel.component.telegram.model.ForceReply
-
- All Implemented Interfaces:
Serializable
,ReplyMarkup
public class ForceReply extends Object implements Serializable, ReplyMarkup
Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot‘s message and tapped ’Reply')
-
-
Constructor Summary
Constructors Constructor Description ForceReply()
ForceReply(Boolean forceReply)
ForceReply(Boolean forceReply, Boolean selective)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getForceReply()
Boolean
getSelective()
void
setForceReply(Boolean forceReply)
void
setSelective(Boolean selective)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.camel.component.telegram.model.ReplyMarkup
toJson
-
-