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

39 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L344: type ReadMessagesContentsHandler func(ctx context.Context, e Entities, update *UpdateReadMessagesContents) error
		tl_handlers_gen.go#L349: 		return handler(ctx, e, update.(*UpdateReadMessagesContents))
		tl_registry_gen.go#L5262: 		UpdateReadMessagesContentsTypeID:                         func() bin.Object { return &UpdateReadMessagesContents{} },
		tl_update_gen.go#L4928: type UpdateReadMessagesContents struct {
		tl_update_gen.go#L4956: func (u UpdateReadMessagesContents) construct() UpdateClass { return &u }
		tl_update_gen.go#L4960: 	_ bin.Encoder     = &UpdateReadMessagesContents{}
		tl_update_gen.go#L4961: 	_ bin.Decoder     = &UpdateReadMessagesContents{}
		tl_update_gen.go#L4962: 	_ bin.BareEncoder = &UpdateReadMessagesContents{}
		tl_update_gen.go#L4963: 	_ bin.BareDecoder = &UpdateReadMessagesContents{}
		tl_update_gen.go#L4965: 	_ UpdateClass = &UpdateReadMessagesContents{}
		tl_update_gen.go#L4968: func (u *UpdateReadMessagesContents) Zero() bool {
		tl_update_gen.go#L4992: func (u *UpdateReadMessagesContents) String() string {
		tl_update_gen.go#L4996: 	type Alias UpdateReadMessagesContents
		tl_update_gen.go#L5001: func (u *UpdateReadMessagesContents) FillFrom(from interface {
		tl_update_gen.go#L5019: func (*UpdateReadMessagesContents) TypeID() uint32 {
		tl_update_gen.go#L5024: func (*UpdateReadMessagesContents) TypeName() string {
		tl_update_gen.go#L5029: func (u *UpdateReadMessagesContents) TypeInfo() tdp.Type {
		tl_update_gen.go#L5061: func (u *UpdateReadMessagesContents) SetFlags() {
		tl_update_gen.go#L5068: func (u *UpdateReadMessagesContents) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L5077: func (u *UpdateReadMessagesContents) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L5098: func (u *UpdateReadMessagesContents) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L5109: func (u *UpdateReadMessagesContents) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L5160: func (u *UpdateReadMessagesContents) GetMessages() (value []int) {
		tl_update_gen.go#L5168: func (u *UpdateReadMessagesContents) GetPts() (value int) {
		tl_update_gen.go#L5176: func (u *UpdateReadMessagesContents) GetPtsCount() (value int) {
		tl_update_gen.go#L5184: func (u *UpdateReadMessagesContents) SetDate(value int) {
		tl_update_gen.go#L5191: func (u *UpdateReadMessagesContents) GetDate() (value int, ok bool) {
		tl_update_gen.go#L34361: 		v := UpdateReadMessagesContents{}
		tl_update_slices_gen.go#L421: 		value, ok := elem.(*UpdateReadMessagesContents)
		tl_update_slices_gen.go#L3974: type UpdateReadMessagesContentsArray []UpdateReadMessagesContents
		tl_update_slices_gen.go#L3977: func (s UpdateReadMessagesContentsArray) Sort(less func(a, b UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
		tl_update_slices_gen.go#L3985: func (s UpdateReadMessagesContentsArray) SortStable(less func(a, b UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
		tl_update_slices_gen.go#L3993: func (s UpdateReadMessagesContentsArray) Retain(keep func(x UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
		tl_update_slices_gen.go#L4007: func (s UpdateReadMessagesContentsArray) First() (v UpdateReadMessagesContents, ok bool) {
		tl_update_slices_gen.go#L4015: func (s UpdateReadMessagesContentsArray) Last() (v UpdateReadMessagesContents, ok bool) {
		tl_update_slices_gen.go#L4023: func (s *UpdateReadMessagesContentsArray) PopFirst() (v UpdateReadMessagesContents, ok bool) {
		tl_update_slices_gen.go#L4033: 	var zero UpdateReadMessagesContents
		tl_update_slices_gen.go#L4042: func (s *UpdateReadMessagesContentsArray) Pop() (v UpdateReadMessagesContents, ok bool) {
		tl_updates_classifier_gen.go#L46: 	case *UpdateReadMessagesContents: