Interface IKeyboardApplicationButtonOptions

interface IKeyboardApplicationButtonOptions {
    appId: number;
    hash?: string;
    label: string;
    ownerId?: number;
}

Properties

appId: number

The identifier of the called application with type VK Apps

hash?: string

The hash for navigation in the application will be transmitted in the start parameters line after the # character

label: string

Application label, no more than 40 characters

ownerId?: number

ID of the community in which the application is installed, if you want to open it in the context of the community

Generated using TypeDoc