toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.message.textsources
/
EMailTextSource
EMail
Text
Source
@
Serializable
data
class
EMailTextSource
constructor
(
val
source
:
String
,
val
subsources
:
TextSourcesList
)
:
MultilevelTextSource
See also
email
Members
Members & Extensions
Constructors
EMail
Text
Source
Link copied to clipboard
constructor
(
source
:
String
,
subsources
:
TextSourcesList
)
Properties
as
Text
Link copied to clipboard
open
val
asText
:
String
html
Link copied to clipboard
open
override
val
html
:
String
markdown
Link copied to clipboard
open
override
val
markdown
:
String
markdown
V2
Link copied to clipboard
open
override
val
markdownV2
:
String
source
Link copied to clipboard
open
override
val
source
:
String
subsources
Link copied to clipboard
open
override
val
subsources
:
TextSourcesList
Functions
plus
Link copied to clipboard
operator
fun
TextSource
.
plus
(
other
:
TextSource
)
:
List
<
TextSource
>
operator
fun
TextSource
.
plus
(
text
:
String
)
:
List
<
TextSource
>
operator
fun
TextSource
.
plus
(
other
:
List
<
TextSource
>
)
:
List
<
TextSource
>
to
Raw
Message
Entities
Link copied to clipboard
fun
TextSource
.
toRawMessageEntities
(
offset
:
Int
=
0
)
:
List
<
RawMessageEntity
>