PrivateContentMessageImpl
data class PrivateContentMessageImpl<T : MessageContent>(val messageId: MessageId, val from: User, val chat: PreviewPrivateChat, val content: T, val date: DateTime, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardOrigin: MessageOrigin?, val replyInfo: ReplyInfo?, val replyMarkup: InlineKeyboardMarkup?, val senderBot: CommonBot?, val guestBotCallerUser: PreviewUser?, val guestBotCallerChat: PreviewChat?, val mediaGroupId: MediaGroupId?, val fromOffline: Boolean, val effectId: EffectId?, val cost: Int? = null) : PrivateContentMessage<T>
Constructors
Link copied to clipboard
constructor(messageId: MessageId, from: User, chat: PreviewPrivateChat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo, replyTo: AccessibleMessage?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?, guestBotCallerUser: PreviewUser?, guestBotCallerChat: PreviewChat?, mediaGroupId: MediaGroupId?, fromOffline: Boolean, effectId: EffectId)
constructor(messageId: MessageId, from: User, chat: PreviewPrivateChat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardOrigin: MessageOrigin?, replyInfo: ReplyInfo?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?, guestBotCallerUser: PreviewUser?, guestBotCallerChat: PreviewChat?, mediaGroupId: MediaGroupId?, fromOffline: Boolean, effectId: EffectId?, cost: Int? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard