mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-08 01:29:30 +00:00
add TextSource
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts
|
||||
|
||||
interface TextSource {
|
||||
val asMarkdownSource: String
|
||||
val asHtmlSource: String
|
||||
}
|
Reference in New Issue
Block a user