data class UnknownMessageType : Message
(source)
(common)
<init> |
UnknownMessageType(messageId: MessageIdentifier, chat: Chat, date: DateTime, insideException: Exception) |
(common)
chat |
val chat: Chat |
(common)
date |
val date: DateTime |
(common)
insideException |
val insideException: Exception |
(common)
messageId |
val messageId: MessageIdentifier |
(common)
delete |
suspend fun Message.delete(requestsExecutor: RequestsExecutor): Boolean |