package
0.0.0-20230307112943-721115dbb89f
Repository: https://github.com/jwillp/gogram.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
DecodeUnknownObject decodes object from message, when you don't actually know, what message contains.
No description provided by the author
NewDecoder returns a new decoder that reads from r.
No description provided by the author
NewInt128 creates int128 with zero value.
NewInt256 creates int256 with zero value.
No description provided by the author
NewInt128 creates int128 with random value.
NewInt256 creates int256 with random value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
https://core.telegram.org/schema/mtproto.
float64 8 байт занимает.
253 элемента максимум можно закодировать в массиве элементов.
int128 16 байт.
int256 32 байт.
int64 8 байт занимает.
размер слова в TL (32 бита).

# Structs

A Decoder reads and decodes TL values from an input stream.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Int128 is alias-like type for fixed size of big int (1024 bit value).
Int256 is alias-like type for fixed size of big int (2048 bit value).
PseudoFalse is a support struct which is required to get native.
No description provided by the author
PseudoTrue is a support struct which is required to get native.
Tag defines a single struct's string literal tag.
Tags represent a set of tags from a single struct field.
WrappedSlice is pseudo type.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author