mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-30 04:39:42 +01:00
11 lines
290 B
Markdown
11 lines
290 B
Markdown
|
---
|
||
|
title: int256
|
||
|
description: A 256 bit signed integer
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
## Type: int256
|
||
|
[Back to constructor index](index.html)
|
||
|
|
||
|
A 256 bit signed integer represented in little-endian base256 (`string`) format.
|