ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.requests
/
GetUserPersonalChatMessages
Get
User
Personal
Chat
Messages
data
class
GetUserPersonalChatMessages
(
val
userId
:
ChatId
,
val
limit
:
Int
)
:
SimpleRequest
<
List
<
ChatContentMessage
<
*
>
>
>
Members
Constructors
Get
User
Personal
Chat
Messages
Link copied to clipboard
constructor
(
userId
:
ChatId
,
limit
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
limit
Link copied to clipboard
val
limit
:
Int
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
<Error class: unknown class>
<
out
<Error class: unknown class>
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
<Error class: unknown class>
<
List
<
ChatContentMessage
<
*
>
>
>
user
Id
Link copied to clipboard
val
userId
:
ChatId
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String