This object represents Inline Search.
Field
Type
Required
Description
date
Long
Yes
Long-date format in milliseconds.
keywords
String
yes
Search keyword
chat
Yes
Conversation the message belongs to.
from
Yes
Sender (user) of this message.
search_id
Integer
Yes
Unique search id for this message
offset
String
Optional
Offset of the results to be returned

Object

json
{ "inlineSearch": { "date": 1559491192232, "keywords": "Sports", "chat": { "id": "874125364412589741", "type": "Mobile" }, "from": { "id": "741254123980325800", "type": "Mobile" }, "search_id": "3329" } }
Share