Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 617 Bytes

File metadata and controls

22 lines (16 loc) · 617 Bytes

Late::SendInboxMessageRequestReplyMarkup

Properties

Name Type Description Notes
type String Keyboard type [optional]
keyboard Array<Array<SendInboxMessageRequestReplyMarkupKeyboardInnerInner>> Array of rows, each row is an array of buttons [optional]
one_time Boolean Hide keyboard after use (reply_keyboard only) [optional][default to true]

Example

require 'late-sdk'

instance = Late::SendInboxMessageRequestReplyMarkup.new(
  type: null,
  keyboard: null,
  one_time: null
)