Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 931 Bytes

ShowPopupButton.md

File metadata and controls

48 lines (28 loc) · 931 Bytes

@altiore/twa / ShowPopupButton

Interface: ShowPopupButton

You have to see original interface telegram!PopupButton.

Hierarchy

  • Record<string, unknown>

    ShowPopupButton

Table of contents

Properties

Properties

id

Optional id: string

Optional. Identifier of the button, 0-64 characters. Set to empty string by default. If the button is pressed, its id is returned in the callback and the popupClosed event.


text

Optional text: string

Optional. The text to be displayed on the button, 0-64 characters. Required if type is default or destructive. Irrelevant for other types.


type

Optional type: string

Optional. Type of the button. Set to default by default.