const github.com/gotd/td/tg.UpdateReadMessagesContentsTypeID

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L344: 	u.handlers[UpdateReadMessagesContentsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L287: 		UpdateReadMessagesContentsTypeID:                         "updateReadMessagesContents#f8227181",
		tl_registry_gen.go#L2069: 		"updateReadMessagesContents":                         UpdateReadMessagesContentsTypeID,
		tl_registry_gen.go#L3851: 		UpdateReadMessagesContentsTypeID:                         func() bin.Object { return &UpdateReadMessagesContents{} },
		tl_registry_gen.go#L6548: 			UpdateReadMessagesContentsTypeID,
		tl_update_gen.go#L4809: const UpdateReadMessagesContentsTypeID = 0xf8227181
		tl_update_gen.go#L4876: 	return UpdateReadMessagesContentsTypeID
		tl_update_gen.go#L4888: 		ID:   UpdateReadMessagesContentsTypeID,
		tl_update_gen.go#L4928: 	b.PutID(UpdateReadMessagesContentsTypeID)
		tl_update_gen.go#L4958: 	if err := b.ConsumeID(UpdateReadMessagesContentsTypeID); err != nil {
		tl_update_gen.go#L25110: 	case UpdateReadMessagesContentsTypeID: