PrivateForumContentMessageImpl
data class PrivateForumContentMessageImpl<T : MessageContent>(val messageId: MessageId, val threadId: MessageThreadId, val threadCreatingInfo: ForumTopicCreated?, 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 mediaGroupId: MediaGroupId?, val fromOffline: Boolean, val effectId: EffectId?, val cost: Int? = null) : PrivateForumContentMessage<T>
Constructors
Link copied to clipboard
constructor(messageId: MessageId, threadId: MessageThreadId, threadCreatingInfo: ForumTopicCreated?, from: User, chat: PreviewPrivateChat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardOrigin: MessageOrigin?, replyInfo: ReplyInfo?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?, 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