MadelineProto/old_docs/API_docs_v27/constructors/geoChat.md
2017-02-12 20:32:28 +03:00

1.1 KiB

title description
geoChat geoChat attributes, type and example

Constructor: geoChat

Back to constructors index

Attributes:

Name Type Required
id int Required
access_hash long Required
title string Required
address string Required
venue string Required
geo GeoPoint Required
photo ChatPhoto Required
participants_count int Required
date int Required
checked_in Bool Required
version int Required

Type: Chat

Example:

$geoChat = ['_' => 'geoChat', 'id' => int, 'access_hash' => long, 'title' => string, 'address' => string, 'venue' => string, 'geo' => GeoPoint, 'photo' => ChatPhoto, 'participants_count' => int, 'date' => int, 'checked_in' => Bool, 'version' => int, ];