Interface MessagesKeyboardButtonActionVkpay

interface MessagesKeyboardButtonActionVkpay {
    hash: string;
    payload: string;
    type: "vkpay";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

hash: string

Fragment value in app link like vk.com/app123456_-654321#{hash}

payload: string

Additional data sent along with message for developer convenience

type: "vkpay"

Generated using TypeDoc