mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
regularln
This commit is contained in:
parent
8081602a39
commit
8243acd69e
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## 2.0.3
|
## 2.0.3
|
||||||
|
|
||||||
|
* `Core`:
|
||||||
|
* New function `regularln` for simple creating of `RegularTextSource` with new line in the end
|
||||||
* `Versions`:
|
* `Versions`:
|
||||||
* `MicroUtils`: `0.11.0` -> `0.11.3`
|
* `MicroUtils`: `0.11.0` -> `0.11.3`
|
||||||
|
|
||||||
|
@ -18,3 +18,6 @@ data class RegularTextSource @RiskFeature(DirectInvocationOfTextSourceConstructo
|
|||||||
|
|
||||||
@Suppress("NOTHING_TO_INLINE")
|
@Suppress("NOTHING_TO_INLINE")
|
||||||
inline fun regular(text: String) = RegularTextSource(text)
|
inline fun regular(text: String) = RegularTextSource(text)
|
||||||
|
|
||||||
|
@Suppress("NOTHING_TO_INLINE")
|
||||||
|
inline fun regularln(text: String) = regular("$text\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user