Interface MessagesKeyboardButtonActionOpenApp

interface MessagesKeyboardButtonActionOpenApp {
    app_id: number;
    hash: string;
    label: string;
    owner_id: number;
    payload: string;
    type: "open_app";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

app_id: number

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

hash: string

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

label: string

Label for button

owner_id: number

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

payload: string

Additional data sent along with message for developer convenience

type: "open_app"

Generated using TypeDoc