MadelineProto/old_docs/API_docs_v33/constructors/messageActionGeoChatCheckin.md
2017-05-27 22:21:14 +01:00

31 lines
460 B
Markdown

---
title: messageActionGeoChatCheckin
description: messageActionGeoChatCheckin attributes, type and example
---
## Constructor: messageActionGeoChatCheckin
[Back to constructors index](index.md)
### Type: [MessageAction](../types/MessageAction.md)
### Example:
```
$messageActionGeoChatCheckin = ['_' => 'messageActionGeoChatCheckin', ];
```
Or, if you're into Lua:
```
messageActionGeoChatCheckin={_='messageActionGeoChatCheckin', }
```