toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal.options
/
OptionsCommon
Options
Common
@
Serializable
sealed
interface
OptionsCommon
:
Options
Inheritors
AnimationOptions
AudioOptions
ContactOptions
CopyMessageOptions
DiceOptions
DocumentOptions
GameOptions
InvoiceOptions
LocationOptions
MediaGroupOptions
MessageOptions
PaidMediaOptions
PhotoOptions
PollOptions
StickerOptions
VenueOptions
VideoNoteOptions
VideoOptions
VoiceOptions
Members
Properties
allow
Paid
Broadcast
Link copied to clipboard
abstract
var
allowPaidBroadcast
:
Boolean
?
disable
Notification
Link copied to clipboard
abstract
var
disableNotification
:
Boolean
?
protect
Content
Link copied to clipboard
abstract
var
protectContent
:
Boolean
?
reply
Parameters
Link copied to clipboard
abstract
var
replyParameters
:
ReplyParameters
?
reply
To
Message
Id
Link copied to clipboard
open
var
replyToMessageId
:
Long
?
Functions
reply
Parameters
Link copied to clipboard
open
fun
replyParameters
(
messageId
:
Long
,
block
:
ReplyParameters
.
(
)
->
Unit
=
{}
)