package
0.0.0-20241020084142-0eaabd339fe1
Repository: https://github.com/5hojib/gogram.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
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 occupies 8 bytes.
int128 occupies 16 bytes.
int256 occupies 32 bytes.
int64 occupies 8 bytes.
254.
Maximum number of elements that can be encoded in an array.
Size of a word in TL (32 bits).

# 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