docs
4.2.4
common
docs
/
dev.inmo.tgbotapi.requests.send.abstracts
/
PositionedSendMessageRequest
Positioned
Send
Message
Request
interface
PositionedSendMessageRequest
<
T
:
Any
>
:
SendMessageRequest
<
T
>
,
Locationed
Functions
Properties
Inheritors
Functions
method
Link copied to clipboard
abstract
fun
method
(
)
:
String
Properties
allow
Sending
Without
Reply
Link copied to clipboard
abstract
val
allowSendingWithoutReply
:
Boolean
?
chat
Id
Link copied to clipboard
abstract
override
val
chatId
:
ChatIdentifier
disable
Notification
Link copied to clipboard
abstract
val
disableNotification
:
Boolean
latitude
Link copied to clipboard
abstract
val
latitude
:
Double
longitude
Link copied to clipboard
abstract
val
longitude
:
Double
protect
Content
Link copied to clipboard
abstract
val
protectContent
:
Boolean
reply
To
Message
Id
Link copied to clipboard
abstract
val
replyToMessageId
:
MessageId
?
request
Serializer
Link copied to clipboard
abstract
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
abstract
val
resultDeserializer
:
DeserializationStrategy
<
T
>
thread
Id
Link copied to clipboard
abstract
val
threadId
:
MessageThreadId
?
Inheritors
SendLocation
Link copied to clipboard
SendVenue
Link copied to clipboard