Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

File metadata and controls

20 lines (14 loc) · 413 Bytes

Late::SetTelegramCommandsRequestCommandsInner

Properties

Name Type Description Notes
command String Bot command without leading slash
description String Command description

Example

require 'late-sdk'

instance = Late::SetTelegramCommandsRequestCommandsInner.new(
  command: null,
  description: null
)