这个对象代表值一条机器人指令
Field Type Descriptioncommand String 命令文本,1-32个字符。只能包含小写英文字母,数字和下划线。
description String 命令说明,3-256个字符。
WebhookInfo
这个对象表示当前webhook的状态
Field Type Descriptionurl String Webhook URL,如果未设置webhook,则可能为空
has_custom_certificate Boolean 如果为webhook证书检查提供了自定义证书则为真
pending_update_count Integer 等待交付的更新数量
last_error_date Integer 可选的。尝试通过Webhook传递更新时发生的最新错误的Unix时间
last_error_message String 可选的。尝试通过Webhook传递更新时发生的最新错误的人类可读格式的错误消息
max_connections Integer 可选的。与Webhook进行更新交付的同时HTTPS连接的最大允许数量
allowed_updates Array of String 可选的。机器人已订阅的更新类型的列表。默认为所有更新类型
ReplyKeyboardMarkup