Package dev.inmo.tgbotapi.types.MessageEntity.textsources

Functions

Link copied to clipboard
inline fun mention(user: User, vararg parts: TextSource): TextMentionTextSource
Link copied to clipboard
inline fun textSourcesOrElse(textSources: TextSourcesList, block: () -> TextSourcesList): List<TextSource>
Link copied to clipboard
inline fun textSourcesOrElseTextSource(textSources: TextSourcesList, block: () -> TextSource): List<TextSource>

Properties

Link copied to clipboard
const val DirectInvocationOfTextSourceConstructor: String
Link copied to clipboard
val TextSourceSerializer: TextSourceSerializer