Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 854 Bytes

ShowPopupParams.md

File metadata and controls

43 lines (23 loc) · 854 Bytes

@vkruglikov/react-telegram-web-app / ShowPopupParams

Interface: ShowPopupParams

You have to see original interface telegram!PopupParams.

Hierarchy

  • Record<string, unknown>

    ShowPopupParams

Table of contents

Properties

Properties

buttons

Optional buttons: ShowPopupButton[]

Optional. List of buttons to be displayed in the popup, 1-3 buttons


message

message: string

The message to be displayed in the body of the popup, 1-256 characters.


title

Optional title: string

Optional. The text to be displayed in the popup title, 0-64 characters.