mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 20:35:03 +01:00
11 lines
349 B
Markdown
11 lines
349 B
Markdown
|
---
|
||
|
title: long
|
||
|
description: A 32 bit signed integer ranging from -9223372036854775808 to 9223372036854775807
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
## Type: long
|
||
|
[Back to constructor index](index.html)
|
||
|
|
||
|
A 64 bit signed integer ranging from `-9223372036854775808` to `9223372036854775807`.
|