Versions in this module Expand all Collapse all v1 v1.0.0 Sep 30, 2023 Changes in this version + func AuthKeyHash(key []byte) []byte + func FullStack() + func GenerateMessageId() int64 + func GenerateSessionID() int64 + func Sha1Byte(input []byte) []byte + type SyncIntObjectChan struct + func NewSyncIntObjectChan() *SyncIntObjectChan + func (s *SyncIntObjectChan) Add(key int, value chan tl.Object) + func (s *SyncIntObjectChan) Delete(key int) bool + func (s *SyncIntObjectChan) Get(key int) (chan tl.Object, bool) + func (s *SyncIntObjectChan) Has(key int) bool + func (s *SyncIntObjectChan) Keys() []int + type SyncIntReflectTypes struct + func NewSyncIntReflectTypes() *SyncIntReflectTypes + func (s *SyncIntReflectTypes) Add(key int, value []reflect.Type) + func (s *SyncIntReflectTypes) Delete(key int) bool + func (s *SyncIntReflectTypes) Get(key int) ([]reflect.Type, bool) + func (s *SyncIntReflectTypes) Has(key int) bool + func (s *SyncIntReflectTypes) Keys() []int + type SyncSetInt struct + func NewSyncSetInt() *SyncSetInt + func (s *SyncSetInt) Add(key int) bool + func (s *SyncSetInt) Delete(key int) bool + func (s *SyncSetInt) Has(key int) bool + func (s *SyncSetInt) Reset()