mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-11-22 07:15:45 +00:00
6 lines
154 B
Kotlin
6 lines
154 B
Kotlin
package com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts
|
|
|
|
interface TextSource {
|
|
val asMarkdownSource: String
|
|
val asHtmlSource: String
|
|
} |