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

37 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L234: type EncryptedMessagesReadHandler func(ctx context.Context, e Entities, update *UpdateEncryptedMessagesRead) error
		tl_handlers_gen.go#L239: 		return handler(ctx, e, update.(*UpdateEncryptedMessagesRead))
		tl_registry_gen.go#L5251: 		UpdateEncryptedMessagesReadTypeID:                        func() bin.Object { return &UpdateEncryptedMessagesRead{} },
		tl_update_gen.go#L2415: type UpdateEncryptedMessagesRead struct {
		tl_update_gen.go#L2428: func (u UpdateEncryptedMessagesRead) construct() UpdateClass { return &u }
		tl_update_gen.go#L2432: 	_ bin.Encoder     = &UpdateEncryptedMessagesRead{}
		tl_update_gen.go#L2433: 	_ bin.Decoder     = &UpdateEncryptedMessagesRead{}
		tl_update_gen.go#L2434: 	_ bin.BareEncoder = &UpdateEncryptedMessagesRead{}
		tl_update_gen.go#L2435: 	_ bin.BareDecoder = &UpdateEncryptedMessagesRead{}
		tl_update_gen.go#L2437: 	_ UpdateClass = &UpdateEncryptedMessagesRead{}
		tl_update_gen.go#L2440: func (u *UpdateEncryptedMessagesRead) Zero() bool {
		tl_update_gen.go#L2458: func (u *UpdateEncryptedMessagesRead) String() string {
		tl_update_gen.go#L2462: 	type Alias UpdateEncryptedMessagesRead
		tl_update_gen.go#L2467: func (u *UpdateEncryptedMessagesRead) FillFrom(from interface {
		tl_update_gen.go#L2480: func (*UpdateEncryptedMessagesRead) TypeID() uint32 {
		tl_update_gen.go#L2485: func (*UpdateEncryptedMessagesRead) TypeName() string {
		tl_update_gen.go#L2490: func (u *UpdateEncryptedMessagesRead) TypeInfo() tdp.Type {
		tl_update_gen.go#L2517: func (u *UpdateEncryptedMessagesRead) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L2526: func (u *UpdateEncryptedMessagesRead) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L2537: func (u *UpdateEncryptedMessagesRead) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L2548: func (u *UpdateEncryptedMessagesRead) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L2577: func (u *UpdateEncryptedMessagesRead) GetChatID() (value int) {
		tl_update_gen.go#L2585: func (u *UpdateEncryptedMessagesRead) GetMaxDate() (value int) {
		tl_update_gen.go#L2593: func (u *UpdateEncryptedMessagesRead) GetDate() (value int) {
		tl_update_gen.go#L34284: 		v := UpdateEncryptedMessagesRead{}
		tl_update_slices_gen.go#L278: 		value, ok := elem.(*UpdateEncryptedMessagesRead)
		tl_update_slices_gen.go#L3044: type UpdateEncryptedMessagesReadArray []UpdateEncryptedMessagesRead
		tl_update_slices_gen.go#L3047: func (s UpdateEncryptedMessagesReadArray) Sort(less func(a, b UpdateEncryptedMessagesRead) bool) UpdateEncryptedMessagesReadArray {
		tl_update_slices_gen.go#L3055: func (s UpdateEncryptedMessagesReadArray) SortStable(less func(a, b UpdateEncryptedMessagesRead) bool) UpdateEncryptedMessagesReadArray {
		tl_update_slices_gen.go#L3063: func (s UpdateEncryptedMessagesReadArray) Retain(keep func(x UpdateEncryptedMessagesRead) bool) UpdateEncryptedMessagesReadArray {
		tl_update_slices_gen.go#L3077: func (s UpdateEncryptedMessagesReadArray) First() (v UpdateEncryptedMessagesRead, ok bool) {
		tl_update_slices_gen.go#L3085: func (s UpdateEncryptedMessagesReadArray) Last() (v UpdateEncryptedMessagesRead, ok bool) {
		tl_update_slices_gen.go#L3093: func (s *UpdateEncryptedMessagesReadArray) PopFirst() (v UpdateEncryptedMessagesRead, ok bool) {
		tl_update_slices_gen.go#L3103: 	var zero UpdateEncryptedMessagesRead
		tl_update_slices_gen.go#L3112: func (s *UpdateEncryptedMessagesReadArray) Pop() (v UpdateEncryptedMessagesRead, ok bool) {
		tl_update_slices_gen.go#L3127: 	return s.Sort(func(a, b UpdateEncryptedMessagesRead) bool {
		tl_update_slices_gen.go#L3134: 	return s.SortStable(func(a, b UpdateEncryptedMessagesRead) bool {