mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 02:26:55 +01:00
728 B
728 B
title | description |
---|---|
inlineQueryResultContact | Represents user contact |
Constructor: inlineQueryResultContact
Represents user contact
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | Unique identifier of this result |
contact | contact | Yes | User contact |
thumb_url | string | Yes | Url of the result thumb, if exists |
thumb_width | int | Yes | Thumb width, if known |
thumb_height | int | Yes | Thumb height, if known |