Wasm Directoryalpha
Record

post-send-document-params

No description available.

record post-send-document-params {
  allow-sending-without-reply: option​<bool>,
  caption: option​<string>,
  caption-entities: option​<list​<message-entity>>,
  chat-id: string,
  disable-content-type-detection: option​<bool>,
  disable-notification: option​<bool>,
  document: string,
  parse-mode: option​<string>,
  reply-markup: option​<string>,
  reply-to-message-id: option​<s32>,
  thumb: option​<string>,
}

Fields

NameTypeDescription
allow-sending-without-replyoption​<bool>
captionoption​<string>
caption-entitiesoption​<list​<message-entity>>
chat-idstring
disable-content-type-detectionoption​<bool>
disable-notificationoption​<bool>
documentstring
parse-modeoption​<string>
reply-markupoption​<string>
reply-to-message-idoption​<s32>
thumboption​<string>