type github.com/gotd/td/tg.UpdateEncryption

36 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L220: type EncryptionHandler func(ctx context.Context, e Entities, update *UpdateEncryption) error
		tl_handlers_gen.go#L225: 		return handler(ctx, e, update.(*UpdateEncryption))
		tl_registry_gen.go#L3839: 		UpdateEncryptionTypeID:                                   func() bin.Object { return &UpdateEncryption{} },
		tl_update_gen.go#L2169: type UpdateEncryption struct {
		tl_update_gen.go#L2180: func (u UpdateEncryption) construct() UpdateClass { return &u }
		tl_update_gen.go#L2184: 	_ bin.Encoder     = &UpdateEncryption{}
		tl_update_gen.go#L2185: 	_ bin.Decoder     = &UpdateEncryption{}
		tl_update_gen.go#L2186: 	_ bin.BareEncoder = &UpdateEncryption{}
		tl_update_gen.go#L2187: 	_ bin.BareDecoder = &UpdateEncryption{}
		tl_update_gen.go#L2189: 	_ UpdateClass = &UpdateEncryption{}
		tl_update_gen.go#L2192: func (u *UpdateEncryption) Zero() bool {
		tl_update_gen.go#L2207: func (u *UpdateEncryption) String() string {
		tl_update_gen.go#L2211: 	type Alias UpdateEncryption
		tl_update_gen.go#L2216: func (u *UpdateEncryption) FillFrom(from interface {
		tl_update_gen.go#L2227: func (*UpdateEncryption) TypeID() uint32 {
		tl_update_gen.go#L2232: func (*UpdateEncryption) TypeName() string {
		tl_update_gen.go#L2237: func (u *UpdateEncryption) TypeInfo() tdp.Type {
		tl_update_gen.go#L2260: func (u *UpdateEncryption) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L2269: func (u *UpdateEncryption) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L2284: func (u *UpdateEncryption) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L2295: func (u *UpdateEncryption) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L2317: func (u *UpdateEncryption) GetChat() (value EncryptedChatClass) {
		tl_update_gen.go#L2325: func (u *UpdateEncryption) GetDate() (value int) {
		tl_update_gen.go#L25028: 		v := UpdateEncryption{}
		tl_update_slices_gen.go#L265: 		value, ok := elem.(*UpdateEncryption)
		tl_update_slices_gen.go#L2441: type UpdateEncryptionArray []UpdateEncryption
		tl_update_slices_gen.go#L2444: func (s UpdateEncryptionArray) Sort(less func(a, b UpdateEncryption) bool) UpdateEncryptionArray {
		tl_update_slices_gen.go#L2452: func (s UpdateEncryptionArray) SortStable(less func(a, b UpdateEncryption) bool) UpdateEncryptionArray {
		tl_update_slices_gen.go#L2460: func (s UpdateEncryptionArray) Retain(keep func(x UpdateEncryption) bool) UpdateEncryptionArray {
		tl_update_slices_gen.go#L2474: func (s UpdateEncryptionArray) First() (v UpdateEncryption, ok bool) {
		tl_update_slices_gen.go#L2482: func (s UpdateEncryptionArray) Last() (v UpdateEncryption, ok bool) {
		tl_update_slices_gen.go#L2490: func (s *UpdateEncryptionArray) PopFirst() (v UpdateEncryption, ok bool) {
		tl_update_slices_gen.go#L2500: 	var zero UpdateEncryption
		tl_update_slices_gen.go#L2509: func (s *UpdateEncryptionArray) Pop() (v UpdateEncryption, ok bool) {
		tl_update_slices_gen.go#L2524: 	return s.Sort(func(a, b UpdateEncryption) bool {
		tl_update_slices_gen.go#L2531: 	return s.SortStable(func(a, b UpdateEncryption) bool {