toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
RawChatId
Raw
Chat
Id
@
Serializable
@
JvmInline
value
class
RawChatId
(
val
long
:
Long
)
Members
Members & Extensions
Constructors
Raw
Chat
Id
Link copied to clipboard
constructor
(
long
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
long
Link copied to clipboard
val
long
:
Long
user
Link
Link copied to clipboard
val
RawChatId
.
userLink
:
String
https://core.telegram.org/bots/api#formatting-options
Functions
mention
Link copied to clipboard
inline
fun
RawChatId
.
mention
(
text
:
String
)
:
TextMentionTextSource
inline
fun
RawChatId
.
mention
(
parts
:
TextSourcesList
)
:
TextMentionTextSource
to
Chat
Id
Link copied to clipboard
fun
RawChatId
.
toChatId
(
)
:
ChatId
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String