Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 419 Bytes

File metadata and controls

20 lines (14 loc) · 419 Bytes

Zernio::SetTelegramCommandsRequestCommandsInner

Properties

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

Example

require 'zernio-sdk'

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