ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
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
Text
Source
Link copied to clipboard
inline
fun
RawChatId
.
mentionTextSource
(
text
:
String
)
:
TextMentionTextSource
inline
fun
RawChatId
.
mentionTextSource
(
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