mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 12:25:08 +01:00
11 lines
315 B
Markdown
11 lines
315 B
Markdown
|
---
|
||
|
title: integer
|
||
|
description: A 32 bit signed integer ranging from -2147483648 to 2147483647
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
## Type: int
|
||
|
[Back to constructor index](index.html)
|
||
|
|
||
|
A 32 bit signed integer ranging from `-2147483648` to `2147483647`.
|