toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
Username
Username
@
Serializable
(
with
=
ChatIdentifierSerializer::class
)
@
JvmInline
value
class
Username
(
val
full
:
String
)
:
ChatIdentifier
Members
Members & Extensions
Constructors
Username
Link copied to clipboard
constructor
(
full
:
String
)
Properties
business
Connection
Id
Link copied to clipboard
val
ChatIdentifier
.
businessConnectionId
:
BusinessConnectionId
?
full
Link copied to clipboard
val
full
:
String
thread
Id
Link copied to clipboard
val
ChatIdentifier
.
threadId
:
MessageThreadId
?
username
Link copied to clipboard
val
username
:
String
without
At
Link copied to clipboard
val
withoutAt
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String