ReplyInfo
data class ReplyInfo(val replyMessage: String? = null, val replyState: ReplyInfo.ReplyState) : Parcelable
The information relating to a quick reply, which includes the reply message and the reply state.
Functions
Link copied to clipboard
replyMessage is masked when the ReplyInfo is printed.