ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.requests.business_connection
/
SetBusinessAccountBio
Set
Business
Account
Bio
@
Serializable
data
class
SetBusinessAccountBio
(
val
businessConnectionId
:
BusinessConnectionId
,
val
bio
:
String
)
:
BusinessRequest.Simple
<
Boolean
>
Members
Constructors
Set
Business
Account
Bio
Link copied to clipboard
constructor
(
businessConnectionId
:
BusinessConnectionId
,
bio
:
String
)
Properties
bio
Link copied to clipboard
@
SerialName
(
value
=
"bio"
)
val
bio
:
String
business
Connection
Id
Link copied to clipboard
@
SerialName
(
value
=
"business_connection_id"
)
open
override
val
businessConnectionId
:
BusinessConnectionId
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
DeserializationStrategy
<
Boolean
>
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String