Wasm Directoryalpha
Record

post-send-contact-params

No description available.

record post-send-contact-params {
  allow-sending-without-reply: option​<bool>,
  chat-id: string,
  disable-notification: option​<bool>,
  first-name: string,
  last-name: option​<string>,
  phone-number: string,
  reply-markup: option​<string>,
  reply-to-message-id: option​<s32>,
  vcard: option​<string>,
}

Fields

NameTypeDescription
allow-sending-without-replyoption​<bool>
chat-idstring
disable-notificationoption​<bool>
first-namestring
last-nameoption​<string>
phone-numberstring
reply-markupoption​<string>
reply-to-message-idoption​<s32>
vcardoption​<string>