toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal.options
/
CopyMessagesOptions
Copy
Messages
Options
@
Serializable
data
class
CopyMessagesOptions
(
var
messageThreadId
:
Int
?
=
null
,
var
disableNotification
:
Boolean
?
=
null
,
var
protectContent
:
Boolean
?
=
null
,
var
removeCaption
:
Boolean
?
=
null
)
:
Options
Members
Constructors
Copy
Messages
Options
Link copied to clipboard
constructor
(
messageThreadId
:
Int
?
=
null
,
disableNotification
:
Boolean
?
=
null
,
protectContent
:
Boolean
?
=
null
,
removeCaption
:
Boolean
?
=
null
)
Properties
disable
Notification
Link copied to clipboard
var
disableNotification
:
Boolean
?
message
Thread
Id
Link copied to clipboard
var
messageThreadId
:
Int
?
protect
Content
Link copied to clipboard
var
protectContent
:
Boolean
?
remove
Caption
Link copied to clipboard
var
removeCaption
:
Boolean
?