Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 505 Bytes

File metadata and controls

22 lines (16 loc) · 505 Bytes

Late::EditInboxMessageRequest

Properties

Name Type Description Notes
account_id String Social account ID
text String New message text [optional]
reply_markup EditInboxMessageRequestReplyMarkup [optional]

Example

require 'late-sdk'

instance = Late::EditInboxMessageRequest.new(
  account_id: null,
  text: null,
  reply_markup: null
)