10 lines
295 B
Markdown
10 lines
295 B
Markdown
---
|
|
title: integer
|
|
description: A 32 bit signed integer ranging from -2147483648 to 2147483647
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
## Type: int
|
|
[Back to constructor index](index.md)
|
|
|
|
A 32 bit signed integer ranging from `-2147483648` to `2147483647`.
|