/** * This is auto-generated file, don't modify this file manually */ export interface MessagesKeyboardButtonActionVkpay { /** * Fragment value in app link like vk.com/app123456_-654321#{hash} */ hash?: string; /** * Additional data sent along with message for developer convenience */ payload?: string; type?: 'vkpay'; }