UNPKG

433 BMarkdownView Raw
1# Postback
2
3## Properties
4
5### sender
6The sender of the message
7**Type:** [User](user.md)
8
9### timestamp
10Returns the timestamp of the postback
11**Type:** Timestamp
12
13### recipient
14Returns the recipient ID
15**Type:** Int
16
17### type
18Returns the type of message (text, sticker, picture)
19**Type:** String
20
21### title
22Returns the title of the postback
23**Type:** String
24
25### payload
26Returns the payload of the postback
27**Type:** Int
\No newline at end of file