1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 13:19:30 +00:00

filling of changelog and several fixes

This commit is contained in:
2021-12-20 12:47:55 +06:00
parent 49bea1bcef
commit d6cef5984b
2 changed files with 14 additions and 2 deletions

View File

@@ -7,5 +7,5 @@ interface ContentMessage<T: MessageContent>: Message {
val content: T
val hasProtectedContent: Boolean
get() = forwardable
get() = !forwardable
}