| Name | Type | Description | Notes |
|---|---|---|---|
| command | String | Bot command without leading slash | |
| description | String | Command description |
require 'zernio-sdk'
instance = Zernio::SetTelegramCommandsRequestCommandsInner.new(
command: null,
description: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| command | String | Bot command without leading slash | |
| description | String | Command description |
require 'zernio-sdk'
instance = Zernio::SetTelegramCommandsRequestCommandsInner.new(
command: null,
description: null
)