ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
LoginURL
Login
URL
@
Serializable
data
class
LoginURL
(
val
url
:
String
,
val
forwardText
:
String
?
=
null
,
val
botUsername
:
String
?
=
null
,
val
requestWriteAccess
:
Boolean
?
=
null
)
Members
Constructors
Login
URL
Link copied to clipboard
constructor
(
url
:
String
,
forwardText
:
String
?
=
null
,
botUsername
:
String
?
=
null
,
requestWriteAccess
:
Boolean
?
=
null
)
Properties
bot
Username
Link copied to clipboard
@
SerialName
(
value
=
"bot_username"
)
val
botUsername
:
String
?
=
null
forward
Text
Link copied to clipboard
@
SerialName
(
value
=
"forward_text"
)
val
forwardText
:
String
?
=
null
request
Write
Access
Link copied to clipboard
@
SerialName
(
value
=
"request_write_access"
)
val
requestWriteAccess
:
Boolean
?
=
null
url
Link copied to clipboard
@
SerialName
(
value
=
"url"
)
val
url
:
String