toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal.options
/
ForwardMessageOptions
Forward
Message
Options
@
Serializable
data
class
ForwardMessageOptions
(
var
disableNotification
:
Boolean
?
=
null
,
var
protectContent
:
Boolean
?
=
null
,
var
messageThreadId
:
Int
?
=
null
)
:
Options
Members
Constructors
Forward
Message
Options
Link copied to clipboard
constructor
(
disableNotification
:
Boolean
?
=
null
,
protectContent
:
Boolean
?
=
null
,
messageThreadId
:
Int
?
=
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
?