mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-04 23:43:47 +00:00
1.3 KiB
1.3 KiB
//docs/dev.inmo.tgbotapi.CommonAbstracts/plus
plus
[common]
Content
inline operator fun TextSource.plus(other: TextSource): List<TextSource>
inline operator fun TextSource.plus(other: List<TextSource>): List<TextSource>
inline operator fun TextSource.plus(text: String): List<TextSource>
inline operator fun List<TextSource>.plus(text: String): List<TextSource>