Correct keyboard types (#1002)

This commit is contained in:
alwx 2017-04-14 20:33:38 +03:00 committed by Roman Volosovskyi
parent 738f146896
commit 004b87ebd1
2 changed files with 3 additions and 0 deletions

View File

@ -809,6 +809,7 @@ var send = {
color: "#5fc48d",
title: I18n.t('send_title'),
description: I18n.t('send_description'),
sequentialParams: true,
params: [{
name: "amount",
type: status.types.NUMBER
@ -890,6 +891,7 @@ status.command({
color: "#5fc48d",
title: I18n.t('request_title'),
description: I18n.t('request_description'),
sequentialParams: true,
params: [{
name: "amount",
type: status.types.NUMBER

View File

@ -1852,6 +1852,7 @@ status.response({
name: "confirmation-code",
color: "#7099e6",
description: I18n.t('confirm_description'),
sequentialParams: true,
params: [{
name: "code",
type: status.types.NUMBER